赞 | 1 |
VIP | 0 |
好人卡 | 0 |
积分 | 6 |
经验 | 0 |
最后登录 | 2024-7-14 |
在线时间 | 79 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 578
- 在线时间
- 79 小时
- 注册时间
- 2018-2-11
- 帖子
- 19
|
我也遇到了这个问题,翻了翻发现yep的网站上有写,下面是原文
For those using the Main Menu Manager and would like to position the Quest
command in a place you'd like, use the following format:
Name: Yanfly.Param.QuestCmdName
Symbol: quest
Show: $gameSystem.isShowQuest()
Enabled: $gameSystem.isEnableQuest()
Ext:
Main Bind: this.commandQuest.bind(this)
Actor Bind:
Insert the above setup within a Main Menu Manager slot. Provided you copy
the exact settings to where you need it, it will appear there while using
all of the naming, enabling, disabling, hiding, and showing effects done by
the plugin parameters.
Remember to turn off 'Auto Place Command' from the plugin parameters.
按照写的那样设置就行了 |
|