In the documentation about GPScript
gigperformer.com/docs_5_0/SystemFunctionList.html
the TimeNow function is described:
TimeNow : Gets the current time in milliseconds - deprecated
- Declaration: function TimeNow () returns integer deprecated “Use TimeSinceStartup”
- Warning – This function is deprecated. Use TimeSinceStartup
- Category: System
- returns integer
It mentions to use the TimeSinceStartup() instead, but I assume the ClockTime function is meant right?