302_pirsingsalon 4.8 KB

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