Guest User

Untitled

a guest
Jul 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. echo("\n")
  2. echo(mm.stats.currentpower .. "\n")
  3. echo(matches[3] .. "\n")
  4. echo(matches[4]*0.5 .. "\n")
  5. echo(matches[4] .. "\n")
  6. if matches[2] == target then
  7. if matches[3] < (matches[4]*0.5) and mm.stats.currentpower >= 8 then
  8. send("starcall absolve " .. target)
  9. else send("chant amissio " .. target) end
  10. end
  11. disableTrigger("Manacheck")
Add Comment
Please, Sign In to add comment