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

Project1

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

[已经解决] 怎么让队伍的领队不能更换

[复制链接]

Lv2.观梦者

梦石
0
星屑
549
在线时间
341 小时
注册时间
2015-2-10
帖子
39
跳转到指定楼层
1
发表于 2016-7-31 20:38:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
同标题,怎么让队伍的领队不能换。
不是关闭整队哦,我想让领队固定玩家不能换。

Lv2.观梦者

梦石
0
星屑
816
在线时间
278 小时
注册时间
2016-1-27
帖子
53
2
发表于 2016-7-31 22:02:37 | 只看该作者
请用这个
  1. #==============================================================================#
  2. # * RGSS3 Script - Captian Lock                                                #
  3. #  * Author - Shadwo Momo                                                      #
  4. #  * Version - 1.0                                                             #
  5. #  * Last Update - 2013.12.15                                                  #
  6. #------------------------------------------------------------------------------#
  7. # * Introduce                                                                  #
  8. #  Prevent the captian from being replaced.                                    #
  9. #------------------------------------------------------------------------------#
  10. # * Instruction                                                                #
  11. #  Insert the script below other materials but above Main.                     #
  12. #------------------------------------------------------------------------------#
  13. # * Update                                                                     #
  14. #  V 1.0 2013.12.15 Build                                                      #
  15. #------------------------------------------------------------------------------#
  16. # * License                                                                    #
  17. #  This script is written by Shadow Momo. Please keep this information if you  #
  18. # use or edit it.                                                              #
  19. #==============================================================================#
  20. class Scene_Menu
  21.   alias :on_formation_ok_captian_lock :on_formation_ok
  22.   def on_formation_ok
  23.     if @status_window.index == 0
  24.       Graphics.wait(20)
  25.       Sound.play_buzzer
  26.       @status_window.activate
  27.     else
  28.       on_formation_ok_captian_lock
  29.     end
  30.   end
  31. end
  32. #==============================================================================#
  33. #===========================                        ===========================#
  34. #                             End     of     File                              #
  35. #===========================                        ===========================#
  36. #==============================================================================#
复制代码

评分

参与人数 1星屑 +10 收起 理由
糯米_包子 + 10 谢谢。

查看全部评分

回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-11-16 17:32

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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