From this number to this number?

HappyGOLUCKYHappyGOLUCKY Member, PRO Posts: 102

Hello gang,

I have a simple question, I'm wondering if I want for example this - if attribute game.score = 0 to 10 then do blah blah blah
So I all I want is what expression do I select to accomplish this?

thanks
happy

Answers

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    If your rule - create 2 conditions.

    When attribute game.Score is greater than 0,
    when attribute game.Score is less than 11,

    do blah blah blah

  • HopscotchHopscotch Member, PRO Posts: 2,782

    or

    When attribute game.Score is less than 1, when attribute game.Score is greater than 10,

    then

Sign In or Register to comment.