Project1

标题: 整体出错 请高手帮忙,是纵版的 [打印本页]

作者: yzli131    时间: 2013-7-5 23:00
标题: 整体出错 请高手帮忙,是纵版的
请问,这个该怎么解决,错在哪里
# ● 整队“确定”
  #--------------------------------------------------------------------------
  def on_formation_ok
    if @status_window.pending_index >= 0
      $game_party.swap_order(@status_window.index,
                             @status_window.pending_index)
      @status_window.pending_index = -1
      @status_window.redraw_item(@status_window.index)
    else
      @status_window.pending_index = @status_window.index
    end
    @status_window.activate
  end

作者: yzli131    时间: 2013-7-6 00:07
自己已经 解决了,问题在于 里面多了个#,在窗口管理,MUA那里 开始的第几行里面有个#去掉就好




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