mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
14 lines
218 B
Plaintext
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;
|
|
}
|