Dynamically get Object property from user input
I have an Actor (
myactor) and I'd like to have an input box which the user can use to refer to any of its properties, by typing in a path (i.e. @data.abilities.str.proficiency).How can I get that property within my script after they type in the box?
I'm thinking that I could use Autocomplete Inline Properties, but don't know if that does this.
