AceHart
Your Friendly Neighborhood Admin
- Reaction score
- 1,505
Given the following triggers:
event
Timer1 expires
actions
Integer = 1
Run <someTrigger>
event
Timer2 expires
actions
Integer = 2
Run <SomeTrigger>
<SomeTrigger> then doing whatever with the given Integer.
Now, to combine this all into one single trigger:
Event
Timer1 expires
Timer2 expires
actions
...
You can "SomeTimerVariable = (expiring timer)", but there doesn't seem to be a condition like "if expired timer = timer1 then"...
Any ideas?
How can you test for which timer it was that did the expiration event?
Yours
AceHart
event
Timer1 expires
actions
Integer = 1
Run <someTrigger>
event
Timer2 expires
actions
Integer = 2
Run <SomeTrigger>
<SomeTrigger> then doing whatever with the given Integer.
Now, to combine this all into one single trigger:
Event
Timer1 expires
Timer2 expires
actions
...
You can "SomeTimerVariable = (expiring timer)", but there doesn't seem to be a condition like "if expired timer = timer1 then"...
Any ideas?
How can you test for which timer it was that did the expiration event?
Yours
AceHart


