From 5c050f0d33b35a202340321304f2b6186e152924 Mon Sep 17 00:00:00 2001 From: via Date: Mon, 22 Aug 2022 13:35:34 +0000 Subject: [PATCH] Update 'In Game Admin Helpers' --- In-Game-Admin-Helpers.md | 7 +++++++ 1 file changed, 7 insertions(+) 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