on_real_hour_of_day

Response Typescript
EntitiesRooms, Mobiles, Objects
Parametershour | all

    If you want trigger an action or behaviour at a particular time of day
(real time of day) then this is the trigger you need. The parameter lets
you set a specific hour of the day at which your script should fire. The
check for the trigger firing occurs at the first major tick that fires in
the new hour, and if the parameter you have set is either the current hour
or "all" then your script will run. Remember this trigger fires for real
time and real time is currently usually Eastern Standard Time.

- No extra variables are set.