View Single Post
  #11  
Old 10-01-2001, 09:05 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
Quote:
Originally posted by Shard_IceFire
*looks down* well I have 2 balls but here is what you could do:
NPC Code:

//Code by Shard IceFire
if (playertouchsme) {
toweapons Ball count;
}
if (weaponfired) {
say2 You have #s(client.balls) balls!;
}

thats about as perfect as it gets
Reply With Quote