Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: dudebxl on April 02, 2015, 01:55:36 PM

Title: Fsm Bool Changed
Post by: dudebxl on April 02, 2015, 01:55:36 PM
Hi,

Another action fresh out of mono... Same as 'Bool Changed' action but to check another local fsm bool gameobject..

Kinda of an all is one action as this keeps things cleaner..

3 purposes:
- This action will check if a bool has changed in a another local fsm bool;
- Can be used to check if a another local fsm bool is different than expected (if statement).
- Will also get the local fsm bool value (same as Get Fsm Bool);

Usage note: 'Everyframe' and 'Original Data' cannot be used at the same time. 'Original Data' means the bool value that you expected to be so if set to false and local fsm bool is true then bool changed (bool change=true) and it is opposite of expectation (Original Data) so send event.

Hope is helps....
Title: Re: Fsm Bool Changed
Post by: FritsLyn on April 03, 2015, 05:10:27 AM
Thanks a lot :)
Title: Re: Fsm Bool Changed
Post by: jeanfabre on May 07, 2015, 04:18:08 AM
Hi,

 Great! Made it available on the Ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181)

 Bye,

Jean