[Solved] Why can't I display a Real Number?

loganobarrloganobarr Member Posts: 12
edited October 2015 in Working with GS (PC)

I have a table that has 5 rows and four columns, in each cell there is a different number(Real Numbers). I also have an attribute that is a real number. the attribute equals TableCellValue(game.Table, random(1, 5), random(1, 4))

Now I want do display it on an actor so I have the actor have a display function on it. the function reads Display game.Attribute

But It only displays a zero and I cant figure out why

Best Answer

Answers

Sign In or Register to comment.