sch_gld,289,94,0	duplicate(Sc01_Flag)	Himinn#mobile	4_F_KAFRA3
aru_gld,72,155,0	script	Horn#mobile	4_F_KAFRA3,{
	if ( Upper) {
		mes "[ Echoing Voice ]";
		mes "Sorry, only 1st Job, 2nd Job and Extended Job can join/enter Vanilla WoE Castles.";
		close;
	}
	if (!getcharid(CHAR_ID_GUILD) || getcharid(CHAR_ID_GUILD) != getcastledata("arug_cas03",1)) end;
	mes "^3355FFThis is the Stronghold";
	mes "Teleport Service. Would";
	mes "you like to teleport to";
	mes "the Emperium Center?^000000";
	if(select("Teleport", "Cancel") == 1)
		callfunc("F_Dispell");
		warp "arug_cas03",121,318;
	close;
	end;

OnPCLoadMapEvent:
	if (!compare(strcharinfo(3),"arug_cas")) end;
	callfunc("F_Dispell");
	if (compare(strcharinfo(3),"arug_cas") && Upper ) {
		dispbottom "Sorry, only 1st Job, 2nd Job and Extended Job can join/enter Vanilla WoE Castles.";	
		warp "SavePoint",0,0;
	}
	end;

}	