Code: Select all
/varset Shortcutlist "${Ini[@IniFile,@SectionLabel,-1,NONE]}"
/echo @Shortcutlist
I expected it to return NONE, NULL is ok just wanted to know if it was "working as intended"
Moderator: MacroQuest Developers

Code: Select all
/varset Shortcutlist "${Ini[@IniFile,@SectionLabel,-1,NONE]}"
/echo @Shortcutlist


Code: Select all
/varset Shortcutlist "${Ini[@IniFile,shortcut spells,-1,None]}"
Code: Select all
/varset Shortcutlist "${Ini[@IniFile,shortcut items,-1,None]}"
Code: Select all
[shortcut spells]
Nuke=draught of jiva
Sow=Spirt of wolf
PLBuff=Resolution|Shield of words
[shortcut Items]
[shortcut notarget Spells]
ITU=Invisibility to undead
[shortcut notarget items]
Levi=Pegasus cloak
[shortcut AA]
[shortcut noTarget AA]
[Shortcut Disc]
[shortcut noTarget Disc]
