
02-04-2002, 07:09 PM
|
|
Registered User
|
Join Date: Aug 2001
Posts: 378
|
|
|
-=Josey=-
Josh you homo. If you needed help all you had to do was ask me. For both use putnpc. For the gralat give them an npc like -gralat then use something like if (playerlaysitem){if (item==greenrupee){putnpc greengralat,greengralat.txt,playerx+1+vecx(playerd ir)*2.5,playery+1.5+vecy(playerdir)*2.5;}}
then in the text file of greengralat.txt use something like
if (created){
timeout=.05;
rupees=1;
}
if (timeout){
if (playerlaysitem){
take greenrupee;
take goldrupee;
take redrupee;
take bluerupee;
}
if (playertouchsme){
playerrupees+=#v(rupees);
rupees=0;
destroy;
}
timeout=.05;
} |
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
|
|
|
|