Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: miguelfanclub on September 22, 2017, 08:20:44 AM

Title: GET FSM Variable [SOLVED]
Post by: miguelfanclub on September 22, 2017, 08:20:44 AM
Just to be sure:

Im not using global variables at all, so in order to use a variable value in another FSM I always get its value and store it in another local variable.

Question is: Can this local variable where im storing the variable that i get from another FSM have the very same name?

Like im getting a variable called "Answered" from FSM A and im storing it on a variable called "Answered" in the FSM B. Both of them locals of their own  respective FSMs

Thanks
Title: Re: GET FSM Variable
Post by: djaydino on September 22, 2017, 01:46:05 PM
Hi,
I think that should be fine.
Title: Re: GET FSM Variable
Post by: miguelfanclub on September 22, 2017, 02:57:06 PM
OK, because im getting weird errors stuff in the editor log (no errors while running)
as well as weird behaing that SHOULD work, so I wanted to discard this.

Thanks
Title: Re: GET FSM Variable [SOLVED]
Post by: djaydino on September 22, 2017, 09:09:19 PM
What errors are you getting?