playMaker

Author Topic: Multiple variables based answer (help)  (Read 1664 times)

gamedivision

  • Full Member
  • ***
  • Posts: 227
Multiple variables based answer (help)
« on: October 07, 2014, 05:47:29 AM »
I'm not sure of the most efficient way of doing this,
I'm creating a scenario were one of five variables would be incorrect and would deem the end result not working,say like a particle flame,that particle flame needs 5 different variables to work,so I guess I need to loop through those variables to check them all and give a possible answer like not working

jess84

  • Hero Member
  • *****
  • Posts: 515
Re: Multiple variables based answer (help)
« Reply #1 on: October 07, 2014, 01:53:40 PM »
What type of variables?

If they're bools, then use 'Bool All True' or 'Bool None True'.

If it's a mix of different types, then this will help: http://hutonggames.com/playmakerforum/index.php?topic=7337.0

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Multiple variables based answer (help)
« Reply #2 on: October 07, 2014, 05:44:25 PM »
very nice thanks for the heads up