View Single Post
  #5  
Old 11-15-2002, 10:18 AM
Twusk Twusk is offline
o.O
Join Date: Jun 2002
Location: California, USA
Posts: 57
Twusk is on a distinguished road
Send a message via AIM to Twusk
Ok, here's the basic of what I have...

WEAPON:
NPC Code:

if (actionserverside) {
putnpc2 playerx,playery,{join class;};
with (npcs[npcscount-1]) { this.test=3; }
}
//#CLIENTSIDE
if (weaponfired) { triggeraction 0,0,serverside,weapon; }



CLASS:
NPC Code:

//#CLIENTSIDE
if (created) { message #v(this.test); }



That's not my actual script, it's much longer, but you get the idea, that still won't work.
__________________
</Twusk>
Reply With Quote