Situation 1: When I try to make the user input appear only if it isn't already there.
<img src="http://i.imgur.com/fpQIjBQ.png" border="0">
Situation 1 Output:
<img src="http://i.imgur.com/nCtRSMg.png" border="0">
It seems like half of the gray background box is cut off, and the text that is supposed to spawn doesn't appear at all.
Situation 2: The 'old code' that works, but if multiple spawn points are selected then the user input box will appear multiple times and overlap with itself.
<img src="http://i.imgur.com/S3UT4s7.png" border="0">
Situation 2 Output:
<img src="http://i.imgur.com/3tmVnAW.png" border="0">
Basically I'm trying to prevent the gray user input box from spawning multiple times and overlapping with itself if the user selects a different spawn point. My logic is that I should just be able to check if the box count = 0 before spawning the user input box, but that seems to prevent half the box from displaying in the first place (and the instructions text isn't there either).
BoardGame.capx