7erra/Sandbox2 – User

From Bohemia Interactive Community
< User:7erra
Revision as of 19:18, 2 May 2021 by 7erra (talk | contribs) (remote execution color coded)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Remote Execution syntax for remoteExec and remoteExecCall:
Unary command:
Local:
hint "This is a hint"; Remote: "This is a hint" remoteExec ["hint"];

Binary command:
Local Execution:
_target setVehicleLock "UNLOCKED" Remote Execution: [_target, "UNLOCKED"] remoteExec ["setVehicleLock"];