Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if my.class == "magician" then
  2. echo(" M:")
  3. if magic_loss > 0 then
  4. echo("+"..magic_loss)
  5. elseif magic_loss < 0 then
  6. echo(magic_loss)
  7. else
  8. echo("0")
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement