playMaker

Author Topic: Can't Set Array variable from script to FSM  (Read 1343 times)

eotiti

  • Junior Playmaker
  • **
  • Posts: 65
Can't Set Array variable from script to FSM
« on: February 13, 2019, 04:02:57 AM »
Previously, I talked about the problem of not being able to use the Get Property action to get array data from the array variable in script to FSM and you have responded that the problem will fix in PlayMaker version 1.9.1.
http://hutonggames.com/playmakerforum/index.php?topic=20028.0

Now I have found another error that caused the problem of not being able to set array data from the script to the array variable in FSM.
I use this funtion to set array value to FSM array variables.
"fsm.FsmVariables.GetFsmArray(StringName).Values = arrayResult;"

I hope the above issues will be fixed soon.
Thanks.

eotiti

  • Junior Playmaker
  • **
  • Posts: 65
Re: Can't Set Array variable from script to FSM
« Reply #1 on: February 14, 2019, 02:34:42 PM »
I solved this error by confirming or saving the change of the array data in FSM.

But about error Get - set property for array still not solved !
How long you update to 1.9.1 ?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Can't Set Array variable from script to FSM
« Reply #2 on: February 15, 2019, 02:56:23 AM »
Hi,

 1.9.1 is still in beta, we don't have any eta on this.

 Bye,

 Jean