设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索

打开菜单时的错误

查看数: 880 | 评论数: 3 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2011-7-30 14:31

正文摘要:

在地图上按X系统提示脚本错误 下面是脚本#============================================================================== # 本脚本来自www.66RPG.com,使用和转载请保留此信息 #============================== ...

回复

秋庭里香 发表于 2011-8-3 10:56:48
没有遇到BUG,估计和其他脚本冲突有关~
  1. class Window_Command
  2. def draw_item(index, color)
  3.    self.contents.font.color = color
  4.    # 计算得出当前index所对应的内容所在的行
  5.    row_index = index / @column_max
  6.    for y in 0...@column_max
  7.      if index % @column_max == y
  8.        rect = Rect.new(y * @width_txt, 32 * row_index , @width_txt, 32)
  9.        self.contents.fill_rect(rect, Color.new(0, 0, 0, 0))
  10.        self.contents.draw_text(rect, @commands[index],1) if @commands[index] != nil
  11.        break
  12.      end
  13.    end
  14. end
  15. end
复制代码
加上这个可能可以解决~
jiahui5592986 发表于 2011-7-31 11:17:21
Wind2010 发表于 2011-7-30 16:07
index某项为nil,请检查菜单

能帮我修改下脚本,在弄上来么,谢谢
Wind2010 发表于 2011-7-30 16:07:00
index某项为nil,请检查菜单
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-30 05:28

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表