Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: westingtyler on February 07, 2017, 04:56:17 PM

Title: Run FSM on a Saved Object
Post by: westingtyler on February 07, 2017, 04:56:17 PM
I want to run an FSM on a game object from within an FSM, but in the Run FSM action there is not option (as with Array for Each) to choose the game object to run the FSM on. There's no "Store Item" command.

I want to RUN FSM on the object clicked after storing the object in a global variable. surely there is already an action for this and I'm just missing it?

Currently I have to save the game object to an empty array then do an Array for Each, just to run the FSM on this one game object.