#time condition

1 messages · Page 1 of 1 (latest)

shy sequoia
#

I assume you mean Time_Of_Day ?

stark pendant
stark pendant
shy sequoia
#

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

shy sequoia