Need help
I am creating a Blitz3d board game my problem is I need to throw the dice and move the player along the board, Ok I know how to throw the dice and hold the Dice number in a variable. But how do I check where I am on my Board. I have worked out all the positions
In X,Y,Z Variables that are possible for the players to move to, is there a way to say Postion_1 = X,Y,Z Postion_2 = X,Y;Z if this was possible then I could say
Player_1 =Position_1+Dice if Dice was say 4 THEN I could move the player to Position_5
If someone can help Code would be nice I have tried using Arrays[] did not work well
I got more in a knot and confused. Thanks
I am creating a Blitz3d board game my problem is I need to throw the dice and move the player along the board, Ok I know how to throw the dice and hold the Dice number in a variable. But how do I check where I am on my Board. I have worked out all the positions
In X,Y,Z Variables that are possible for the players to move to, is there a way to say Postion_1 = X,Y,Z Postion_2 = X,Y;Z if this was possible then I could say
Player_1 =Position_1+Dice if Dice was say 4 THEN I could move the player to Position_5
If someone can help Code would be nice I have tried using Arrays[] did not work well
I got more in a knot and confused. Thanks