attribute +1
hi everybody:) i have a little problem getting an integer attribute to get a higher number each time two actors collide, i used the change attribute to +1, is this the wrong way? cause it only gets from 0 to 1 and stops there
would be great if anybody have a tip:)
would be great if anybody have a tip:)
Comments
attribute = attribute + 1
and not like this:
attribute = 1