mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
12 lines
247 B
Plaintext
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;
|
|
} |