1 Attachment(s)
More Help With Basic Game
I am having some more trouble with my basic game. I made it so that the bullets blow holes in the terrain by adding "Not An Obstacle" circles to the backdrop. The bullets fall through the holes, but not the tank. I think it is because I am using 8 direction movement for the tank. But I don't know an easy way to fix it.
The other problem is the turns system. I created a counter that should be on "0" for player 1's turn, or "1" for player. Since the turn should switch every time a bullet hits the ground, I added an action to condition #8 that activates a loop and runs conditions #32 and #33. #32 changes from player 1's turn to player 2's turn. #33 changes from player 2's turn to player 1's turn. These are not working.
Could someone take a look at it? Thanks a lot:
Attachment 9216
Some other changes I made are adjustable firepower and limited fuel. I did not setup the wind system yet, because I want it to change every turn, and I need to get the turns system working first.