playMaker

Author Topic: IsActive Action?[SOLVED]  (Read 2189 times)

mweyna

  • Full Member
  • ***
  • Posts: 242
IsActive Action?[SOLVED]
« on: March 19, 2015, 02:15:45 AM »
I'm currently looking for an action that will detect if an FSM is active or not? My current approach of setting a Bool for each system is proving to be a bit of a management headache. Something that you could have in one object FSM to check if ObjectB is active or not and then funnel appropriately. Does this already exist somewhere?
« Last Edit: March 30, 2015, 07:27:01 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: IsActive Action?
« Reply #1 on: March 30, 2015, 03:07:37 AM »
Hi,

Yep, good request. I just made an action for this on the Ecosystem. "IsFsmEnabled"

you can get it here as well

IsFsmEnabled source

Bye,

 Jean

mweyna

  • Full Member
  • ***
  • Posts: 242
Re: IsActive Action?
« Reply #2 on: March 30, 2015, 03:48:53 AM »
Awesome, thanks sir!