Buttons Created 19 years ago2004-07-12 14:53:16 UTC by Paintballa Paintballa

Created 19 years ago2004-07-12 14:53:16 UTC by Paintballa Paintballa

Posted 19 years ago2004-07-12 14:53:16 UTC Post #40710
Could someone explain to me how i could make a button, that when pressed, would teleport someone to another room? Also a button that when pressed would make things appear in the room with them? I cant find any tutorials on this.
Posted 19 years ago2004-07-12 15:12:25 UTC Post #40713
func_button, that triggers a trigger_teleport.

As for the button that when pressed makes things appear, a combination of env_renders with the func_button will work. I know there are env_render tutorials around, google em.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-07-12 15:20:20 UTC Post #40719
Env_render or func_wall_toggle for the latter.
Seventh-Monkey Seventh-MonkeyPretty nifty
Posted 19 years ago2004-07-12 15:35:37 UTC Post #40727
Hmm...func_wall_toggle would work, but if you want entities to be changed from visible (ie buttons or glass) then you should use an env_render. If it's just something like a pile of papers, a func_wall_toggle'll do the trick.
RabidMonkey RabidMonkeymapmapmapfapmap
You must be logged in to post a response.