mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
include library.ai_lib;
|
|
include library.hue;
|
|
include library.colors;
|
|
|
|
trigger OnAttach ()
|
|
{
|
|
setName (self, "Huff Darklighter's Guard");
|
|
ai_lib.setDefaultCalmBehavior( self, ai_lib.BEHAVIOR_SENTINEL );
|
|
|
|
attachScript (self, "npc.static_quest.quest_convo");
|
|
setObjVar (self, "quest_table", "huff_guard");
|
|
|
|
return SCRIPT_CONTINUE;
|
|
} |