playMaker

Author Topic: Set FSM Game Object is not setting  (Read 1854 times)

prattfall

  • Playmaker Newbie
  • *
  • Posts: 19
Set FSM Game Object is not setting
« on: June 05, 2014, 10:33:19 AM »
An FSM sets the variable priorityObject in the another FSM before starting it. I've had this working fine. But suddenly it has stopped and I can't think of anything I have changed that would have done this. I have been through every setFSM action in the scene to see if priorityObject is being assigned in this FSM elsewhere and it isn't. What on earth can be causing this?

jess84

  • Hero Member
  • *****
  • Posts: 515
Re: Set FSM Game Object is not setting
« Reply #1 on: June 06, 2014, 02:52:25 AM »
Did you by any chance copy and paste the action to where it is?

I've had some trouble with that in the past, and even though the information of the other object/FSM/variable is correct, it just wouldn't get received. I then just deleted it, created a blank action and added the info manually.  Time consuming, but it fixed things.

prattfall

  • Playmaker Newbie
  • *
  • Posts: 19
Re: Set FSM Game Object is not setting
« Reply #2 on: June 06, 2014, 05:47:13 AM »
Thanks for your reply. It has stopped doing it, but I can't say why. I changed things around slightly. It's likely I may have done what you suggest. I'll bear this in mind for future. Thanks again!