View Single Post
  #5  
Old 10-10-2003, 03:21 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
A variable will help the script to work once. E.g:

NPC Code:


if(created){
this.mode = 0;
}

if(playerchats && strequals(#c,bah) && this.mode == 0){
playerrupees+=10;
this.mode = 1;
}



Done,you did it once and next time you won't be able to get more 10 gralats. Why did i put 'playerrupees' with underline? Because seems (is) better to use than players[index].rupees since it's for you.

Quote:

And whats the command for if all enemies are dead....?
read commands.rtf ^-^
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote