DBlake Posted May 25, 2002 Posted May 25, 2002 2 problems I made a jail cell in my mp level. I need to know how to... 1. Create a button that activate and deactivate a force field to lock a "prisoner" in. 2. How to create a trap so that when someone presses a button, lightning can flow through the cell killing the prisoner instantly. Thx
Cmdr. Antilles Posted May 26, 2002 Posted May 26, 2002 1. func_button/func_usable ---- func_usable The button can control the func_usable which will disappear and reappear instantly, like a force field. Also, if you use a func_usable to TRIGGER it, the player will have to walk up to it, and press their 'use' button instead of just bumping it. (this works in MP too) Just remember to set the 'always on' in the func_usable that you use as a trigger. 2. Again, a func_usable/func_button should target a trigger_hurt, and possibly an fx_runner w/ a lighting FX.
Pseudopath Posted May 26, 2002 Posted May 26, 2002 Could you explain how you got the lightning to work, I have an SP map that I wanted it in but had remove it coz it didnt work ;( Thnx. - Pseudopath.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.