script error on npc/stayro/emkz/Stage_Game.txt line 27
parse_simpleexpr: unmatch ')'
22 :
23 : for( set .@mf,0; .@mf < getarraysize( .MapFlags ); set .@mf,.@mf + 1 ){
24 : setmapflag strcharinfo(3),.MapFlags[.@mf];
25 : }
26 :
* 27 : if( getmapmobs'(' strcharinfo(3) ) > 0 || .Level > 0){
28 : dispbottom "Just Kill All the Monster to Win the Game...";
29 : end;
30 : }
31 : set .Level,0;
32 : announce "[Level "+( (.Level/2)+1 )+"] : [ "+.Stage[.Level+1]+" x "+get
monsterinfo( .Stage[.Level],0)+" ]",bc_all,0x37FDFC;
Why is this happening to me?