Hello, it was deemed un-advisable to do what you want. If that makes sense here is a link explaining why
Or if you just want to make an inventory onto the stats page you can do something like this on the stats page
*label main_menu
*choice
#Skills
*goto skills
#Inventory
*goto inventory
*label skills
*stat_chart
text var
Blah blah etc. (add how many vars you want)
*goto main_menu
*label inventory
*stat_chart
text var
Blah blah etc. (add how many vars you want)
*goto main_menu
If you want an example of an inventory system then here is a Container/Inventory - System Template