Can you display a table?
margiral
Member Posts: 2
I have not been able to find a way to display the history of 3 variables (attributes) that change every time the player inputs a number. I have a table that stores all the numbers the player inputs, and two scores that are generated from these numbers. For the player to win the game, he/she needs the numbers entered and the history of scores as they hold the key to the right answer. My goal is to have an "actor" that displays the history of the game (the table). Is there a way to do this?
Comments