View Single Post
  #7  
Old 09-17-2003, 09:39 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
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?
don't put events (aka playerchats) within other code blocks.
__________________

Reply With Quote