[showevent] don't wok?

HD Scripts

New member
Messages
40
Points
0
Github
HD Scripts
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'

 
Seems to work fine, i also used  2014-10-22b to test your script.

 
Back
Top