mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
3ac749d64b
This is the latest stable version of Sarge AI for Arma 3: Exile.
15 lines
333 B
Plaintext
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; |