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