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