Is anyone able to do this?
I want to get a variable from a plugin into a normal variable.
If I use the Save to Variable command event it works with either straight text or a normal variable (e.g. using %zone>current% in "myvariable" works fine and I can see the text for the current zone if I then display in a text field using the text %variable>myvariable%).
However if I try this from a plugin variable (e.g. plugin>xap-xlobby>text>loft), again enclosing in the %%I get nothing at all. This is despite the fact that if you put the plugin>xap-xlobby>text>loft in a text field directly it works just fine (i.e in this case displays a temperature reading sent in a XAp message).
If the above is not possible, is anyone aware of another way of getting info out of a plugin variable?
The reason I want to do this is so that I can assign different messages to the same text box as they arrive from different messages.
Thanks