Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: Lane on October 16, 2013, 08:33:59 AM

Title: Float Compare (With Bool Storing)
Post by: Lane on October 16, 2013, 08:33:59 AM
The regular Float Compare action with the option of storing bool results.

Use example:

Float 1 needs to be over 50 and Float 2 needs to be under 25 before an event can fire. You could use this to store the bool results and use a Bool All True action to fire an event after they are all true.

All in the same state.
Title: Re: Float Compare (With Bool Storing)
Post by: derkoi on October 16, 2013, 09:37:01 AM
Had to comment out the events because I wanted to use bools and not use events and i was getting a warning.
Title: Re: Float Compare (With Bool Storing)
Post by: Lane on October 16, 2013, 10:05:18 AM
Ah, right. Since it is no longer required to fire an event from this action then we can remove the error check at the end.

I'm updating the download. Let me know if there are any other issues.