Guest User

Untitled

a guest
May 16th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. if summoning then
  2. if summonEnt == "dervish" then
  3. summonEnt = "sycophant"
  4. elseif summonEnt == "sycophant" then
  5. summonEnt = "gremlin"
  6. elseif summonEnt == "gremlin" then
  7. summonEnt = "orb"
  8. elseif summonEnt == "orb" then
  9. summonEnt = "leech"
  10. elseif summonEnt == "leech" then
  11. summonEnt = "firelord"
  12. elseif summonEnt == "firelord" then
  13. summonEnt = "minion"
  14. elseif summonEnt == "minion" then
  15. summonEnt = "worm"
  16. elseif summonEnt == "worm" then
  17. summonEnt = "slime"
  18. elseif summonEnt == "slime" then
  19. summonEnt = "soulmaster"
  20. elseif summonEnt == "soulmaster" then
  21. summonEnt = "humbug"
  22. elseif summonEnt == "humbug" then
  23. summonEnt = "chimera"
  24. elseif summonEnt == "chimera" then
  25. summonEnt = "bubonis"
  26. elseif summonEnt == "bubonis" then
  27. summonEnt = "storm"
  28. elseif summonEnt == "storm" then
  29. summonEnt = "crone"
  30. end
  31. summonEntities()
  32. end
Add Comment
Please, Sign In to add comment