赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 2 |
经验 | 0 |
最后登录 | 2024-7-10 |
在线时间 | 52 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 189
- 在线时间
- 52 小时
- 注册时间
- 2023-7-14
- 帖子
- 30
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
Acquisition of extended self switch
Example: To get ID3's extended self switch for ID2's event of ID1's map
$gameSwitches.exSelfSwitchValue([1, 2, 3]);
・Extended self switch settings
Example: When setting ON for the ID3 extended self switch of the ID2 event in the ID1 map
$gameVariables.setExSelfSwitchValue([1, 2, 3], true);
这个确实可以让一个普通开关变成独立开关,用插件命令各方面没有问题,但是用官方说明的插件使用方法里的脚本就一直出错
$gameVariables.setExSelfSwitchValue([1, 2, 3], true) 比如这个开启1地图2事件的3号开关,一触发就显示Invalid or unexpected token怎么回事。有没有大佬知道,求助,呜呜 |
|