Did you know?After completing the 'Prince Ali Rescue' quest, you can use the Al-Kharid gate for free.
Code: [Select] 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!"); } } }
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!"); } } }