Plugin Inheritance
Dear all,
I have a question to ask about OpenSesame: suppose that I have a plugin that populates a variable, which has 0-value at the beginning. Is it possible to access its value in a inline script, supposed to be run next? In other words, is there any variable inheritance between plugins?
Looking forward to hearing from you.
Comments
Hi,
This depends on how the plugin works. Plugins can have their own variables, for example to set plugin-specific controls. You can access these like this:
But plugins can also set experimental variables, which you can for example log with a
loggerand see in the variable inspector. You can access these like this:Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!