Jump to content

Pegasus Boots

Overview
Creator: justin Added: 09 Jan 2015 Tags: Global, Item Downloads: 210
Rating[?]: Rating: 4.75/5 (7 ratings)
View Script Download Example
(903.81 KB)
Information

Description Setup Reviews Comments

Aefre  
Rating: 5/5

Posted 21 March 2015 - 10:03 PM
it works perfectly! i agree with DemonLink, it IS a must have! thanks for posting this to the new script database! 5 stars
 

accela2me  
Rating: 5/5

Posted 10 January 2015 - 07:29 AM
import "std.zh"
import "string.zh"

int string1[] = "GOOD WORK, DUDE!";
int string2[] = "GANON WINS!";

ffc script thisScript
{
    void run(int rating){
        while(true){
    
            if (rating == 5){
                
                Screen->DrawString( 7, 96, 96, FONT_Z3SMALL, 3, -1, TF_NORMAL, string1, 128 );
            }
            else {
                Screen->DrawString( 7, 96, 96, FONT_Z3SMALL, 3, -1, TF_NORMAL, string2, 128 );
            }
        Waitframe();
        }
    }
}
  • Riflezen , CreeperWithStyle , Hari and 1 other like this
 

ZeldaPlayer  
Rating: 5/5

Posted 09 January 2015 - 11:23 PM
Sir, there is no way I'm taking a star off my rating. This is such an awesome script!
  • justin likes this
 

Demonlink  
Rating: 5/5

Posted 09 January 2015 - 11:18 PM
By god, you guys have done it! This is a must have, and it works flawlessly! (so far :P ) This is a definite 5 star :)
  • justin likes this