Ask for Files from Behaviors when in Editor

So I have a Question!
Is there a way to make a Behavior be configurable in the editor using a File? :thinking:
I want to change the Text writer AutoTyping Behavior a little bit so it plays a sound when a letter is written.
I have found a way to do it the programming way, but is there no way to make it ask for a file in the editor?

I am just curious!
Thanks!

From this…

To This!

A file selector is currently not possible for user made behaviors. You can add a string behavior property though and use it as a path.

1 Like