Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Rabagast on July 17, 2014, 10:40:10 AM
-
Hi!
Is it possible to add float or int, etc. from another FSM?
It's a Set FSM Float there, but I need to add float from another FSM.
I tried to use Get FSM Float and store it in a variable and then use Add Float, but it doesn't seem to work.
Thanks! :)
-
Using Get FSM Float and adding it should work fine. You've probably targetted the wrong FSM name or variable name.
Otherwise:
Add FSM Float
http://hutonggames.com/playmakerforum/index.php?topic=4989
It's also on ecosystem.
-
I think I did it correct, but AddFSMFloat works great. Thank you for that. :-)
But does it exist an Add FSM Int or Add FSM Bool also? :)
-
I think I did it correct, but AddFSMFloat works great. Thank you for that. :-)
But does it exist an Add FSM Int or Add FSM Bool also? :)
No, but I'll look into making them.
-
Ok!
Thank you so much! :)