Project1

标题: [无限大小事件脚本框]的事件脚本 [打印本页]

作者: 晴兰    时间: 2013-1-28 00:05
提示: 作者被禁止或删除 内容自动屏蔽
作者: satgo1546    时间: 2013-1-29 20:17
甚至还可以用这个做点简写什么的……
RUBY 代码复制
  1. class Game_Interpreter
  2.   def 下一条开始是简写脚本
  3.     x,y = @index+1, @list
  4.     orgx = x
  5.     if y[x].code==105
  6.       y[x].code = 355
  7.       y[x].parameters = ['']
  8.       y[x].code = 655 while y[x+=1].code==405
  9.       x = orgx
  10.       y[x].parameters[0].gsub!(/\\v\[(\d+)\]/) { $game_variables[$1.to_i] } while y[x+=1].code == 405
  11.     end
  12.   end
  13. end





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