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

16 lines
206 B
Plaintext

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