赞 | 1 |
VIP | 0 |
好人卡 | 0 |
积分 | 4 |
经验 | 0 |
最后登录 | 2024-7-2 |
在线时间 | 125 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 377
- 在线时间
- 125 小时
- 注册时间
- 2023-1-19
- 帖子
- 61
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
我看他说明那里写要用插件命令,请问这个插件命令是加在哪里?
If your system's battle attend actor's number > 4,
then, set by plugin command.
This plugin also assumes the use of diffrent (from specified) size
SV actor graphics.
[Plugin Command]
SVActorPosition arg0 arg1 arg2
arg0 must be the number > 0 and < 100.
arg1 must be 'X' or 'Y'.
arg2 must be the value or formula of coordinate position.
If you use formula, never use white space in the formula.
ex.
SVActorPosition 1 X 640 # set sideview actor 1's X position 640.
SVActorPosition 4 Y 472 # set sideview actor 4's Y position 472.
You can also be able to following notation:
SVActorPosition 2 X $gameVariables.value(20)
SVActorPosition 3 Y 320+48*2 # you shouldn't use white space in formula.
SVActorPosition 5 X 640 # if your system attends >4 actors at battle.
|
|