Consolidate Multiple Rules
millerbrother1
Member Posts: 108
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
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