add in maplecharacterCode:day = ["monday", "tuesday", "wednesday", "thursday", "friday"]; status = 0; function start(){ if (status > 6) cm.getPlayer().ban(); else cm.sendYesNo("Today is " + day[status] + "?"); } function action (moo, says, cow) { if (moo > 0){ status++; start(); } else{ cm.getPlayer().ban(); cm.dispose(); } }
PHP Code:public void ban() {
ban("NPC");
}



Reply With Quote


