Files
dsrc/sku.0/sys.server/compiled/game/script/working/cmayer/top.script
T

14 lines
148 B
Plaintext

/*
test.script
*/
trigger OnSpeaking(string text)
{
if ( text == "test" )
{
debugSpeakMsg(self, "TopScript");
}
return SCRIPT_CONTINUE;
}