Rule Question

DrGlickertDrGlickert Member Posts: 1,135
edited November -1 in Working with GS (Mac)
So I have a question about rules;

Can I do this;
RULE; If GameMode = 1 ...
RULE (within above rule) If player collides with GameCoin... do actions
RULE (still within above rule) If player collides with GameCoin2... do actions

OR, do I have to make two separate rules;
If GameMode = 1 AND Player collides with GameCoin ... do actions

If GameMode = 1 AND Player collides with GameCoin2 ... do actions

The reason I ask is that i have different game modes...

Thanks.

Comments

Sign In or Register to comment.