dycro Posted July 24, 2002 Posted July 24, 2002 I need doors that closes when 2 players are in the place that i want them. Like in hydroball when the match starts. So nobody can enters. Any idea's?
Karshaddii Posted July 25, 2002 Posted July 25, 2002 Make a door with a switch like you normally would--except instead of using trigger_multiple use trigger_once. Place the trigger where you want the player to stand when the doors closes--and check the "start_open" box in the properties. There, when the player steps in the correct position the door will close shut and its not going to open again.
MDL_Sas Posted July 26, 2002 Posted July 26, 2002 Just make a trigger_multiple with use_button checked off in entity window (n button) and just hide the trigger somewhere near the door where no-one would think to look for it
Karshaddii Posted July 27, 2002 Posted July 27, 2002 Yeah, but I thought he wanted the door to close when the player was in a certain position...
MDL_Sas Posted July 27, 2002 Posted July 27, 2002 any trigger really can be used to for placement of an player being in a certain area
Karshaddii Posted July 28, 2002 Posted July 28, 2002 I agree--but we were trying to kill two birds with one stone. whatever-- = )
MDL_Sas Posted July 28, 2002 Posted July 28, 2002 maybe he can try to trigger both with the use_button attribute added and the one trigger pointing to the other so it takes two people to open the door haven't tried pointing to use_button trigger_multiple's that point's to the door..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.