Hello everyone !
I'm going crazy with something probably really easy, but impossible for me to fond the answer.
I want to launch events when the ball is an extraball.
It's working perfectly on ball 1, with something like this :
ball_starting{ball==is_extra_ball}: launch_extraball_animation
Do you now what is the correct way to call the same thing on ball 2 or 3 ?
I tried
ball_starting{ball==2 and ball==is_extra_ball}
ball_starting{ball2==is_extra_ball}
and so many ways (creating different mode for each balls, etc etc....)
I can't find a way to launch an event.
Note that the extraballs on 2 or 3 are correctly played !
But no event launch.... Can't find anythong on the log to help me...
Sorry if it's obvious....