mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
10 lines
211 B
Plaintext
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;
|
|
}
|
|
|