View Single Post
  #8  
Old 10-07-2001, 02:22 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
do this, its better

NPC Code:

if(playerchats&&strequals(#c,buy bombs)&&players[0].rupees>49)
{players[0].rupees-=50;
players[0].bombs=99;
}




btw: == compares, = assigns
Reply With Quote