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


	end;