WoW:API IsUsableSpell: Difference between revisions

m
(→‎Returns: language)
Line 21: Line 21:
   if (not usable) then
   if (not usable) then
   if (not nomana) then
   if (not nomana) then
     message("The spell can not be cast");
     message("The spell cannot be cast");
   else
   else
     message("You do not have enough mana to cast the spell");
     message("You do not have enough mana to cast the spell");
Anonymous user