Files
dsrc/sku.0/sys.server/compiled/game/script/working/jfreeman/msgtestbase.script
T

10 lines
211 B
Plaintext

messageHandler handleTest()
{
debugSpeakMsg( self, "msg test base received message" );
debugSpeakMsg( self, "this should not have happened, if this script was attached first." );
return SCRIPT_CONTINUE;
}