diff --git a/exile_vemf_reloaded/sqf/handleRespectGain.sqf b/exile_vemf_reloaded/sqf/handleRespectGain.sqf index a71e0be..c51b5c3 100644 --- a/exile_vemf_reloaded/sqf/handleRespectGain.sqf +++ b/exile_vemf_reloaded/sqf/handleRespectGain.sqf @@ -1,3 +1,14 @@ +/* + Author: IT07 + + Description: + handles giving respect to players after killing AI + + Params: + _this select 0: OBJECT - the AI that was killed + _this select 1: OBJECT - the killer (must be a player) +*/ + _target = param [0, objNull, [objNull]]; _killer = param [1, objNull, [objNull]]; if not(isNull _target AND isNull _killer) then