Need help understanding something *updated* with questions
Can someone please explain to me why the line "Layout[4][2] = 'Item_Boot_SUPER'" is there.
This is the line from Chimaya's superboots mod. The file is called "UGBShop10_ShopLayout.lua"
Greatly appreciated.
Thanks.
#Layout = {
# {'Item_Boot_010','Item_Boot_020',},
# {'Item_Boot_040','Item_Boot_030',},
# {'Item_Boot_070','Item_Boot_060',},
# {'Item_Boot_050', '',},
#}
Layout[4][2] = 'Item_Boot_SUPER'
edit: I don't get how this adds the item to the boots shop. That is why i'm asking.

