The timerSetRyzomDaytime native AI script function sets a timer that will trigger at a specified hour in Ryzom time.
()timerSetRyzomDaytime(TimerId: f, Hour: f, Minute: f) // timerSetRyzomDaytime_fff_
()timerSetRyzomDaytime(0, 13, 45);
In this example, a timer is created with an ID of 0, and set to trigger at 13:45 (Ryzom time).