I set an alias to do the following:
holdoff *
%1 = assert (GetWorld ("%1"), "%1 not open")
assert (%1:IsConnected(), "%1 is not connected")
%1:Send("hold ", GetVariable("offhand"))
It's getting the variable from the world that I use to do the alias rather than, what I want, call the variable from the world I specify(%1 in this case).
I tried searching the forum for 'getvariable' and 'worlds' but most of the subjects found are pretty vague with what the poster's problem is: ('I need help', 'help with trigger', etc.)
Regardless, I'm going to sift through these threads now and look for an answer.
holdoff *
%1 = assert (GetWorld ("%1"), "%1 not open")
assert (%1:IsConnected(), "%1 is not connected")
%1:Send("hold ", GetVariable("offhand"))
It's getting the variable from the world that I use to do the alias rather than, what I want, call the variable from the world I specify(%1 in this case).
I tried searching the forum for 'getvariable' and 'worlds' but most of the subjects found are pretty vague with what the poster's problem is: ('I need help', 'help with trigger', etc.)
Regardless, I'm going to sift through these threads now and look for an answer.