How do to fix Invalid expression with only custom boolean variables
Hi Guys,
I'm getting a object to display custom texts + the condition of the variable.
It returns invalid expression error when I tried to insert boolean type variables.
But it works with other game.time or game.itemOrders or other type variables etc
Examples:
"gameans"..+game.electedAns
(return error, boolean type)
May I know what did I do wrong & what is the solution to it?
Thanks in advance!
I'm getting a object to display custom texts + the condition of the variable.
It returns invalid expression error when I tried to insert boolean type variables.
But it works with other game.time or game.itemOrders or other type variables etc
Examples:
"gameans"..+game.electedAns
(return error, boolean type)
May I know what did I do wrong & what is the solution to it?
Thanks in advance!
Comments
Thanks @KevinCross Sorry its a typo, I did it without a plus + sign.
Can I assume it's a gameasalad bug then?