Files
dsrc/sku.0/sys.server/compiled/game/script/ai/victim.script
T

14 lines
218 B
Plaintext

include library.attrib;
trigger OnAttach()
{
setAttributeAttained( self, attrib.VICTIM );
return SCRIPT_CONTINUE;
}
trigger OnInitialize()
{
setAttributeAttained( self, attrib.VICTIM );
return SCRIPT_CONTINUE;
}