Demo: count number of times A is in same position as B
Put this in A's "On Update" script:[br][br][code][br]If(flag && A==B,SetValue(count, count+1))[br]SetValue(flag, A!=B)[br][/code]
Information: Demo: count number of times A is in same position as B