mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-05 05:17:55 -04:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
include library.ai_lib;
|
|
include library.hue;
|
|
include library.colors;
|
|
|
|
trigger OnAttach ()
|
|
{
|
|
setName (self, "Kwin Moonraiser");
|
|
ai_lib.setDefaultCalmBehavior( self, ai_lib.BEHAVIOR_SENTINEL );
|
|
|
|
attachScript (self, "npc.epic_quest.quest_convo");
|
|
setObjVar (self, "quest_table", "kwin_moonraiser");
|
|
|
|
return SCRIPT_CONTINUE;
|
|
} |