From 93425d9b464aada2566ba05b66fdfb03bbea5078 Mon Sep 17 00:00:00 2001 From: via Date: Mon, 22 Aug 2022 14:02:04 +0000 Subject: [PATCH] Update 'In Game Admin Helpers' --- In-Game-Admin-Helpers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/In-Game-Admin-Helpers.md b/In-Game-Admin-Helpers.md index 6464663..e04e654 100644 --- a/In-Game-Admin-Helpers.md +++ b/In-Game-Admin-Helpers.md @@ -4,6 +4,7 @@ See also [[ACEsnippets]] ## Make Units Zeus-Interactable In the editor, placing this in the init field of a unit will make the unit interactable by the Zeus called myCurator (set name of the Zeus module to myCurator), even if you are not running with Zeus helper mods: + `myCurator addCuratorEditableObjects [[this], true];` ## Get Unit Zeus is Controlling @@ -13,6 +14,7 @@ In the editor, placing this in the init field of a unit will make the unit inter # Time ## Set time to specific time using skipTime Change to time x: + ``` skipTime ((x - dayTime + 24) % 24); ``` \ No newline at end of file