Speed Demos Archive
Archived Quake Message board
In use until September 2003
Author Topic
minwaterPosted - 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>
- And finally, let us meditate on his last words - "Warm up my goddamned bedpan you ungrateful, good-for-nothing retard before I -ACK!" -

Fr3nPosted - 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
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^ r33t!

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 =)