prontera,160,180,3 script Porths 58,{
if (class == 4045) goto L_jobchange;
if (class > 4045) goto L_Nope;
L_jobchange:
mes "[^FF0000Porths^000000]";
mes "Hello! What Can I do for you?";
switch(select("Job change to Expanded Super Baby","Nothing")) {
case 1:
mes "[^FF0000Porths^000000]";
mes "Okay then let me just verify things.";
next;
mes "[^FF0000Porths^000000]";
mes "Okay then, Lemme see if you're qualified for the job!";
next;
mes "[^FF0000Porths^000000]";
mes ".";
next;
mes "[^FF0000Porths^000000]";
mes "..";
next;
mes "[^FF0000Porths^000000]";
mes "...";
next;
mes "[^FF0000Porths^000000]";
mes "So you're ["strcharinfo(0)"] huh?";
next;
mes "[^FF0000Porths^000000]";
mes "Okay then!";
jobchange 4191;
set #CASHPOINTS, #CASHPOINTS + 10;
dispbottom "You receive 10 Cash Points by job-changing!";
dispbottom "You've job changed into Extended Super Baby!";
next;
mes "[^FF0000Porths^000000]";
mes "Have fun!!";
close;
break;
case 2:
mes "[^FF0000Porths^000000]";
mes "See ya then!";
end;
break;
L_Nope:
mes "[^FF0000Porths^000000]";
mes "I only talk to Super Babies.";
mes "They're adorable af.";
close;
}
}