diff --git a/Zeus-Helpers.md b/Zeus-Helpers.md new file mode 100644 index 0000000..42c1892 --- /dev/null +++ b/Zeus-Helpers.md @@ -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\]