Why does the real attribute in tables round your number?
DreamLab
Member Posts: 2,127
As I was working with the tables in my game, I noticed that each real attribute value was being rounded. My game relies on perfect distance between these actors, as they are all stacked next to each other. Is there any work around to this besides making a ton of attributes in the game? Thanks!
Comments
If you store a real table cell value into an integer attribute, it will round it.
A quick display text of the cell value shows it is still a real value unless the numbers get really high.