- Joined
- Nov 15, 2014
- Messages
- 133
- Reaction score
- 75
- First Language
- Portuguese
- Primarily Uses
- RMMV
This script will let you add a full description to items and skills.
Press shift to open/close the full description window.
Use the tag <fdesc:> in the item/skill notebox to do so. Use \n to jump a line.
You can use the same codes you can in the message window:
\c[1]Text will be written in color 1\c[0]
The description window will not show if the item/skill doesn't have the
<fdesc:> tag
To call the full description scene outside the item/skill menu use:
SceneManager.sceneFullDesc(item/skill);
Free to use on both paid and free games, just give credit.
7/4/2016: Fixed bug when trying to see full description when using item/skill on actor.
Last edited by a moderator:




