If I can get a skill level using /skill [filter] how would I then put the result of that query into a variable.
I want V1 = Current skill level.
Your assistance is appreciated.
Moderator: MacroQuest Developers
Code: Select all
/varset v1 $char(skill,"sense heading")
/echo Your skill in Sense Heading is $v1