Hello all,
Does anyone know if the playMoves have to be executed on ALL computers to be seen, or is it enough to execute the playMove command on the computer where the unit is local ?
Looked all over and this is hard to test in MP if you are just one player on a dedi.
Questions:
If a player gets and performs an action with this script:
player playMove "AinvPknlMstpSlayWrflDnon_medic";
Will other players see it ?
If an AI unit in your group (where you are not the leader) gets and by order performs an action with this script:
_actionguy = _this select 0;
_actionguy playMove "AinvPknlMstpSlayWrflDnon_medic";
Will players that are not local to _actionguy see it ?
What if a player activates that AI units given action ?
To be safe I usually publicVariable the units name that has the action and run the script from a global trigger, but it would be smoother if that turned out to be unnecessary.
Laggy