Hi everyone. I am quite new to unreal and game programming to begin with for that matter however I do feel as if I am normally resourceful enough to find information on my own however this time I am lost and need a push in the right direction.
Here’s my issue I am looking to create a board game and I am trying to figure out how to have my characters move on the board.
-blueprint to generate a random number based on an event at each players turn for a “dice roll”
-should I make a character or a pawn to apply that number to it.
- how and where do I input this random number to force the character to move.
-/////// I am lightly familiar with setting up standard movement for third and first person perspective
I figure I will need to create a “pawn” as each player and have an event to trigger a “dice roll” but i dont know how to have this integer interact with my game board titles. If anyone has and clue how i should go about learning this i would appreciate the suggestions and if you know of any tutorials i could watch the somewhat relate to my question i would appreciate that as well.
For anyone who has taken the time to read this. Thank you I appreciate the effort