constrain attribute

satellitessatellites Member Posts: 9
edited November 2012 in Working with GS (Mac)
I need to constrain an attribute to a minimum of 7 when it reaches 7. I can't seem to find any functions that work for this. Any help? Thanks!

Comments

  • famekraftsfamekrafts Member, BASIC Posts: 834
    Simply make if the attribute > 7 make it 7 that will work but might not work depending on your game, give more details.
  • mataruamatarua Auckland, New ZealandMember Posts: 854
    change attribute to if it is greater than 7 to 7.

    Or alternatively, what put a rule in that calls the game attribute that that will control the counting only if the attribute is less than 8.
Sign In or Register to comment.