Quote:
|
Originally Posted by Demonicmaster I was a bit upset when they got rid of the /script function, but they seemed to have made macros a lot easier now to make. |
They did not remove /script, look you can still use it:
Code:
/script a = GetXPExhaustion(); if(a == nil) then a = 0; end; DEFAULT_CHAT_FRAME:AddMessage("Experience: "..UnitXPMax("player")-UnitXP("player").." left to level up! ("..a.." rested)")