Advertisement
lol

tat_maker

lol
Oct 28th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. tattoo= %lower( %1)
  2. tatposition= %lower( %2)
  3. #if (%2 = "ra") {tatposition = "right arm"}
  4. #if (%2 = "la") {tatposition = "left arm"}
  5. #if (%2 = "rl") {tatposition = "right leg"}
  6. #if (%2 = "ll") {tatposition = "left leg"}
  7. #if (%ismember( %1, @tatlist)) {
  8. #if ((@tattoo = "firefly") and (@tatposition = "ra")) {
  9. outc yellowink
  10. ink @tattoo on @tatposition of @target
  11. }
  12. #if (@tattoo = "moss") {
  13. outc yellowink
  14. outc blueink
  15. outc redink
  16. ink @tattoo on @tatposition of @target
  17. }
  18. #if (@tattoo = "feather") {
  19. outc 2 blueink
  20. outc redink
  21. ink @tattoo on @tatposition of @target
  22. }
  23. #if (@tattoo = "shield") {
  24. outc 2 redink
  25. outc greenink
  26. ink @tattoo on @tatposition of @target
  27. }
  28. #if (@tattoo = "mindseye") {
  29. outc greenink
  30. outc 2 blueink
  31. ink @tattoo on @tatposition of @target
  32. }
  33. #if (@tattoo = "hammer") {
  34. outc 2 redink
  35. outc purpleink
  36. ink @tattoo on @tatposition of @target
  37. }
  38. #if (@tattoo = "cloak") {
  39. outc 3 blueink
  40. ink @tattoo on @tatposition of @target
  41. }
  42. #if (@tattoo = "bell") {
  43. outc 3 blueink
  44. outc 2 redink
  45. ink @tattoo on @tatposition of @target
  46. }
  47. #if (@tattoo = "crystal") {
  48. outc greenink
  49. outc yellowink
  50. outc purpleink
  51. ink @tattoo on @tatposition of @target
  52. }
  53. #if (@tattoo = "moon") {
  54. outc redink
  55. outc blueink
  56. outc yellowink
  57. ink @tattoo on @tatposition of @target
  58. }
  59. #if (@tattoo = "starburst") {
  60. outc blueink
  61. ink @tattoo on @tatposition of @target
  62. }
  63. #if (@tattoo = "boar") {
  64. outc purpleink
  65. outc 2 redink
  66. ink @tattoo on @tatposition of @target
  67. }
  68. #if (@tattoo = "web") {
  69. outc greenink
  70. outc yellowink
  71. ink @tattoo on @tatposition of @target
  72. }
  73. #if (@tattoo = "tentacle") {
  74. outc 2 greenink
  75. outc purpleink
  76. ink @tattoo on @tatposition of @target
  77. }
  78. #if (@tattoo = "hourglass") {
  79. outc 2 yellowink
  80. outc blueink
  81. ink @tattoo on @tatposition of @target
  82. }
  83. #if (@tattoo = "owl") {
  84. outc blueink
  85. outc 2 redink
  86. outc purpleink
  87. ink @tattoo on @tatposition of @target
  88. }
  89. #if (@tattoo = "brazier") {
  90. outc 2 yellowink
  91. outc 2 redink
  92. ink @tattoo on @tatposition of @target
  93. }
  94. #if (@tattoo = "prism") {
  95. outc redink
  96. outc blueink
  97. outc yellowink
  98. outc greenink
  99. outc purpleink
  100. ink @tattoo on @tatposition of @target
  101. }
  102. #if (@tattoo = "tree") {
  103. outc 5 greenink
  104. ink @tattoo on @tatposition of @target
  105. }
  106. #if (@tattoo = "mountain") {
  107. outc greenink
  108. outc blueink
  109. outc goldink
  110. ink @tattoo on @tatposition of @target
  111. }
  112. #if (@tattoo = "chameleon") {
  113. outc goldink
  114. outc purpleink
  115. outc yellowink
  116. ink @tattoo on @tatposition of @target
  117. }
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement