Guys, i have a little problem.
 
	 
 
	The "showevent" command does not work on my emulator. I'm using the new version of github, but it's not working at all.
 
prontera	mapflag	loadevent
prontera,150,150,3	script	showevent	4_F_BRZ_WOMAN,{
	end;
	OnPCLoadMapEvent:
		if(strcharinfo(3) == strnpcinfo(4)) {
			.@questInProgress = 1;
			showevent(.@questInProgress ? QTYPE_QUEST : QTYPE_NONE);
		}
	end;
} 
	My hexed 2014-10-22b
 
	Any solution? thanks'