#time condition
1 messages · Page 1 of 1 (latest)
Yes
What should the condition look like for an object to appear and for it to disappear?
Sorry mate I forgot I replied to this!
If you want the Object to appear only after certain time:
Conditions 1
Condition_0_Type TIME_OF_DAY
Condition_0_Logic" GREATER_THAN
Condition_0_Second" 25200
Or if you want the object to appear in a time range
Conditions 2
Condition_0_Type TIME_OF_DAY
Condition_0_Logic GREATER_THAN
Condition_0_Second 25200
Condition_1_Type TIME_OF_DAY
Condition_1_Logic LESS_THAN
Condition_1_Second 68400
1 Hour is equal to 3600 seconds
So, 1 AM would be 3600, 2 AM would be 7200 etc
This is only after 7AM to 12AM
This is between 7AM and 7PM