View Single Post
  #14  
Old 10-01-2001, 09:14 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
some script for a ball npc

NPC Code:

if(playertouchsme)
{
setstring client.balls,strtofloat(#s(client.balls))+1;
}

Reply With Quote