xyz
this is what's inside the lists but that's not really important
``#0
var generallist = [40,40,0]
#general index 0 health
#general index 1 healthmax
#general index 2 coins
#1
var emotionlist = [1,0]
var alreadyplayed = false
#emotion index 0 emotion
var candialogue = false
#2
var inventorylist = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
#3
var inventorystak = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
#inventory index = slot -1
#4
var inventorygeneral = [false,true]
#inventorygeneral index 0 menuopen
#inventorygeneral index 1 canopen``
these are not all of the lists but the data inside is not really the problem