- Joined
- Apr 2, 2015
- Messages
- 145
- Reaction score
- 52
- First Language
- English
- Primarily Uses
- RMMV
Hey everyone! I'm trying to make my battles more visually dynamic, but I can't seem to find the right way to do it. Basically I'd like to be able to have the players character sometimes start in different places(preferably set before/at the start of the battle). I went on a big search for the information, with a couple people saying it can be done with script calls and eventually found these two codes from this short thread:
But I'm not exactly sure how to go about implementing them. As there anyone proficient in scripting, that can walk me through this script calls use, or have any better script call functions for this type of thing?
Alternatively if anyone knows of a plugin that can do this, I'd also be grateful for that!
Thanks!
Code:
SceneManager._scene._spriteset._actorSprites[X]._homeX
SceneManager._scene._spriteset._actorSprites[X]._homeY
Alternatively if anyone knows of a plugin that can do this, I'd also be grateful for that!
Thanks!
