Escape Character to display Percent Sign in a /alias
Posted: Wed Dec 30, 2015 4:47 pm
I have setup the following alias in my MacroQuest.ini file but the percent sign at the end does not display
/allaa=/noparse /bcaa //bc ${Me.AAPointsSpent} - ${Me.AAPoints} - ${Math.Calc[${Me.AAExp}/330*100].Int}%
I can do /bc ${Math.Calc[${Me.AAExp}/330*100].Int}% and it displays the percent sign, but when I alias the command, it no longer displays
Is there an escape character that I can use or another way to display the percent sign?
/allaa=/noparse /bcaa //bc ${Me.AAPointsSpent} - ${Me.AAPoints} - ${Math.Calc[${Me.AAExp}/330*100].Int}%
I can do /bc ${Math.Calc[${Me.AAExp}/330*100].Int}% and it displays the percent sign, but when I alias the command, it no longer displays
Is there an escape character that I can use or another way to display the percent sign?