Optimal Round System

It sounds like you are referring to a check of a specific actor, am I right? If so, one way, you can create an instance editable variable (boolean type) and do tick the box if it is the actor that you want to do the check.

This boolean check will allow you more control of the condition and task execution for the specific actor. Simply create a custom event and do the check of this boolean variable to allow execution only occurs for the specified actors.

1 Like