本帖最后由 晴兰 于 2013-1-28 01:06 编辑 在做别的东西的时候想到的: 这个也可以用EXE的资源编辑工具来实现,其实也适用于其他的需要在事件文本框里面打很多字的情况, 但这里说的是一种脚本的方法,也就是不需 ...
class Game_Interpreter def 下一条开始是简写脚本 x,y = @index+1, @list orgx = x if y[x].code==105 y[x].code = 355 y[x].parameters = [''] y[x].code = 655 while y[x+=1].code==405 x = orgx y[x].parameters[0].gsub!(/\\v\[(\d+)\]/) { $game_variables[$1.to_i] } while y[x+=1].code == 405 end endend
class Game_Interpreter def 下一条开始是简写脚本 x,y = @index+1, @list orgx = x if y[x].code==105 y[x].code = 355 y[x].parameters = [''] y[x].code = 655 while y[x+=1].code==405 x = orgx y[x].parameters[0].gsub!(/\\v\[(\d+)\]/) { $game_variables[$1.to_i] } while y[x+=1].code == 405 end end end
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-12-23 01:16
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.