赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 2 |
经验 | 0 |
最后登录 | 2019-3-22 |
在线时间 | 21 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 178
- 在线时间
- 21 小时
- 注册时间
- 2018-4-16
- 帖子
- 7
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 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)
|
|