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