- Joined
- Jul 18, 2014
- Messages
- 222
- Reaction score
- 13
- First Language
- English
- Primarily Uses
- RMMV
Hi, I'm trying to customize the Select Item menu. It disables other menus and appears at the top. I was wondering if it was possible to make the selection appear over the previous window box, appear with a transparent background and/or move around (For example, appear in the middle).
I'm aware the script code is:
$gameMessage.setItemChoice(var, n);
But I'm not sure how to edit that. (Btw, even putting in a relevant variable number and n value, it behaves oddly. It runs the lines after and then opens up the item selection)
I'm aware the script code is:
$gameMessage.setItemChoice(var, n);
But I'm not sure how to edit that. (Btw, even putting in a relevant variable number and n value, it behaves oddly. It runs the lines after and then opens up the item selection)
