Yeah, Stwyford is right. When I don’t wanna use a float i just divide the number in multiple int values, like a string, this way 200,000,123 could be a string of 3 int values: 200, 000 and 123. That helps when you have compare nodes and so on.
Yeah, Stwyford is right. When I don’t wanna use a float i just divide the number in multiple int values, like a string, this way 200,000,123 could be a string of 3 int values: 200, 000 and 123. That helps when you have compare nodes and so on.