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

19 lines
387 B
Plaintext

/****************************************************************
File: UPSMON_throw_grenade.sqf
Author: MONSADA
Description:
Throw a grenade
Parameter(s):
Returns:
****************************************************************/
private["_npc","_time"];
_npc = _this select 0;
_npc fire "SmokeLauncher";
_time = time + 20;
(group _npc) setvariable ["UPSMON_SmokeTime",_time];