diff --git a/In-Game-Admin-Helpers.md b/In-Game-Admin-Helpers.md index 42c1892..85fcd7b 100644 --- a/In-Game-Admin-Helpers.md +++ b/In-Game-Admin-Helpers.md @@ -8,3 +8,10 @@ myCurator addCuratorEditableObjects \[\[this\], true\]; ## **Get Unit Zeus is Controlling** myUnit = missionNamespace getVariable \["bis_fnc_moduleRemoteControl_unit", player\] + +# Time +## Set time to specific time using skipTime +Change to time x: +``` +skipTime ((x - dayTime + 24) % 24); +``` \ No newline at end of file