Project1
标题:
关于YEP_SkillCore的定制功能效果(已解决)
[打印本页]
作者:
cloudres
时间:
2019-2-14 15:58
标题:
关于YEP_SkillCore的定制功能效果(已解决)
本帖最后由 cloudres 于 2019-2-20 05:41 编辑
<Custom MP Cost> Example: <Custom MP Cost>
code cost += $gameVariables.value(1);
code </Custom MP Cost>
</Custom MP Cost>
请问如果设有一个开关
想要判断开关关闭中就消耗蓝
打开中的就不耗蓝该怎么写呢
<Custom MP Cost>
if (?????=1){
cost += $gameVariables.value(1);
}
</Custom MP Cost>
开关使用的是什么语句?耗蓝耗的是角色MP百分比又是怎么写呢?
本人虽然会点别的语言,但是javaScript没有多少接触
感谢大佬指导
$gameSwitches.value(开关ID)
作者:
ekmomo
时间:
2019-2-19 13:14
if ($gameSwitches.value(21))
复制代码
当21号开关开启时。
作者:
cloudres
时间:
2019-2-20 05:39
ekmomo 发表于 2019-2-19 13:14
当21号开关开启时。
明白,感谢答疑
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1