// ϐ̃eXg
prontera.gat,164,188,1	script	eXg	112,{
	set @str$, "P";
	mes "ϐF" + @str$ ;
	mes "mFF" + @str$ + " ...OK?";
	next;
	mes "r`eqOKF" + (@str$=="P");
	mes "r`eqNGF" + (@str$=="");
	mes "r`neOKF" + (@str$!="00000");
	mes "r`neNGF" + (@str$!="P");
	mes "r`gtOKF" + ("aab">"aaa");
	mes "r`ltNGF" + ("aab"<"aaa");
	next;
	input @str2$;
	mes "̓f[^ " + @str2$ + " łB";
	close;
}
