View Single Post
  #10  
Old 03-21-2004, 05:26 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Such perhaps?

NPC Code:
//#CLIENTSIDE
if (weaponfired) {
this.enabled = 1;
disabledefmovement;
playerdir = 2;
setani zenkouplaysteeldrums1,zenkousteeldrums.png,;
timeout = 0.1;
}

if (timeout) {
if (keydown(0)) {
setani zenkouplaysteeldrums2,zensd8.wav;
say2 wow, I played zensd8.wav;
}
}


Do you not want to loop the timeout or something?
Reply With Quote