Possible to set a variable to an option value?

Unofficial support for the creating and editing of metas.
bradacc
Posts: 128

Possible to set a variable to an option value?

Post #1 »

Something along the lines of a useable version of this;
/vt mexec setvar[DoHelpStatus, \vt opt get DoHelp]
/vt mexec setvar[HelperDistance, \vt opt get Recharge-Helper-HitP]

Plan being to save the current values, change them for a section of meta, then revert back to original values.

Dmdtt
Moderator
Posts: 271

Post #2 »

not really possible, only way you could do this is every time you change the value set a variable alongside it to "remember" its value. then use that value later.