RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

[CLOSED][VXA, Request] Split equipment slots in two different scenes

Started by Jhin, January 12, 2014, 08:26:36 PM

0 Members and 1 Guest are viewing this topic.

Jhin

Hello there.

I'm working to split the equipment slots in two differents scenes, but It seems it's more difficult that I thought.

I want to have the Weapon, Shield, Gear and Body slots in the first scene and the accesories slot in another custom scene.

Surely, this is one of the methods I need to modify, but I don't have the clue how to (and what to).

Quote
def draw_item(index)
  return unless @actor
  rect = item_rect_for_text(index)
  change_color(system_color, enable?(index))
  draw_text(rect.x, rect.y, 92, line_height, slot_name(index))
  draw_item_name(@actor.equips[index], rect.x + 92, rect.y, enable?(index))
end

I would be very grateful if anybody can help me.

Thanks,

Jhin