Sounds playing scenarios

Do you also dislike using faucet knobs as lightsaber pommels?
Using things in ways they weren’t intended is a time-honored art form. :slight_smile:

The way to do that is:

EFFECT2(third, third);
EFFECT2(second, third);
EFFECT2(first, second);

No need for an EFFECT3 macro.

In most cases, you probably want something like:

  hybrid_font.PlayPolyphonic(&SFX_first);
1 Like