=begin 不知为什么在Game_Interpreter外调用$data_common_events无法索引取值 给Game_Interpreter添加根据$game_variables[2]的值调用相应id的公共事件的方法 在需要调用公共事件的地方输入脚本do_common_event即可 =end class Game_Interpreter def do_common_event common_event=$data_common_events[$game_variables[2]] if common_event child = Game_Interpreter.new(@depth + 1) child.setup(common_event.list, same_map? ? @event_id : 0) child.run end end end |
本帖最后由 tuifeiheihu 于 2022-5-23 18:33 编辑 啊,我找到这样的语句了,此贴终结 RUBY 代码复制
|
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-22 08:12
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.