Help with setting up event

I want to make it do an action when the score reaches a particular numbers. Like if the score is multiples of 5, I want the action to happen. So how to set up the event. The event should check whether the score is a multiple of 5 or not.

You can check the Advanced → compare two numbers so you compare after increment the score, like


do your actions there.

2 Likes