View Single Post
  #15  
Old 10-02-2001, 03:40 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
heres for whoever wanted to see the script:

NPC Code:

if (playerenters) {
toweapons *Stats;
}
if (weaponfired) {
say2 Current Stats for: #s(#a)),
#bGralat: #v(players[0].rupees)
#bBombs: #v(players[0].bombs)
#bArrows: #v(players[0].darts)
}

Reply With Quote