OnPCChatEvent: while( (.@si = strpos(@pc_chat_msg$, "", .@si)) >=0 ) { .@sbi = strpos(@pc_chat_msg$, "%", .@si); if((.@sbi - .@si) == 12 ) { processhalt; dispbottom "壞人"; end; } .@si+=6; } end;