Sarge-AI/scripts/UPSMON/COMMON/Params/fnc/UPSMON_GetRespawntime.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

22 lines
516 B
Plaintext

/****************************************************************
File: UPSMON_GetRespawntime.sqf
Author: Azroul13
Description:
Parameter(s):
<--- UPSMON parameters
Returns:
Number
****************************************************************/
private["_Ucthis","_respawn","_respawntime"];
_Ucthis = _this select 0;
_respawntime = 0;
if ("RESPAWN" in _UCthis) then {_respawntime = 1;};
If ("RESPAWN:" in _UCthis) then {_respawntime = ["RESPAWN:",_respawntime,_UCthis] call UPSMON_getArg};
_respawntime