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

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;
}