Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function contemplateCheck(curMana, maxMana)
  2. local manaQuotient = maxMana * 0.500
  3. if curMana <= manaQuotient then
  4. send("starchant absolve " .. target)
  5. elseif curMana > manaQuotient then
  6. send("chant amissio " .. target)
  7. end --if
  8. end --func
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement