赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 4 |
经验 | 867 |
最后登录 | 2016-5-7 |
在线时间 | 44 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 405
- 在线时间
- 44 小时
- 注册时间
- 2012-8-13
- 帖子
- 43
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 视觉诱惑 于 2013-1-15 22:38 编辑
网上下的脚本整合 出现了问题
有了队友 点一下 整队进去 后 在选择 队友或者自己 就出现错误
脚本整合叫 ~水.月.镜.花~ 下面是 下载链 和 报错截图
http://www.66rpg.com/articles/4962
- #--------------------------------------------------------------------------
- # ● 整队“确定”
- #--------------------------------------------------------------------------
- def on_formation_ok
- if @status_window.pending_index >= 1
- $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
复制代码 |
|