This is a weird game mechanic situation, the game uses a d10 die as a direction pointer. So, I’m using 3D dice. The rolling macro is working correctly (the die is appearing on the board). There are 3 results from the roll (1-2 “Return to Base”, 3-7 “Break Off” and 8-10 “No Effect”). The “Break Off” result uses the die point to indicate the direction. Or, could I pass the die roll into the table. So, the die would remain on the table and the rollable table would return the string. How would I get the text to display? I tried pipes, but I suspect my formatting is wrong. This isn’t rocket science as the players could figure out the results by themselves. But it would be convenient to have.