Greetings!
First off, I need to make the warning that I'm pretty much lost when it comes to Mushclient coding (except for simplistic stuff).
That said, I'm trying to make some plugins that will contain various aliases/triggers. All's well and good, but I cannot figure out how to make the plugin items recognize and otherwise manipulate my world variables.
For example, I have a world variable called target.
A plugin alias that should do "bite @target"
But so far, I can't make it see the variable I already have, and I keep hitting a "Variable 'target' is not defined" error.
Basically, I'd just want to know what I need to make my plugin triggers/aliases interact with variables I create in the world. (Use them, change them, etc.)
Many thanks in advance!
First off, I need to make the warning that I'm pretty much lost when it comes to Mushclient coding (except for simplistic stuff).
That said, I'm trying to make some plugins that will contain various aliases/triggers. All's well and good, but I cannot figure out how to make the plugin items recognize and otherwise manipulate my world variables.
For example, I have a world variable called target.
A plugin alias that should do "bite @target"
But so far, I can't make it see the variable I already have, and I keep hitting a "Variable 'target' is not defined" error.
Basically, I'd just want to know what I need to make my plugin triggers/aliases interact with variables I create in the world. (Use them, change them, etc.)
Many thanks in advance!