Macro/Function to play sounds

Hi… first post, please be patient.

I have a set of mp3 sounds, for example : 1.mp3, 2.mp3, 3.mp3 …

I wanted a create a function or macro, where I can pass one or more file names without extension as input, and get them to play in sequence.

Example : call a function with the inputs 1, 2, 3, then it will play 1.mp3, then 2.mp3, then 3.mp3.

Is this possible with BP ? what’s an efficient way to do it?

Thanks heaps…

Maybe an input that is a array for that type and in the macro, check if array is empty, if not loop them

Thanks Muntrax,
A little more details will be greatly appreciated.
Thanks