Hello! I'm sorry if this post is in the wrong section but I feel like this has been overlooked. From what I can tell, there is no way to create conditions with a list that includes multiple selections. This is hard to explain so I'll give an example:
List:
Item 1
Item 2
Events:
List - Selected item == 0: Set Text 1 to "1"
List - Selected item != 0: Set Text 1 to "0"
List - Selected item == 1: Set Text 2 to "1"
List - Selected item != 1: Set Text 2 to "0"
When the game is run, if both items 1 and 2 are selected, only variable 1 will be set to "1." I am very confused. Sorry if I overlooked an aspect.
Example: dropbox.com/s/t57xayjfasryl8h/Example.capx