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

12 lines
247 B
Plaintext

include library.ai_lib;
trigger OnAttach()
{
ai_lib.setDefaultCalmBehavior( self, ai_lib.BEHAVIOR_SENTINEL );
debugSpeakMsg( self, "Ephant Mon...at your service!" );
attachScript (self, "conversation.ephant_mon");
return SCRIPT_CONTINUE;
}