#String or Number?
1 messages · Page 1 of 1 (latest)
it recognizes the latter of line 32 as a number, but not the former
Is PunchCombo a string value object? or something else that isnt a int/num value?
click on it and see what type of value it is
the # symbol is used for almost all of the value objects
then yeah thats the problem, string values can only hold strings, so its actually "1" (string), not 1 (number)
how do I make it a number
use a num or int value, int values can only hold whole numbers, while num values can hold any number including decimals
ok
** You are now Level 1! **