Page 1 of 1

Decimal problems

PostPosted: Sat May 17, 2008 5:42 am
by smillz
Whenever I try to use a decimal (ex. 9.45) most the time the system ignores the decimal part (.45) and only recognizes and uses the whole number (9). It's not just for text actors, the same happens for an actor variable if it's an integer, but for some reason it doesn't always happen. Does anybody know a way to either fix or avoid that problem? or is it just me? :(

Re: Decimal problems

PostPosted: Sat May 17, 2008 5:58 am
by smillz
oops, I meant that the decimal problem only occurs for actor variables, not text numbers, but I use text numbers to check an actor's variable.

Re: Decimal problems

PostPosted: Sat May 17, 2008 1:00 pm
by makslane
Don't use integer variables if you need the decimal part.

Re: Decimal problems

PostPosted: Sat May 17, 2008 5:29 pm
by DST
yes make the variable a 'real' instead.