Add an event when remote controlling a unit as Zeus (e.g. "CuratorObjectRemoteControlled") passing the remote controlled unit as an eventarg.
Description
Description
Details
Details
- Legacy ID
- 3676381956
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Category
- Zeus - Modding
Event Timeline
Comment Actions
Despite being mentioned in http://dev.arma3.com/post/spotrep-00037 I can't get "curatorObjectRemoteControlled" to work.
(getAssignedCuratorLogic player) addEventHandler ["curatorObjectRemoteControlled", {hint "test";}];
returns -1.
Comment Actions
Just a heads up, what's being referenced in the spotrep is this line from fn_moduleRemoteControl:
[_curator,"curatorObjectRemoteControlled",[_curator,player,_unit,true]] call bis_fnc_callScriptedEventHandler;