Hi guys, I've just recently started with Radiant and I have a couple of questions.
Firstly, in the description of trigger_multiple, it says that you can make it only trigger once by using wait = -1. I want a particular event to happen a certain number of seconds after starting the map, so I have a func_timer that starts on and activates the trigger after so many seconds. However, from the behaviour of the map when played, it looks like the trigger is activating more than once. Is there a better way to have an event take place (once) after so many seconds?
Secondly, is it possible to make lifts that the player can use with buttons? I've messed around a bit with func_trains but I've only been able to make lifts that go up and down based on a timer (wait values). Ideally I'd like a system where the lift waits for someone to enter it and press the button. Is this possible?
Any input will be greatly appreciated.