how to make an attribute the sum of two others?
Hi everybody
I have three game attributes: hits, missed and score.
all three are integers
What I want to do is have the score attribute equal hits minus missed
Is there an easy way to do this?
Thanks
Pete
Comments
Either Change or Constrain Attribute game.score to game.hits - game.missed.
Hey thanks the constrain worked perfect
