Consolidate Multiple Rules

millerbrother1millerbrother1 Member Posts: 108
edited November -1 in Working with GS (Mac)
I have a set of logic I'm trying to consolidate. The logic includes 8 statements that are basically repeating.

IF Attribute game.LevelNumber = 6
IF Attribute game.LevelNumber = 8
IF Attribute game.LevelNumber = 11
etc.

I'd like to combine these into 1 rule if possible, but I'm not sure how to have multiple answers to a rule.

i.e. IF Attribute game.LevelNumber= 6,8,11,etc.

What is the correct format to do this?

CJM

Comments

  • millerbrother1millerbrother1 Member Posts: 108
    Sorry, Frodo - after much trial and error I have decided that there is no "one rule to ring them all" ;-). I'll just have to make a set of multiple conditions as shown above. It's tedious work, but hopefully will be worth it.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    group them so you can at least close them all up in one group and make it look cleaner
Sign In or Register to comment.