Blockland horror thoughts

Author Topic: Blockland horror thoughts  (Read 935 times)

I often play in solo mode when building and such, and use commands quite a lot, but sometimes I forget to start typing with a slash and the line is submitted as a chat message.

I fear that, in one of those occasions, I get a reply that goes like:

Serge64:settimescale2
?????: Type that again

Or any kind of reply to what I type, I dunno. It would freak me out a lot.

wow.............. spooky....................... ..........................

Uhm okay.
Actually I'd love to have a prank add-on that does that.

Oh man, a server mod that people could run that looks for /commands without the / with set responses.
Freak out all the other admins. Id like it.

Oh man, a server mod that people could run that looks for /commands without the / with set responses.
Freak out all the other admins. Id like it.
Code: [Select]
package SpookyChat
{
function ServerCmdMessageSent(%t,%m)
{
Parent::ServerCmdMessageSent(%t,%m);
if(isFunction("ServerCmd" @ getWord(%m,0)))
{
//do spooky stuff
}
}
};
activatePackagee(SpookyChat);