标题: 官方dlc包selfVariable插件问题 [打印本页] 作者: 野原新之助参见 时间: 2023-7-23 20:07 标题: 官方dlc包selfVariable插件问题 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怎么回事。有没有大佬知道,求助,呜呜作者: 野原新之助参见 时间: 2023-7-23 20:14
$gameVariables.setExSelfSwitchValue([1, 10, 15], true)
VM192:1 Uncaught TypeError: $gameVariables.setExSelfSwitchValue is not a function
at <anonymous>:1:16
这个是在控制台执行的命令,测试出现的是这些,呜呜求助作者: 野原新之助参见 时间: 2023-7-29 15:01