Dice, Board game help

Hi there,
You need to save two variables type integer: current tile and dice value, assuming only one dice is rolled. Then, your actor location is going to be set after every dice roll as: “get” current tile and “get” dice value, connect both variables to a “plus integer”, which output pin should be connected to “set” current tile.

So, next round starts and you roll the dice again, then repeat the logic of getting a new dice value.