In the event manager, we can execute plugin commands that are listed by the plugin. But how is the "variables" field working. How do I extract/receive the content of this field within the plugin...
eg: Plugin = XTest
Command = Print
Variable = "Hello World"
How do i get the "Hello World" part in the plugin, which Method/Function do I use, the GetVariable() command is not working for me..returns nothing
plz help I've been battling for days now