What do I use instead func_button?


(pazur) #1

I noticed ET doesn’t have the func_button entity anymore (even updating the .def file with the beta 2 definitions didn’t help). What can I use instead of it? I remember using some trigger for that long time ago, but I don’t remember what it was exactly. Basically I need a simple button for a lift in my map.


(Flippy) #2

func_invisible_user for the actual action (script triggering) and possibly in combination with a script_mover for the button movement.


(murka) #3

func_invisible_user
strange you have lost your func_button :o


(pazur) #4

Cool. Thanks guys.