Currently, I have many sounds, and in C2, we can choose any sound in the dropdown menu of those audio related events. But the thing is this, I want the player to choose some specific sound.
If I have only a few sounds, I could simply go with: if player's chosen index is 1, 2, 3, then play sound A, B, C. Etc. Sure, that would be very simple with events, but I'm talking about at least 50 sounds here. Doing if else if else for all the sounds is horrible. There should be a better way.
I've came across nickname plugin, which allows you to associate any object type with a string. That is very handy. But it does not cover sound department.
So are there any alternative? Having 50 events for 50 sounds is a horrible idea.