RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[CLOSED][VXA, Request] Split equipment slots in two different scenes

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 72
RMRK Junior
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,
« Last Edit: January 16, 2014, 01:08:32 AM by Queen yuyubabe »

**
Rep: +0/-0Level 72
RMRK Junior
Resolved,

Please, close thread.

Thank you.