NPC that tells what day, time:minutes.

Newbie Spellweaver
Joined
Jun 14, 2008
Messages
80
Reaction score
1
Code:
// Made by king321123 [gil].
// Do not release anywhere else FXP or RZ w/out
// a credit.

var status = 0;

function start() {
status = -1;
action(1, 0, 0);
}

function action(mode, type, selection) {
    if (mode != 1) {
        cm.dispose();
        return;
    } else
        status++;
    if (status == 0) {
        cm.sendSimple("Hey, #b#h ##k. Oh ow.. I can tell you many things about Time. What would you like to know? #b\r\n#L0#What day is it?#l\r\n#L1#Hour ^ Minuets.#l#k");
    } else if (status == 1) {
        if (selection == 0) { // Explain about the Holyday.
            cm.sendOk("The day is " + cm.getDayOfWeek() + ", that means..\r\n\r\n1 - Sunday.\r\n2 - Monday.\r\n3 - Thuesday.\r\n4 - Wednesday.\r\n5 - Thursday.\r\n6 - Friday.\r\n7 - Saturday.");
    } else if (selection == 1) { // Tells what you have to do.
        cm.sendNext("The time now is #r#e" + cm.getHour() + ":" + cm.getMin() + "#k#n. Well if it's too\r\nlate or too early.. We suggest you play more #biStories.#k");
        cm.dispose();
}
}
}

king321123 - NPC that tells what day, time:minutes. - RaGEZONE Forums
 
Hm...

If I'm playing I'm playing a MapleStory private server, then I am at a computer.

If I am at a computer, playing a MapleStory private server, then I'm probably using DXWnd.

If I am using DXWnd and am at a computer, playing a MapleStory private server, then I can look at the bottom right corner of my screen for the time and click the time if I need to see the date.

If I am doing the above, then this is useless.

Even if I wasn't doing any of the above, this release is completely and utterly useless and its creator should jump into a ditch.

The aforementioned ditch should be filled with deadly, skin-eating bacteria for maximum results.
 
Back