Project1

标题: 脚本没效果? [打印本页]

作者: 黑米馒头    时间: 2022-4-7 16:38
标题: 脚本没效果?
本帖最后由 黑米馒头 于 2022-4-7 16:52 编辑

下面这句代码怎么没效果?
放在Scene_Battle里的

不应该是当角色ID=1时
@status_window.x = 100
@status_window.y = 100
除此之外
@status_window.x = 150
@status_window.y = 150
这样的吗?还是说语法错了

如果改成 当角色ID为队伍里2号角色ID时又要怎么改

if actor_id = 1
@status_window.x = 100
@status_window.y = 100
else
@status_window.x = 150
@status_window.y = 150
end
作者: 黑夜守望者    时间: 2022-4-8 09:26
actor_id这个是局部变量吧?你怎么赋值的?
作者: soulsaga    时间: 2022-4-8 13:45
等於是==不是=

我这回复有点水..




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1