playMaker

Author Topic: Bool Multi Condition  (Read 4697 times)

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Bool Multi Condition
« on: December 31, 2014, 08:31:48 AM »
This is for comparing the values of multiple booleans to specific conditions. For instance cases where you would have to use many Bool Tests and states to see if a group of booleans are equal to T, F, F, F, T, T, F and where the Conditional Expression action might be too cumbersome to scale up to a larger number of conditions.

Debugging is intuitive and reports specific information on failures so it is easy to find problems related to the evaluation.

GitHub Link
Download the .cs file
« Last Edit: December 31, 2014, 08:33:22 AM by Lane »
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Bool Multi Condition
« Reply #1 on: December 31, 2014, 12:24:06 PM »
This looks really helpful- thanks Lane!
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Bool Multi Condition
« Reply #2 on: December 31, 2014, 02:43:12 PM »
Dang, that was fast coding.   Good job and will help people out.

Question:  When you post these here, do you also put them into the eco-system?

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Bool Multi Condition
« Reply #3 on: December 31, 2014, 03:46:30 PM »
Yes, all of the new actions are also put on Ecosystem.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

cmy

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Bool Multi Condition
« Reply #4 on: January 09, 2015, 10:39:14 PM »
This is a great action, I was looking for something like this early last year.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Bool Multi Condition
« Reply #5 on: January 10, 2015, 01:25:47 AM »
Yep,

 I actually looked for this action yesterday, nice, flexible and powerful...

I need to implement dates, versionning and author, cause I did not realized it was a new action!

 Bye,

 Jean