toogle?


(bloodybath) #1

i want to make a lever that when you use it the first time it make something appear and when you press again it make it dissapear … i want it to do it like in the map et_headshot if anyone know it… (and how do i make a lever?)

[et_headshot]
its a map to help you get your aim good… you can modify the arena with lever … like wall boxes floor etc


(]UBC[ McNite) #2

That s a simple script mover. Well the switch itself is a script_mover that gets activated by “using”. And the boxes are script_movers that get activated by the script_mover which is the switch.
I recommend you have a close look at the .script of the headshot pk3, and search the forum for keyword script_mover or lift etc.