Files
dsrc/sku.0/sys.server/compiled/game/script/npc/celebrity/scholar_szingo.script
T
2013-09-10 23:17:15 -07:00

19 lines
523 B
Plaintext

include library.ai_lib;
include library.hue;
include library.colors;
const string CONVO = "celebrity/scholar_szingo";
trigger OnAttach ()
{
ai_lib.setDefaultCalmBehavior( self, ai_lib.BEHAVIOR_SENTINEL );
// setObjVar (self, "quest_table", "endor_maraudercitadel_scholar_szingo");
// attachScript (self, "npc.static_quest.quest_convo");
detachScript (self, "npc.converse.npc_converse_menu");
setInvulnerable (self, true);
// debugSpeakMsg (self, "I study so King Terak doesn't have to.");
return SCRIPT_CONTINUE;
}