viewing paste Unknown #21319 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 
    mes "[Job Master]";
    if (Class > Job_Soul_Linker) {
        mes "No more jobs are available.";
        close;
    }
    if (checkfalcon() || checkcart() || checkriding() || ismounting()) {
        mes "Please remove your " +
            ((checkfalcon()) ? "falcon" : "") +
            ((checkcart()) ? "cart" : "") +
            ((checkriding()) ? "Peco" : "") +
            ((ismounting()) ? "mount" : "") +
            " before proceeding.";
        close;
    }
Viewed 671 times, submitted by Guest.