- Joined
- Jul 12, 2020
- Messages
- 623
- Reaction score
- 345
- First Language
- English
- Primarily Uses
- RMMV
Hey guys!
So I wanted to change the position of my face-sprite window in the messages system.
I found this plugin and was trying to use it:
forums.rpgmakerweb.com

See how this looks so far? I want that face window to be riiiiiiiiiight on the right-edge of that textbox. (This is using position 3).
According to the plugin, I am able to set face positions (1-9) and in the description of the plugin, it says I can add even more positions as I want. However, I am just not sure if I'm using the script commands correctly.

The very bottom one using X and Y coordinates on the screen sounded the easiest, but when I tried using the script command in the event commander, it doesn't seem to change anything.
I inputted the script command:
right before the textbox appears, so it certainly executes beforehand. But alas, it doesn't seem to change anything. It appears just like the 1st image, so it never changed positions.

The plugin said it was compatible with everything Yanfly's Message system has to offer, so I'm wondering if maybe I'm just not using the commands properly? Or perhaps the plugin is flawed?
So I wanted to change the position of my face-sprite window in the messages system.
I found this plugin and was trying to use it:
LGP - Face Sprite
LGP_FaceSprite v3.3 Azel Introduction RPG Maker MV allows you to set a face image in the message box. In the Pokemon Mystery Dungeon series the face is a separate Sprite in a Window. This Plugin does that now. Features Having face sprites. Set face sprite positions. Face sprite uses Window...


See how this looks so far? I want that face window to be riiiiiiiiiight on the right-edge of that textbox. (This is using position 3).
According to the plugin, I am able to set face positions (1-9) and in the description of the plugin, it says I can add even more positions as I want. However, I am just not sure if I'm using the script commands correctly.

The very bottom one using X and Y coordinates on the screen sounded the easiest, but when I tried using the script command in the event commander, it doesn't seem to change anything.
I inputted the script command:
Code:
$gameSystem.setFSPositionXY(400, 570);

The plugin said it was compatible with everything Yanfly's Message system has to offer, so I'm wondering if maybe I'm just not using the commands properly? Or perhaps the plugin is flawed?