mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update fnc_createClone.sqf
This commit is contained in:
parent
097b3e8955
commit
15b581b4cc
@ -72,7 +72,7 @@ _clone setVariable [QGVAR(original), [_target, _isInRemainsCollector, _isObjectH
|
||||
|
||||
// Move unit below terrain in order to hide it and remove its inventory access
|
||||
_target setPosATL _posATL;
|
||||
}, [_target, _posATL], 0.1] call CBA_fnc_waitAndExecute;
|
||||
}, [_target, _posATL], 0.25] call CBA_fnc_waitAndExecute;
|
||||
|
||||
// Sets the facial expression
|
||||
[[QGVAR(cloneCreated), [_target, _clone]] call CBA_fnc_globalEventJIP, _clone] call CBA_fnc_removeGlobalEventJIP;
|
||||
|
Loading…
Reference in New Issue
Block a user