Sarge-AI/scripts/UPSMON/COMMON/unit/fnc/UPSMON_cancelstop.sqf
Teh Dango 3ac749d64b 2.1.0
This is the latest stable version of Sarge AI for Arma 3: Exile.
2016-02-19 21:49:51 -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;