- Joined
- Jun 29, 2014
- Messages
- 71
- Reaction score
- 11
- First Language
- English
- Primarily Uses
- N/A
I have plugins installed, such as Yanfly Message Core (MV), which allows setting the window position of the "Show Text" event command via a text code, such as:
for X and Y positions.
This works great, but I want to set the position of the text window via a variable.
Of course, the following doesn't work in text codes:
nor does:
for obvious reasons.
Does anyone know how I can set the position of my "Show Text" command using a script or plugin command?
I'd ideally want to avoid installing any bulky plugins, as Yanfly does 99% of what I need already.
Any ideas? I've spent a good amount of time googling, but can't find anything helpful.
Code:
\px[]
\py[]
for X and Y positions.
This works great, but I want to set the position of the text window via a variable.
Of course, the following doesn't work in text codes:
Code:
\px[\v[19]]
nor does:
Code:
\px[$gameVariables.value(40)]
for obvious reasons.
Does anyone know how I can set the position of my "Show Text" command using a script or plugin command?
I'd ideally want to avoid installing any bulky plugins, as Yanfly does 99% of what I need already.
Any ideas? I've spent a good amount of time googling, but can't find anything helpful.