本帖最后由 taroxd 于 2014-1-23 16:06 编辑
输入这段试试看
common_event = $data_common_events[$game_variables[100]] if common_event child = Game_Interpreter.new(@depth + 1) child.setup(common_event.list, same_map? ? @event_id : 0) child.run end
common_event = $data_common_events[$game_variables[100]]
if common_event
child = Game_Interpreter.new(@depth + 1)
child.setup(common_event.list, same_map? ? @event_id : 0)
child.run
end
|