I want to use user variables in a custom plugin written in Bright-Script. Those variables are defined in Bright-Author during the process of creating a presentation. I tried bringing those in the script by using the user-Variables associative array but it didn't work.
Here is the piece of code that I am trying to use:
Sub data2(xmlFileName as String, itemsByIndex as object, itemsByTitle as Object, userVariables As Object)
print userVariables["uservariablename"]
end Sub