Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the reply!

I guess you mean about the list type when multi-select is checked? Yes that seems it would be a problem. If you allow me to make a suggestion:

#def variable_name
type = list
multi_select = true;
value = {
    "item1" : true,
    "item2" : true,
    "item3" : false,
    "item4" : true
}

Something along these lines. For other types I guess it would be more simple:

#def variable_name
type = string;
value = "hey";

And let me once again grab the chance and say thank you for your amazing work!