Every 5 rounds bump up difficulty

b2iscoolb2iscool Member Posts: 135
edited November -1 in Working with GS (Mac)
How do i make it so every 5 rounds i change an attribute (difficulty) to +1?

Comments

  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    It's difficult to understand what difficulty is...in your question.
  • DreamLabDreamLab Member Posts: 2,127
    Yes. Make an integer attribute called difficulty. and whenever you want it to get harder, attribute +1
    DL
  • gazjmgazjm Member Posts: 578
    as dreamlab said, but have the a rule to say when the attribute is 5, increase difficulty, then reset attribute to 0. that way it can build up to 5 again and increase difficulty again.
  • devjohnsondevjohnson Member Posts: 94
    If you don't already have an attribute for what round you are on, create it. Then, put in a rule that checks when that attribute is = 5. Create another attribute, call it difficulty. Then, in your rule where you checked to see if the round was = 5, put a change attribute behavior that will set the difficulty to difficulty+1 (use the function option to select your attribute and add the +1). Also, in that rule, put another change attribute behavior to set the round back to 0 so that you can start over and add another difficulty level when it reaches 5 again by using this rule.
Sign In or Register to comment.