Hello all,
I have an alias that lets me recall on Aardwolf, called rec.
My alias goes something like this :
rem @dual_weapon
hold portal
enter
wield @dual_weapon
Now at the moment, @dual_weapon = (123456) but I want to change that to reference another variable, e.g.
@lvl200_dagger = (123456)
@dual_weapon = @lvl200_dagger
However, when my alias runs, then it says it doesn't know what @lvl200_dagger is, instead of seeing its another variable and expanding it.
So my question is, how can I expand a variable inside another variable?
Help much appreciated,
-- pok
I have an alias that lets me recall on Aardwolf, called rec.
My alias goes something like this :
rem @dual_weapon
hold portal
enter
wield @dual_weapon
Now at the moment, @dual_weapon = (123456) but I want to change that to reference another variable, e.g.
@lvl200_dagger = (123456)
@dual_weapon = @lvl200_dagger
However, when my alias runs, then it says it doesn't know what @lvl200_dagger is, instead of seeing its another variable and expanding it.
So my question is, how can I expand a variable inside another variable?
Help much appreciated,
-- pok