Copy doc tools from develop

This commit is contained in:
Griatch 2020-07-12 20:01:44 +02:00
parent bd65641755
commit 6af2fc6819
127 changed files with 2927 additions and 1427 deletions

View file

@ -74,7 +74,7 @@ The line that is most relevant here is the game time epoch. You see it shown at
The `gametime` utility also has a way to schedule game-related events, taking into account your game time, and assuming a standard calendar (see below for the same feature with a custom calendar). For instance, it can be used to have a specific message every (in-game) day at 6:00 AM showing how the sun rises.
The function `schedule()` should be used here. It will create a [script](Scripts) with some additional features to make sure the script is always executed when the game time matches the given parameters.
The function `schedule()` should be used here. It will create a [script](./Scripts) with some additional features to make sure the script is always executed when the game time matches the given parameters.
The `schedule` function takes the following arguments: