playMaker

Author Topic: Bool Test on another FSM bool?  (Read 2171 times)

jess84

  • Hero Member
  • *****
  • Posts: 515
Bool Test on another FSM bool?
« on: January 11, 2014, 05:26:35 PM »
Hi,

I'm currently using lots of Global Bools for changing/checking the status of my game objects. However now I'm adding more levels to my demo, this isn't really practical (what with it not being possible to reset all global bools - so gameobjects have problems with states being carried over from previous level!).

I thought having local bools on a specifically created FSM on each object would be the way to go - but it seems that it's only possible to Bool Test on a bool on that FSM or a global. I see I can get/set FSM bools on any object and any FSM but not Bool Test. Is there a reason for this?

Ideally I want to be able to store the status of an object on that object, and be able to check it's status from anywhere else that I want.

jess84

  • Hero Member
  • *****
  • Posts: 515
Re: Bool Test on another FSM bool?
« Reply #1 on: January 11, 2014, 05:40:33 PM »
OK, I found this: http://hutonggames.com/playmakerforum/index.php?topic=74.msg4747#msg4747

Which seems to do what I need. Thanks Jean! :)

Would it be possible to get a similar action for 'All True' and 'None True'?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Bool Test on another FSM bool?
« Reply #2 on: January 24, 2014, 07:36:40 AM »
Hi,

 can you bump me next week on this?

bye,

 Jean