Suggestion* Script notification sound

Could you please add sound notification selection to the script editor?

Some may want to hear notification sound at some point of their script.

Thanks for all.
Enjoy.

You can do this witb python
play_wav(‘C:/my_wav_file.wav’)

Can i add this “play_wav(‘C:/my_wav_file.wav’)” into my script?

No. You would need to create your own function to handle it.