View Single Post
  #3  
Old 07-04-2001, 05:08 PM
Marco2002 Marco2002 is offline
Registered User
Join Date: Jun 2001
Location: Germany
Posts: 77
Marco2002 is on a distinguished road
Send a message via ICQ to Marco2002
would that work?
NPC Code:

if (weaponfired&&!playing) {set playing;}
if (weaponfired&&playing) {unset playing;}
for (this.i=0;this.i<4;this.i++) {
if (keydown(this.i)&&playing) {
setani sax,saxsound#k.wav;
}
}

__________________
Reply With Quote