Playmaker Forum
PlayMaker Feedback => Action Requests => Topic started by: westingtyler on February 07, 2017, 04:52:13 PM
-
Does this function exist? Arrays are amazing, but I need to be able to affect one object's fsm array from another object's fsm.
I mean, we can set another FSM's variables from afar, so why can't we run FSM's on another FSM's arrays?
-
Hi,
I would simply use GetFsmArray to get it locally and then iterate.
Bye,
Jean