How do you make an integer attribute work? I tried to get it to when I hit such and such an actor, it adds one to such and such an attribute, but it won't add! Please help!
Comments
SlickZeroHouston, TexasMember, Sous ChefPosts: 2,870
When actor overlaps or collides with other actor - change attribute.hitcount to attribute.hitcount +1
Comments
Is that the "code" you are using?