<timers>
<timer name="autop" enabled="y" minute="1" second="30.00" send_to="12"
>
<send>EnableTimer(PY1, true)
EnableTriggerGroup(PickY, true)</send>
</timer>
</timers>I would like to keep a timer running that will start/enable a different timer and a trigger group (of 2 triggers)every 90 seconds.
I keep getting a run-time error:
[string "Timer: autop"]:1: bad argument #1 to 'EnableTimer' (string expected, got nil)
stack traceback:
[C]: in function 'EnableTimer'
[string "Timer: autop"]:1: in main chunk
I am a newb (as you can see), though I have learned how to use triggers and aliases and combine them pretty well at this point. I have less to no experience with timers.
If anyone can point out mistake, I will appreciate it.