Thread: Weapon Fired
View Single Post
  #2  
Old 07-19-2001, 10:48 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Cool do this...

something like this...

on the level make a npc and do this

level.<weaponsname>allowed = 1;

and in the weapons coding do something like

if(weaponfired&&level.<weaponsname>allowed==1){
//coding
}
__________________
Thanks,
-KJL
Reply With Quote