So what do I have to do to show the right equipment in my status screen? :o
I'm sure it's just changing these lines into something else:
I'm sure I can find some time in the next week to test out the VX/VXAce versions for you.
I'm sure it's just changing these lines into something else:
Code:
draw_item_name($data_weapons[@actor.weapon_id], 320 + 16, 228)
draw_item_name($data_armors[@actor.armor1_id], 320 + 16, 274)
draw_item_name($data_armors[@actor.armor2_id], 320 + 16, 324)
draw_item_name($data_armors[@actor.armor3_id], 320 + 16, 372)
draw_item_name($data_armors[@actor.armor4_id], 320 + 16, 420)
I'm sure I can find some time in the next week to test out the VX/VXAce versions for you.