View Single Post
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 11,004

Violet CLM has disabled reputation

Jan 19, 2024, 02:43 PM
Violet CLM is offline
Reply With Quote
I think the problem is that it's so simple to write

Code:
void onFunction0(jjPLAYER@ player) {
  player.activateBoss();
  jjMusicLoad("mycooltrack.xm", temporary:true);
}
that there's no point in making it an event parameter.
__________________