
David_
36 discussion posts
Hi! could you please add an option to enable/disable notifications per function ?
I saw the global script notification setting but I've got some functions I want to see/hear their notification and other that bother me a lot.
Thank you very much!
If you disable the global notifications, you can add this line to the scripts you want the notifications for:
BFS.Dialog.ShowTrayMessage("MessageHere");

David_
36 discussion posts
Works like a charm, thanks a lot !