function steplns_equip() /* entry=366 class_id=0x05CD slot=0x0A */
{
  set_info(0x0211, *(arg_06));
  process_exclude();
  local_02 = Item.getFrame(arg_06);
  if (!(local_02 & 1)) {
    spawn FREE.slot_3B(pid, 2, 0x00000000);
    suspend;
    spawn TRIGGER.slot_20(pid, 1, *(arg_06), arg_06);
    suspend;
    return;
  }
  else {
    spawn FREE.slot_3B(pid, 2, 0x00000000);
    suspend;
    spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
    suspend;
  }
  return;
}
