I'm currently utilizing a turn-based system to my board game.
Player spawning and computer spawning works great, but after spawning is completed, I want the game to move on to gameplay. The first step is displaying a message to the player that it is his/her turn, but the message never fires for some odd reason.
<img src="http://i.imgur.com/B264jrx.png" border="0">
Relevant code:
<img src="http://i.imgur.com/IhC0QMV.png" border="0">
BoardGame.capx