View Single Post
  #8  
Old 09-30-2001, 01:22 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by Kaimetsu


How did you set it up? Did you put it in a big script or just make a little NPC to test it?
hehe. i show you
NPC Code:

// NPC made by Urond the Paladin
if (playerenters) {
toweapons *Stats;
}
if (weaponfired) {
setstring t,#a;
setstring q,playerrupees;
setstring w,playerbombs;
setstring e,playerdarts;
say2 Current Stats for: #s(t),
#bGralat: #v(q)
#bBombs: #v(w)
#bArrows: #v(e)
}

Reply With Quote