The getRyzomDate native AI script function returns the Ryzom tick game cycle as a string. The Ryzom tick is useful for computing time differences. The tick counter stops when the server stops.
(tickGameCycle: s)getRyzomDate(); // getRyzomDate__s
($tickGameCycle)getRyzomDate();
This example code gets the current Ryzom tick game cycle and returns it as a string.