viewing paste Rental Services ? | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
alberta,185,146,5   script  Rental Services 646,{
 
mes "[^FF0000Rental Services^000000]";
if( Class == Job_Novice )
    mes "Sorry, i cant help you.";
else{
    mes "Need a Mount ?";
    if( select("Yeah,i need one.:I'm Sorry, No.") == 1 ){
        mes "Okay..i will get you a mount.";
        if( !checkfalcon() && getskilllv("HT_FALCON") ) setfalcon;
        else if( !checkcart() && getskilllv("MC_PUSHCART") ) setcart;
        else if( !checkriding() && getskilllv("KN_RIDING") ) setriding;
        else atcommand "@newmount";
    }
}
close;
}
Viewed 1349 times, submitted by Emistry.