mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-28 22:15:54 -04:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
trigger OnHearSpeech(obj_id speaker, string text)
|
|
{
|
|
if (text.equals("report"))
|
|
{
|
|
debugSpeakMsg(self, "Posture is " + Integer.toString(getPosture(self)) +
|
|
"Locomotion is " + Integer.toString(getLocomotion(self)));
|
|
}
|
|
return SCRIPT_CONTINUE;
|
|
} |