View Single Post
  #5  
Old 09-17-2003, 05:09 PM
wildwog2001 wildwog2001 is offline
Registered User
Join Date: Mar 2002
Location: Brisbane, Australia
Posts: 27
wildwog2001 is on a distinguished road
Send a message via AIM to 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?
__________________
Reply With Quote