Posted 20 years ago2004-07-12 14:53:16 UTCPost #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 20 years ago2004-07-12 15:12:25 UTCPost #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.
Posted 20 years ago2004-07-12 15:35:37 UTCPost #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.