viewing paste Unknown #13965 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
    mes "[One Direction Officer]";
    mes "Let them know the real might of Croix!";
    next;
    switch(select("I will fight with you.:End Conversation.")) {
    case 1:
        mes "[One Direction Officer]";
        mes "Show them how strong we are.";
        mes "Today, everyone will hear the shout of triumph from Croix!";
        close2;
        //setquest 6026;
        if (BaseLevel > 79) warp "bat_room",169,207;
        else if (BaseLevel < 60) warp "bat_room",197,207;
        else warp "bat_room",225,207;
        close;
    case 2:
        mes "[One Direction Officer]";
        mes "We will win!";
        close;
    }
}
Viewed 551 times, submitted by Guest.