赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 2907 |
最后登录 | 2012-11-14 |
在线时间 | 16 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 16 小时
- 注册时间
- 2008-2-12
- 帖子
- 313
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
脚本"FF12菜单"的211行发生TypeError。
cannot convert nil into String
脚本如下:
def draw_actor_class2(actor, x, y)
self.contents.font.name = $fontface
self.contents.font.color = outline_color
第221行 self.contents.draw_text(x + 1, y + 1, 236, 32, actor.class_name)
self.contents.draw_text(x + 1, y - 1, 236, 32, actor.class_name)
self.contents.draw_text(x - 1, y + 1, 236, 32, actor.class_name)
self.contents.draw_text(x - 1, y - 1, 236, 32, actor.class_name)
self.contents.font.color = normal_color
self.contents.draw_text(x, y, 236, 32, actor.class_name)
end
出现以上情况是在查看我方某2个人的技能/状态/装备的时候,都会出现。
其他我方所有人均无问题。 版务信息:本贴由楼主自主结贴~ |
|