For example...
Code: Select all
screen inv_screen:
frame:
has vbox
text "My inventory: [items]"
text "Money: [money] dollars"A simple box that shows how much money the character has and the list of items that character has in his/her inventory.
But when the interface box pops up, it shows the list like [item] or ['item', 'item']
Could someone please tell me how to type this in the code so that it doesn't show ' ' or [ ] ?
Like so:
item, item
Thank you in advance.
