//Custom WOE warper 1.1 [Lupus]
//you can get to Novice Castles, too

n_castle,102,107,5	script	i	757,{
	mes "[i]";
	mes "An, "+ strcharinfo(0) +"! AQ?";
	next;
	menu "ǰehw",-,"",LEnd;
	
		warp "prontera",155,177+rand(5);
		close;
	LEnd:
		mes "[i]";
		mes "naAڷ|@bo.";
		close;
}

prontera,130,217,5	script	i	757,{
	mes "[i]";
	mes "An! ڬO𫰾ԥNz, i.";
	if (getcharid(2) < 1000 ) mes "AO|, "+ strcharinfo(0) +"? ";
	if (getcharid(2) < 1000 ) close;
	if (agitcheck(0) == 0) mes "O𫰮ɧڥuǰeAhǪ̤|:";
	if (agitcheck(0) != 0) mes "گǰe󫰳:";
	next;
	if (agitcheck(0) == 0) menu "Ǫ̤|",novice_cas,"",-;
	if (agitcheck(0) != 0) menu "wԤ|",prtg_cas,"|",payg_cas,"N⤽|",gefg_cas,"㺸|",aldeg_cas,"Ǫ̤|",novice_cas,"Cancel",-;

	mes "[i]";
	mes "OQh, ѥ[𫰾ԯuOWŪư";
	close;

	prtg_cas:
		warp "prt_gld",	159,	38;	close;


	payg_cas:
		warp "pay_gld",	202,	173;	close;

	gefg_cas:
		warp "gef_fild13",	270,	225;	close;

	aldeg_cas:
		warp "alde_gld",	186,	157;	close;

	novice_cas:
		warp "n_castle",	102,	103+rand(5);	close;
}
