Hi, I'd like a little help on this. I am creating a global variable, say Score and if each time Score adds 1 point, it will execute an action (fixed action). But I end up with this:
System - Score = 1 : Execute action A
System - Score = 2 : Execute action A
System - Score = 3 : Execute action A
System - Score = X : Execute action A
Anyway to simplify this? Many thanks in advance.