01-29-2018, 02:57 AM
I think it might look like the following lines...
draw_item_name(@actor.weapons[0], 320 + 16, 228)
equip = @actor.dual_wield ? @actor.weapons[1] : @actor.armors[0]
draw_item_name(equip, 320 + 16, 274)
draw_item_name(@actor.armors[1], 320 + 16, 324)
draw_item_name(@actor.armors[2], 320 + 16, 372)
draw_item_name(@actor.armors[3], 320 + 16, 420)
draw_item_name(@actor.armors[4], 320 + 16, 452)
draw_item_name(@actor.armors[5], 320 + 16, 484)
If they fail for any reason, then add rescue nil to the end of the lines like below...
draw_item_name(@actor.armors[5], 320 + 16, 484) rescue nil
...just in case it helps you somehow.
draw_item_name(@actor.weapons[0], 320 + 16, 228)
equip = @actor.dual_wield ? @actor.weapons[1] : @actor.armors[0]
draw_item_name(equip, 320 + 16, 274)
draw_item_name(@actor.armors[1], 320 + 16, 324)
draw_item_name(@actor.armors[2], 320 + 16, 372)
draw_item_name(@actor.armors[3], 320 + 16, 420)
draw_item_name(@actor.armors[4], 320 + 16, 452)
draw_item_name(@actor.armors[5], 320 + 16, 484)
If they fail for any reason, then add rescue nil to the end of the lines like below...
draw_item_name(@actor.armors[5], 320 + 16, 484) rescue nil
...just in case it helps you somehow.
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9
Maranatha!
The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.
My Original Stories (available in English and Spanish)
List of Compiled Binary Executables I have published...
HiddenChest & Roole
Give me a free copy of your completed game if you include at least 3 of my scripts!
Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Maranatha!
The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.
My Original Stories (available in English and Spanish)
List of Compiled Binary Executables I have published...
HiddenChest & Roole
Give me a free copy of your completed game if you include at least 3 of my scripts!
Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE