function chest_oe_use() /* entry=317 class_id=0x054B slot=0x01 */
{
  set_info(0x0207, *(arg_06));
  process_exclude();
  if (Item.getFrame(arg_06) <= 9) {
    return;
  }
  else {
    spawn FREE.slot_49(pid, *(arg_06), 0x00000000);
    suspend;
    /* dword_to_word  */
    if (!process_result) {
      ITEM.slot_24(0x1000, arg_06);
    }
  }
  return;
}
