mirror of
https://github.com/Teh-Dango/Sarge-AI.git
synced 2024-08-30 16:32:11 +00:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
/****************************************************************
|
|||
|
File: UPSMON_cancelstop.sqf
|
|||
|
Author: MONSADA
|
|||
|
|
|||
|
Description:
|
|||
|
Funci<63>n que detiene al soldado y lo hace esperar x segundos
|
|||
|
Parameter(s):
|
|||
|
|
|||
|
Returns:
|
|||
|
|
|||
|
****************************************************************/
|
|||
|
private["_npc"];
|
|||
|
|
|||
|
_npc = _this select 0;
|
|||
|
_npc stop false;
|