viewing paste Unknown #29662 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
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;
}
}
Viewed 903 times, submitted by Guest.