Sarge-AI/ModName.MapName/scripts/UPSMON/COMMON/unit/fnc/UPSMON_cancelstop.sqf
Teh Dango 65e4453908 2.4.0
Major Update. Now supporting DesolationRedux, Epoch and Exile.
2017-12-31 03:16:37 -05:00

15 lines
333 B
Plaintext

/****************************************************************
File: UPSMON_cancelstop.sqf
Author: MONSADA
Description:
Función que detiene al soldado y lo hace esperar x segundos
Parameter(s):
Returns:
****************************************************************/
private["_npc"];
_npc = _this select 0;
_npc stop false;