How do I reset time?

From OHRRPGCE-Wiki
Jump to navigation Jump to search

Resetting the time is not often very useful but you may want to if you have a (very) long intro in your game.

It's rather easy to do: just include the following code in a script and launch it at the point you want the time to revert to 0.

 set days of play(0)
 set hours of play(0)
 set minutes of play(0)
 set seconds of play(0)