Kai Monkey's Show Characters in Choice Box
Intro
Hello ♫
This is just a short little script which allows you to use Character sprites in your choice box's. It's just a small graphical add-on, and it may well have been done before, but I thought it could be useful for anyone who has players choosing from a list of Appearance options, Ally options, Armour options, ect. (Although for a more complete customization experience, see my Full Character Creation System)
How to use:
The script is so simple to use, you might even have figured it out from the screenshot! When you're writing your options for your option box simply put the following code in-front of your text:
<char>SpriteSheetName,CharacterNumber</char>
Replacing SpriteSheetName with the name of the spritesheet with the character on, and CharacterNumber with the number of the position that character appears on the sheet:
CharacterNumber Guide:
Script:
ShowCharacterInChoiceWindow.txt
Finally
I hope people find this useful, and if you have any questions or suggestions, don't hesitate to post them here!