How can i make triggered forcefields?This lesson isnt avaiable in rich's tutorial
:mad:
make a func_static and trigger it with a trigger_once (or trigger_multiple). Make sure to add a wait key/value to your trigger multiple if you use it.
you want walls that dissapear right? well if thats what you want then you should mkake a func_wall(i think) it should be able to dissapear, if thats what you want.
You could also do it with a func_static, but that would require scripting. The two options would be to move the field away in zero time, to some temporal location (simulating turn off) and then when turning on, you would move it back in zero time. The alternative would be to use the script commands set_solid and set_invisible to turn it on and off.
Needless to say, it's much more convenient to use func_usable :)