Added description

This commit is contained in:
IT07 2016-04-16 23:41:41 +02:00
parent d4aa534c16
commit 2c0183d596

View File

@ -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