Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Pattern: (%w)(%d)(%s)a (%*) reflection of a wyvern
  2.  
  3. Script:
  4. $wyvern = %1%2
  5.  
  6. #if (%4 == "near-unbreakable") {t $wyvern}
  7. {
  8. #if (%4 == "robust") {t $wyvern}
  9. {
  10. #if (%4 == "resilient") {t $wyvern}
  11. {
  12. #if (%4 == "solid") {t $wyvern}
  13. {
  14. #if (%4 == "fragile") {t $wyvern}
  15. {
  16. #if (%4 == "frail") {t $wyvern}
  17. {
  18. #if (%4 == "delicate") {t $wyvern}
  19. {
  20. #if (%4 == "brittle") {t $wyvern}
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement