I can think of a few ways to do it. One would be to use the array object to store the list.
Another idea would be to take advantage of object picking so that the picked objects would be the list.
In a game of say Chess or Monopoly, every game position would be an instance of a sprite.
Then the grand pseudo event could look like this:
+Pick a piece
+pick game_positions that piece can move to
+not game_positions that already have a piece on them.