def draw_equipments(x, y) @actor.equips.each_with_index do |item, i| draw_item_name(item, x, y + line_height * i) end end
消失的三千 发表于 2012-3-27 03:40
你忘了定义@actor这变量了,所以他才会提示找不到@actor里的equips~
只要把Window_MenuStatus里的49~59行的 ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |