| 赞 | 14 |
| VIP | 0 |
| 好人卡 | 0 |
| 积分 | 27 |
| 经验 | 1070 |
| 最后登录 | 2025-6-20 |
| 在线时间 | 214 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 2747
- 在线时间
- 214 小时
- 注册时间
- 2017-9-28
- 帖子
- 283
|
Usage Example:
if $gameSwitches.value(1)
action effect
else if $gameSwitches.value(2)
action effect
action effect
else
action effect
action effect
action effect
end
*Note: You do not have to indent the code in between to work. It just
looks better that way in your action sequences.
其实你也并不用多用一个变量,直接用变量赋值后面的内容弄到IF后面就行了吧 |
评分
-
查看全部评分
|