pirsingsalon 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. # pirsingsalon
  2. $pirsyaz = {
  3. cls
  4. minut += 30
  5. money -= 5000
  6. pirsA = 1
  7. pirs_pain_ton = 7
  8. gs 'stat'
  9. '<center><img src="images/etogame/pirsing.jpg"></center>'
  10. 'Master pierced tongue and put you back post.'
  11. act 'Leave':gt $curloc
  12. }
  13. $pirsyazout = {
  14. cls
  15. minut += 30
  16. money -= 5000
  17. pirsA = 0
  18. gs 'stat'
  19. '<center><img src="images/etogame/pirsing.jpg"></center>'
  20. 'Master took the post of your tongue.'
  21. act 'Leave':gt $curloc
  22. }
  23. $pirsgub = {
  24. cls
  25. minut += 30
  26. money -= 6000
  27. pirsB = 1
  28. gs 'stat'
  29. '<center><img src="images/etogame/pirsing2.jpg"></center>'
  30. 'Master your lip pierced and put a ring there.'
  31. act 'Leave':gt $curloc
  32. }
  33. $pirsgubout = {
  34. cls
  35. minut += 30
  36. money -= 6000
  37. pirsB = 0
  38. gs 'stat'
  39. '<center><img src="images/etogame/pirsing2.jpg"></center>'
  40. 'Master took the ring out of your lips.'
  41. act 'Leave':gt $curloc
  42. }
  43. $pirsysh = {
  44. cls
  45. minut += 30
  46. money -= 3000
  47. pirsC = 1
  48. gs 'stat'
  49. 'Master your ears pierced and put back earrings.'
  50. act 'Leave':gt $curloc
  51. }
  52. $pirsyshout = {
  53. cls
  54. minut += 30
  55. money -= 3000
  56. pirsC = 0
  57. gs 'stat'
  58. 'Master took earrings from your ears.'
  59. act 'Leave':gt $curloc
  60. }
  61. $pirsnos = {
  62. cls
  63. minut += 30
  64. money -= 5000
  65. pirsD = 1
  66. gs 'stat'
  67. 'Master your nose pierced and put the ring back.'
  68. act 'Leave':gt $curloc
  69. }
  70. $pirsnosout = {
  71. cls
  72. minut += 30
  73. money -= 5000
  74. pirsD = 0
  75. gs 'stat'
  76. 'Master took the ring out of your nose.'
  77. act 'Leave':gt $curloc
  78. }
  79. $pirsbro = {
  80. cls
  81. minut += 30
  82. money -= 5000
  83. pirsE = 1
  84. gs 'stat'
  85. 'Master pierced eyebrow and put you back post.'
  86. act 'Leave':gt $curloc
  87. }
  88. $pirsbroout = {
  89. cls
  90. minut += 30
  91. money -= 5000
  92. pirsE = 0
  93. gs 'stat'
  94. 'Master took the post of your eyebrows.'
  95. act 'Leave':gt $curloc
  96. }
  97. $pirssos = {
  98. cls
  99. minut += 30
  100. money -= 10000
  101. pirsF = 1
  102. nippain = 2
  103. nippainday = daystart
  104. gs 'stat'
  105. 'Master pierced nipples and you put there rings.'
  106. act 'Leave':gt $curloc
  107. }
  108. $pirssosout = {
  109. cls
  110. minut += 30
  111. money -= 10000
  112. pirsF = 0
  113. gs 'stat'
  114. 'Master took out of your nipple rings.'
  115. act 'Leave':gt $curloc
  116. }
  117. $pirsvla = {
  118. cls
  119. minut += 30
  120. money -= 25000
  121. pirsG = 1
  122. painpub = 2
  123. painpubday = daystart
  124. gs 'stat'
  125. 'Master you pierced labia and vagina put there post.'
  126. act 'Leave':gt $curloc
  127. }
  128. $pirsvlaout = {
  129. cls
  130. minut += 30
  131. money -= 25000
  132. pirsG = 0
  133. gs 'stat'
  134. 'Master took the post of your labia.'
  135. act 'Leave':gt $curloc
  136. }
  137. $pirspyp = {
  138. cls
  139. minut += 30
  140. money -= 10000
  141. pirsN = 1
  142. gs 'stat'
  143. 'Master pierced navel and put you back post.'
  144. act 'Leave':gt $curloc
  145. }
  146. $pirspypout = {
  147. cls
  148. minut += 30
  149. money -= 10000
  150. pirsN = 0
  151. gs 'stat'
  152. 'Master took the post from your navel.'
  153. act 'Leave':gt $curloc
  154. }
  155. gs 'stat'
  156. fcolor = rgb(0, 0, 0)
  157. bcolor = rgb(255, 255, 255)
  158. lcolor = rgb(106, 90, 205)
  159. '<center><b>Piercing Salon</b></center>'
  160. '<center><img src="images/etogame/pirsingstudia.jpg"></center>'
  161. 'Small cabin where the master of a loner.'
  162. if hour >= 12 and hour < 20 and pirsA = 0 and money >= 5000:'<a href="exec:dynamic $pirsyaz">Make a tongue piercing 5000 rub.</a>.'
  163. if hour >= 12 and hour < 20 and pirsA = 1 and money >= 5000:'<a href="exec:dynamic $pirsyazout">Remove tongue piercing 5000 rub.</a>.'
  164. if hour >= 12 and hour < 20 and pirsB = 0 and money >= 6000:'<a href="exec:dynamic $pirsgub">Make a lip piercing 6000 rub.</a>.'
  165. if hour >= 12 and hour < 20 and pirsB = 1 and money >= 6000:'<a href="exec:dynamic $pirsgubout">Remove Lippenpiercing 6000 rub.</a>.'
  166. if hour >= 12 and hour < 20 and pirsC = 0 and money >= 3000:'<a href="exec:dynamic $pirsysh">Make piercings 3000 rub.</a>.'
  167. if hour >= 12 and hour < 20 and pirsC = 1 and money >= 3000:'<a href="exec:dynamic $pirsyshout">Remove piercings 3000 rub.</a>.'
  168. if hour >= 12 and hour < 20 and pirsD = 0 and money >= 5000:'<a href="exec:dynamic $pirsnos">Make a nose piercing 5000 rub.</a>.'
  169. if hour >= 12 and hour < 20 and pirsD = 1 and money >= 5000:'<a href="exec:dynamic $pirsnosout">Remove nose piercing 5000 rub.</a>.'
  170. if hour >= 12 and hour < 20 and pirsE = 0 and money >= 5000:'<a href="exec:dynamic $pirsbro">Make an eyebrow piercing 5000 rub.</a>.'
  171. if hour >= 12 and hour < 20 and pirsE = 1 and money >= 5000:'<a href="exec:dynamic $pirsbroout">Remove eyebrow piercing 5000 rub.</a>.'
  172. if hour >= 12 and hour < 20 and pirsF = 0 and money >= 10000:'<a href="exec:dynamic $pirssos">Make a nipple piercing 10, 000 rubles.</a>.'
  173. if hour >= 12 and hour < 20 and pirsF = 1 and money >= 10000:'<a href="exec:dynamic $pirssosout">Remove nipple piercings 10, 000 rubles.</a>.'
  174. if hour >= 12 and hour < 20 and pirsG = 0 and money >= 25000:'<a href="exec:dynamic $pirsvla">Make a vagina piercing 25, 000 rubles.</a>.'
  175. if hour >= 12 and hour < 20 and pirsG = 1 and money >= 25000:'<a href="exec:dynamic $pirsvlaout">Remove the vagina piercing 25, 000 rubles.</a>.'
  176. if hour >= 12 and hour < 20 and pirsN = 0 and money >= 10000:'<a href="exec:dynamic $pirspyp">Make a navel piercing 10, 000 rubles.</a>.'
  177. if hour >= 12 and hour < 20 and pirsN = 1 and money >= 10000:'<a href="exec:dynamic $pirspypout">Remove navel piercings 10, 000 rubles.</a>.'
  178. act 'Leave':gt 'nord'
  179. --- pirsingsalon ---------------------------------