Update 'In Game Admin Helpers'
@@ -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);
|
||||
```
|
||||
Reference in New Issue
Block a user