Ok so I have a func_bobbing on my map, and I want to make it able to be turned on and off through a switch. So I also have a func_switch. Around my switch I have a trigger_multiple. Can someone tell me how I make my switch turn the func_bobbing off and then back on? Ive tried this already...
->- indicates target to
trigger_multiple->->-func_switch->->-func_bobbing
this works fine and dandy when it comes to switching it off, but thats all it will do. It wont turn back on. So then I tried this.
func_switch->->-trigger_multiple->->-func_bobbing
still nothing so i tried taking out the trigger_multiple
func_switch->->-func_bobbing
and of course, nothing changed. Please help me