Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: nFighter on November 04, 2020, 10:15:12 PM
-
Hey! I've got a mathos parser Math Expression action from the ecosystem but seems like I can't make it work. I only get "FormatException: Input string was not in a correct format."
Did I miss some basic concepts?
(https://i.gyazo.com/fff9a53f251e1b2f77207321b40d79e5.png)
-
it works with some very basic stuff like "10+5", but it didn't see my variables.
-
Hi, the math expression included in the latest pm is working for me.
-
for the variables don't use special characters; remove the underscore.
-
Oh, yes! It was underscore! Bollox, math action didn't fit my naming convention ;D Thanks