Project1

标题: 新手求助-貌似是变量类型的问题 [打印本页]

作者: naterni    时间: 2011-9-19 15:36
标题: 新手求助-貌似是变量类型的问题
class Tc
  def picn
    if
      $game_variables[0001] == 72
      hc1 = 1
    elsif
      $game_variables[0001] == 132
      hc1 = 1
    else
      hc1 = 0
    end
    hn1 = "Graphics/Pictures/" + hc1
    h1 = Sprite.new
    h1.bitmap = Bitmap.new(hn1)
    h1.x = 428
    h1.y = 387
  end
end

想通过变量来定义文件名,但是貌似出错。研究后好像是hc1变量类型不对不能相加。请问有没有什么办法能解决这个问题,万分感谢。dsu_plus_rewardpost_czw
作者: 禾西    时间: 2011-9-19 15:47
1.to_s               
作者: naterni    时间: 2011-9-19 15:53
能详细说说用法吗版主,初学脚本,没弄明白。


naterni于2011-9-19 15:56补充以下内容:
研究明白了,谢谢版主。




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1