jadendecar Posted April 25, 2005 Posted April 25, 2005 okay i want to make two doors(like an airlock) and i want the outside one to only open when the inside door closes. If anyone could help i would appreciate it.
MDN14 Posted April 26, 2005 Posted April 26, 2005 You could try making the door target the other door using a "target2" instead of just normal "target". Target2 fires when the door reaches its closed posision, so that measn the other door would open after the first one has closed. If for some reason it fires the target right when the map loads, then try pointing it at a "target_counter" and set the count to "2". That would probably fix the problem.
jadendecar Posted April 26, 2005 Author Posted April 26, 2005 okay i got it to work but i want to know if i could link a regular trigger to the outside door so that i can get back in.
MDN14 Posted April 30, 2005 Posted April 30, 2005 I would assume that you could set the outer door to target the inner door like you did before, but the other way around. And then have a trigger_multiple target the outer door.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.