じ☆ve冰风 发表于 2025-1-6 18:25:18

关于变量问题

def battler_add_ability(id)
    battler_add = Array.new
    cheak_note = ""
    cheak_note = @note if @note
    when 14
      #歪曲力场
      read_arr = Array.new
      while cheak_note do
      value = 0
      cheak_note.match(//)
      value = $1.to_i + $game_variables if $1 —— $game_variables 是每击败一名敌人+1,但是这里只读取整数,不读取变量肿么办
      read_arr.push(value)
      cheak_note = $'
      end
      battler_add = read_arr.max
            本帖来自P1论坛作者间桐樱,因Project1站服务器在国外有时候访问缓慢不方便作者交流学习,经联系P1站长fux2同意署名转载一起分享游戏制作经验,共同为国内独立游戏作者共同创造良好交流环境,原文地址:https://rpg.blue/forum.php?mod=viewthread&tid=497584若有侵权,发帖作者可联系底部站长QQ在线咨询功能删除,谢谢。
页: [1]
查看完整版本: 关于变量问题