I have a theory I'd like some help with to work out a "simple" maze generator alá Berzerk, the classic arcade game. I know "nodes" are involved, so I made a sprite object that acts as the node. I put it in a family, and placed a few copies on the map.
Now, my questions woud be: What would the command be to pick 1 of these randomly, and create a line until that line hits something?