Weapon use - once per level

Is there a way to make a weapon use only 1 per level? I have a character that can "equip" weapons at will, is it possible to restrict a weapon to once per level?
 
You want the players to start in weapon mode in the beginning of the level? If one player with its weapon mode dies, do you want that player to still carry weapon mode or go back to normal without weapons after respawning?
 
the player can "equip" the weapon any time during the level, but once it used up, a gun in this case, the player cant "re-equip" the weapon

Currently I use a freespecial and weaponframe to allow the player equip the weapon
 
transformation using weaponframe

anim freespecial195
loop 0
delay 30
offset 80 129
bbox.position.x 68
bbox.position.y 83
bbox.size.x 24
bbox.size.y 44

weaponframe 8 11 ####11 is the weapon model that is being switched too

sound data/sounds/jeff19.wav
frame data/chars/2jeff/gure01.gif
 
Back
Top Bottom