how to make an attribute the sum of two others?
imacgs
Member, PRO Posts: 9
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.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Hey thanks the constrain worked perfect