Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nFighter on November 04, 2020, 10:15:12 PM

Title: Math Expression action [SOLVED]
Post 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)
Title: Re: Math Expression action
Post by: nFighter on November 04, 2020, 10:17:31 PM
it works with some very basic stuff like "10+5", but it didn't see my variables.
Title: Re: Math Expression action
Post by: elvis75k on November 05, 2020, 04:14:26 AM
Hi, the math expression included in the latest pm is working for me.
Title: Re: Math Expression action
Post by: elvis75k on November 05, 2020, 04:22:07 AM
for the variables don't use special characters; remove the underscore.
Title: Re: Math Expression action
Post by: nFighter on November 09, 2020, 06:00:56 PM
Oh, yes! It was underscore! Bollox, math action didn't fit my naming convention  ;D Thanks