View Single Post
  #9  
Old 09-18-2003, 12:51 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
Quote:
Originally posted by wildwog2001
Im not sure if what you said was what i needed but

hasweapon

ended up working and this was my final script

if (playertouchsme){
toweapons Stuff Adder!;
}
if (hasweapon(Stuff Adder!)) if (playerchats&&
strequals(#c,Add 1000)){
players[index].rupees+=1000;
}

but for some reason it adds 2000?
Wouldn't be better change players[index].rupees+=1000 by playerrupees+=1000?
__________________
"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