Hi, just wanna ask, why is it doesn't work out, did i missed something Ughh...?!
frontier.gat,139,219,0 script Portal 45,{
if (class < 4008 || class > 4022 || BaseLevel < 254 || JobLevel < 98) goto L_Accept;
mes "[ ^0000FF"+strcharinfo(0)+"^000000 ]";
mes "It seems that, i can't enter?";
emotion e_hmm;
close2;
warp "SavePoint",0,0;
end;
L_Accept:
warp "ars_dun04",51,17;
end;
}