Hi there,
As the title implies, I'm trying to set a local Fsm String var by using the Set Fsm String action, instead of the Set String Value.
I do this, because I want to run a loop to get those variable names (there are quite a lot), and then set their values according to the loop logic.
This works when used on a "proper" FSM, but not when used inside a Sub FSM.
Looking into the action code I can see it searchs for an FSM component (?), and then runs a FindVariable method, so finding by name is possible.
So, I guess a Sub FSM it's not really a full FSM that could be found, right? Therefore it's not possible to take this approach to find a local variable name in a SubFSM.
Is there an alternative way to reference the running SubFSM?
Thanks.