How do I add a value to a attribute?
KlockoBL
Member Posts: 2
I am trying to make a 2D Block Game, and moving the placer to make a grid is ugly and I need to add to the position of the placer, so how do I add a value to a attribute?
Comments
but I do know that you can use the Change Attribute Behavior to change/add to/subtract from/append your Attributes hope that helps, and good luck!
Change, game.(NAME OF ATTRIBUTE) To, game.(NAME OF ATTRIBUTE)
and at the end of it put +, - or whatever command you have.
Hope I helped : )