Ns Siege Mapping
Haxn
Join Date: 2004-10-12 Member: 32232Members
<div class="IPBDescription">siege door problems</div> Can anybody tell me how to create a door that opens from self?
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::hive::--><img src='http://www.unknownworlds.com/forums/html/emoticons/hive5.gif' border='0' style='vertical-align:middle' alt='hive5.gif' /><!--endemo-->
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::hive::--><img src='http://www.unknownworlds.com/forums/html/emoticons/hive5.gif' border='0' style='vertical-align:middle' alt='hive5.gif' /><!--endemo-->
Comments
the simple and straight forward way is to make a trigger_random for every timed event. The reason why you can only have one timed event per trigger random is because it selects one item from the list of keys and triggers it.
Set the min and max delay of the trigger_random for the length you want since trigger_random resets every round and starts again. Use seconds as the unit of time.
12 seconds is the elapsed time before the actual round timer begins. So add 12 seconds to every timed event, and of course multi_managers can be used to trigger multiple events by the trigger_random when necessary.
<a href='http://darksideserver.cjb.net/forums/viewtopic.php?t=25' target='_blank'>http://darksideserver.cjb.net/forums/viewtopic.php?t=25</a>