In use until September 2003 |
Author | Topic |
minwater | Posted - 21 January 2002 1:04 PST How (in wc1.5b) do you create multiple buttons to one action (i.e. a door) ?? <i> MineraalWater </i> |
Fr3n | Posted - 23 January 2002 7:07 PST if you want to make it necessary to press all the buttons, like in e1m1, you need to create a trigger_counter, trigger the counter with the buttons, and trigger the object (door, whatever) with the counter. buttons ---> counter ---> door If you want a single task that can be done by multiple buttons (light switches or opening and closing a door maybe) then you just create the buttons =) |