- Joined
- Jul 30, 2022
- Messages
- 16
- Reaction score
- 2
- First Language
- German
- Primarily Uses
- Other
Hi,
i need some way to show the item description to the user while the user is selecting an Item from a big list (so that the list is scrollable is important).
It has to work while in normal Map view (not Battle or shop view).
In general i need something where the user can see parts of the Map, a list of Items and the description of the selected item. Thats why i came up with the idea to have a Message-Window (position: top) which lists Items and a Message-Window (position: bottom) which shows the item description.
So the Select Item Window does list Key-Items scrollable which is fine but it hides the description.
I found the plugin "Choice Move Handlers" from Tsukihime which does execute a method on cursor move which is also nice, but sadly it does it only for "choice handlers" and for some reason it doesn't work when i wrap
Can somebody help me and tell if it's possible to use this plugin in key item selection instead of choice lists and for showing text in Message-Window instead of gabs?
(or another way to achive my goal?)
best regards,
Regda
i need some way to show the item description to the user while the user is selecting an Item from a big list (so that the list is scrollable is important).
It has to work while in normal Map view (not Battle or shop view).
In general i need something where the user can see parts of the Map, a list of Items and the description of the selected item. Thats why i came up with the idea to have a Message-Window (position: top) which lists Items and a Message-Window (position: bottom) which shows the item description.
So the Select Item Window does list Key-Items scrollable which is fine but it hides the description.
I found the plugin "Choice Move Handlers" from Tsukihime which does execute a method on cursor move which is also nice, but sadly it does it only for "choice handlers" and for some reason it doesn't work when i wrap
$game_message.add(text)
to show a Message-Window.Can somebody help me and tell if it's possible to use this plugin in key item selection instead of choice lists and for showing text in Message-Window instead of gabs?
(or another way to achive my goal?)
best regards,
Regda