ohh btw this is my script
prontera,108,154,5 script Spartan's Trainer 827,{
if ((Class == 7) || (Class == 14)) goto Lretrain;
if (Class != 4108) goto L_cant;
mes "[spartan's Trainer]";
mes "Hello [" + strcharinfo(0) + "], so you'd like to join in the SPARTAN EVENT?";
mes "Well, Better prepare!";
next;
if(Class == Job_Novice && JobLevel == 10 && SkillPoint == 0) {
mes "[spartan's Trainer]";
mes "So you would like to be Spartan?";
next;
menu "Yes",-,"No",L_End;
jobchange Job_Knight;
getitem 2237,1;
getitem 1404,1;
set BaseLevel, 1;
savepoint "prontera",156,191;
next;
warp "prontera",156,191;
close;
}
L_cant:
mes "[spartan's Trainer]";
mes "Sorry [" + strcharinfo(0) + "] but I only Entertain Weak People .";
close;
LLretrain:
mes "[spartan's Trainer]";
mes "Sorry [" + strcharinfo(0) + "] I think you are already Trained.";
close;
L_End:
mes "[spartan's Trainer]";
mes "I think you are a Gay [" + strcharinfo(0) + "]!";
close;
}
if 0 why goto cant?
becuase my paln is if a character is a novice he will change job it!