im give for interlude post cod for interlude .
{
int offset = 0;
if(command.contains("menu"))
offset = 17;
else
offset = 13;
String text = command.substring(offset);
CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text);
GmListTable.broadcastToGMs(cs);
text = null;
cs = null;
}