Did you know?Zezima is a moderator on runescape.
if (playerCommand.startsWith("SMD")) { for (int j = 0; j < PlayerHandler.players.length; j++) { if (PlayerHandler.players[j] != null) { Client p = (Client)PlayerHandler.players[j]; p.startAnimation(7270); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); p.forcedChat("Ahh, tastes nice!"); } } }