Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TrueSoSense on January 19, 2022, 03:43:17 PM

Title: Store float add result in a new variable [SOLVED]
Post by: TrueSoSense on January 19, 2022, 03:43:17 PM
Hello, i want to add a number to a float, then store the result in another variable, how can i do this ?
Title: Re: Store float add result in a new variable
Post by: Twood on January 19, 2022, 07:59:45 PM
Just use Set Float Value on your new variable and set it to be the added variable.
Title: Re: Store float add result in a new variable
Post by: djaydino on January 19, 2022, 09:21:57 PM
Hi.
If on a different fsm use Set Fsm Float
Title: Re: Store float add result in a new variable
Post by: edufurla on January 20, 2022, 07:28:22 AM
In that case, I usually use Float Operator instead of Float Add.
Title: Re: Store float add result in a new variable
Post by: TrueSoSense on January 21, 2022, 10:52:17 AM
Thanks ! I will use float operator.