Update 'Zeus Helpers'
parent
a3de8a9243
commit
240d9be7cf
|
|
@ -0,0 +1,10 @@
|
||||||
|
# **Zeus Control**
|
||||||
|
|
||||||
|
## **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**
|
||||||
|
|
||||||
|
myUnit = missionNamespace getVariable \["bis_fnc_moduleRemoteControl_unit", player\]
|
||||||
Loading…
Reference in New Issue