设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 2961|回复: 2
打印 上一主题 下一主题

[已经解决] 如何让主角固定首位

[复制链接]

Lv2.观梦者

梦石
0
星屑
465
在线时间
915 小时
注册时间
2011-5-11
帖子
438
1
发表于 2012-7-27 08:31:59 | 显示全部楼层
本帖最后由 345912390 于 2012-7-27 09:45 编辑

在Scene_Menu查找并修改
  1.   #--------------------------------------------------------------------------
  2.   # ● 整队“确定”
  3.   #--------------------------------------------------------------------------
  4.   def on_formation_ok
  5.     if @status_window.pending_index >=1 and @status_window.index>0#修改行
  6.       $game_party.swap_order(@status_window.index,
  7.                              @status_window.pending_index)
  8.       @status_window.pending_index = -1
  9.       @status_window.redraw_item(@status_window.index)
  10.     else
  11.       @status_window.pending_index = @status_window.index
  12.     end
  13.     @status_window.activate
  14.   end
复制代码
应该没 问题!���
http://rpg.blue/static/image/smiley/yct/A059.gif中国字认识都不到一半,哪的心情学英语呀!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-18 15:58

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表