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