380_pirsingsalon 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. # pirsingsalon
  2. <<<<<<< 380_pirsingsalon
  3. $pirsyaz = {
  4. cls
  5. minut += 30
  6. money -= 5000
  7. pirsA = 1
  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. gs 'stat'
  103. 'Master pierced nipples and you put there rings.'
  104. act 'Leave': gt $curloc
  105. }
  106. $pirssosout = {
  107. cls
  108. minut += 30
  109. money -= 10000
  110. pirsF = 0
  111. gs 'stat'
  112. 'Master took out of your nipple rings.'
  113. act 'Leave': gt $curloc
  114. }
  115. $pirsvla = {
  116. cls
  117. minut += 30
  118. money -= 25000
  119. pirsG = 1
  120. gs 'stat'
  121. 'Master you pierced labia and vagina put there post.'
  122. act 'Leave': gt $curloc
  123. }
  124. $pirsvlaout = {
  125. cls
  126. minut += 30
  127. money -= 25000
  128. pirsG = 0
  129. gs 'stat'
  130. 'Master took the post of your labia.'
  131. act 'Leave': gt $curloc
  132. }
  133. $pirspyp = {
  134. cls
  135. minut += 30
  136. money -= 10000
  137. pirsN = 1
  138. gs 'stat'
  139. 'Master pierced navel and put you back post.'
  140. act 'Leave': gt $curloc
  141. }
  142. $pirspypout = {
  143. cls
  144. minut += 30
  145. money -= 10000
  146. pirsN = 0
  147. gs 'stat'
  148. 'Master took the post from your navel.'
  149. act 'Leave': gt $curloc
  150. =======
  151. $pirsyaz={
  152. cls
  153. minut+=30
  154. money-=5000
  155. pirsA = 1
  156. pirs_pain_ton=7
  157. gs'stat'
  158. '<center><img src="pic/pirsing.jpg" ></center>'
  159. 'Sitting on the chair you are stuck out his tongue, Master pierced tongue and put you back post.'
  160. act 'Get_Away':gt $curloc
  161. }
  162. $pirsyazout={
  163. cls
  164. minut+=30
  165. money-=5000
  166. pirsA = 0
  167. gs'stat'
  168. '<center><img src="pic/pirsing.jpg" ></center>'
  169. 'Master took the rod from your language.'
  170. act 'Get_Away':gt $curloc
  171. }
  172. $pirsgub={
  173. cls
  174. minut+=30
  175. money-=6000
  176. pirsB = 1
  177. gs'stat'
  178. '<center><img src="pic/pirsing2.jpg" ></center>'
  179. 'Master pierced lip and you put the ring back.'
  180. act 'Get_Away':gt $curloc
  181. }
  182. $pirsgubout={
  183. cls
  184. minut+=30
  185. money-=6000
  186. pirsB = 0
  187. gs'stat'
  188. '<center><img src="pic/pirsing2.jpg" ></center>'
  189. 'Master took the ring out of your mouth.'
  190. act 'Get_Away':gt $curloc
  191. }
  192. $pirsysh={
  193. cls
  194. minut+=30
  195. money-=3000
  196. pirsC = 1
  197. gs'stat'
  198. 'Master pierced your ears and put back earrings.'
  199. act 'Get_Away':gt $curloc
  200. }
  201. $pirsyshout={
  202. cls
  203. minut+=30
  204. money-=3000
  205. pirsC = 0
  206. gs'stat'
  207. 'Master took the earrings from your ears.'
  208. act 'Get_Away':gt $curloc
  209. }
  210. $pirsnos={
  211. cls
  212. minut+=30
  213. money-=5000
  214. pirsD = 1
  215. gs'stat'
  216. 'Master pierced your nose and put the ring back.'
  217. act 'Get_Away':gt $curloc
  218. }
  219. $pirsnosout={
  220. cls
  221. minut+=30
  222. money-=5000
  223. pirsD = 0
  224. gs'stat'
  225. 'Master took the ring out of your nose.'
  226. act 'Get_Away':gt $curloc
  227. }
  228. $pirsbro={
  229. cls
  230. minut+=30
  231. money-=5000
  232. pirsE = 1
  233. gs'stat'
  234. 'Master pierced eyebrow and put you back post.'
  235. act 'Get_Away':gt $curloc
  236. }
  237. $pirsbroout={
  238. cls
  239. minut+=30
  240. money-=5000
  241. pirsE = 0
  242. gs'stat'
  243. 'Master took the rod from your eyebrows.'
  244. act 'Get_Away':gt $curloc
  245. }
  246. $pirssos={
  247. cls
  248. minut+=30
  249. money-=10000
  250. pirsF = 1
  251. nippain=2
  252. nippainday=daystart
  253. gs'stat'
  254. 'Master pierced nipples and put you back rings.'
  255. act 'Get_Away':gt $curloc
  256. }
  257. $pirssosout={
  258. cls
  259. minut+=30
  260. money-=10000
  261. pirsF = 0
  262. gs'stat'
  263. 'Master took the rings from your nipples.'
  264. act 'Get_Away':gt $curloc
  265. }
  266. $pirsvla={
  267. cls
  268. minut+=30
  269. money-=25000
  270. pirsG = 1
  271. painpub=2
  272. painpubday=daystart
  273. gs'stat'
  274. 'Master your pierced labia vagina and inserted back post.'
  275. act 'Get_Away':gt $curloc
  276. }
  277. $pirsvlaout={
  278. cls
  279. minut+=30
  280. money-=25000
  281. pirsG = 0
  282. gs'stat'
  283. 'Master took the post of your labia.'
  284. act 'Get_Away':gt $curloc
  285. }
  286. $pirspyp={
  287. cls
  288. minut+=30
  289. money-=10000
  290. pirsN = 1
  291. gs'stat'
  292. 'Master pierced navel and put you back post.'
  293. act 'Get_Away':gt $curloc
  294. }
  295. $pirspypout={
  296. cls
  297. minut+=30
  298. money-=10000
  299. pirsN = 0
  300. gs'stat'
  301. 'Master took the rod from your navel.'
  302. act 'Get_Away':gt $curloc
  303. >>>>>>> 380_pirsingsalon
  304. }
  305. <<<<<<< 380_pirsingsalon
  306. gs 'stat'
  307. fcolor = rgb(0,0,0)
  308. bcolor = rgb(255,255,255)
  309. LCOLOR = rgb(106,90,205)
  310. '<center><B>Piercing Salon</B></center>'
  311. '<center><img src="images\etogame\pirsingstudia.jpg"></center>'
  312. 'Small cabin where the master of a loner.'
  313. if hour >= 12 and hour < 20 and pirsA = 0 and money >= 5000: '<a href="exec: dynamic $pirsyaz">Make a tongue piercing 5000 rub.</a>.'
  314. if hour >= 12 and hour < 20 and pirsA = 1 and money >= 5000: '<a href="exec: dynamic $pirsyazout">Remove tongue piercing 5000 rub.</a>.'
  315. if hour >= 12 and hour < 20 and pirsB = 0 and money >= 6000: '<a href="exec: dynamic $pirsgub">Make a lip piercing 6000 rub.</a>.'
  316. if hour >= 12 and hour < 20 and pirsB = 1 and money >= 6000: '<a href="exec: dynamic $pirsgubout">Remove Lippenpiercing 6000 rub.</a>.'
  317. if hour >= 12 and hour < 20 and pirsC = 0 and money >= 3000: '<a href="exec: dynamic $pirsysh">Make piercings 3000 rub.</a>.'
  318. if hour >= 12 and hour < 20 and pirsC = 1 and money >= 3000: '<a href="exec: dynamic $pirsyshout">Remove piercings 3000 rub.</a>.'
  319. if hour >= 12 and hour < 20 and pirsD = 0 and money >= 5000: '<a href="exec: dynamic $pirsnos">Make a nose piercing 5000 rub.</a>.'
  320. if hour >= 12 and hour < 20 and pirsD = 1 and money >= 5000: '<a href="exec: dynamic $pirsnosout">Remove nose piercing 5000 rub.</a>.'
  321. if hour >= 12 and hour < 20 and pirsE = 0 and money >= 5000: '<a href="exec: dynamic $pirsbro">Make an eyebrow piercing 5000 rub.</a>.'
  322. if hour >= 12 and hour < 20 and pirsE = 1 and money >= 5000: '<a href="exec: dynamic $pirsbroout">Remove eyebrow piercing 5000 rub.</a>.'
  323. 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>.'
  324. if hour >= 12 and hour < 20 and pirsF = 1 and money >= 10000: '<a href="exec: dynamic $pirssosout">Remove nipple piercings 10,000 rubles.</a>.'
  325. 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>.'
  326. 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>.'
  327. 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>.'
  328. if hour >= 12 and hour < 20 and pirsN = 1 and money >= 10000: '<a href="exec: dynamic $pirspypout">Remove navel piercings 10,000 rubles.</a>.'
  329. act 'Leave': gt 'nord'
  330. =======
  331. gs'stat'
  332. fcolor=rgb(0,0,0)
  333. bcolor=rgb(255,255,255)
  334. LCOLOR = rgb(106,90,205)
  335. '<center><B>piercing parlor</B></center>'
  336. '<center><img src="pic/pirsingstudia.jpg" ></center>'
  337. 'Small salon where he works a single master.'
  338. if hour>=12 and hour<20 and pirsA = 0 and money>=5000:'<a href="exec:dynamic $pirsyaz">Make a tongue piercing 5000 RUB.</a>.'
  339. if hour>=12 and hour<20 and pirsA = 1 and money>=5000:'<a href="exec:dynamic $pirsyazout">Remove tongue piercing 5000 RUB.</a>.'
  340. if hour>=12 and hour<20 and pirsB = 0 and money>=6000:'<a href="exec:dynamic $pirsgub">Make a lip piercing 6000 RUB.</a>.'
  341. if hour>=12 and hour<20 and pirsB = 1 and money>=6000:'<a href="exec:dynamic $pirsgubout">Remove lip piercing 6000 RUB.</a>.'
  342. if hour>=12 and hour<20 and pirsC = 0 and money>=3000:'<a href="exec:dynamic $pirsysh">Get pierced ears 3000 RUB.</a>.'
  343. if hour>=12 and hour<20 and pirsC = 1 and money>=3000:'<a href="exec:dynamic $pirsyshout">Remove pierced ears 3000 RUB.</a>.'
  344. if hour>=12 and hour<20 and pirsD = 0 and money>=5000:'<a href="exec:dynamic $pirsnos">Make a nose piercing 5000 RUB.</a>.'
  345. if hour>=12 and hour<20 and pirsD = 1 and money>=5000:'<a href="exec:dynamic $pirsnosout">Remove nose piercing 5000 RUB.</a>.'
  346. if hour>=12 and hour<20 and pirsE = 0 and money>=5000:'<a href="exec:dynamic $pirsbro">Make eyebrow piercing 5000 RUB.</a>.'
  347. if hour>=12 and hour<20 and pirsE = 1 and money>=5000:'<a href="exec:dynamic $pirsbroout">Remove eyebrow piercing 5000 RUB.</a>.'
  348. if hour>=12 and hour<20 and pirsF = 0 and money>=10000:'<a href="exec:dynamic $pirssos">Get pierced nipples 10000 RUB.</a>.'
  349. if hour>=12 and hour<20 and pirsF = 1 and money>=10000:'<a href="exec:dynamic $pirssosout">Remove nipple piercings 10000 RUB.</a>.'
  350. if hour>=12 and hour<20 and pirsG = 0 and money>=25000:'<a href="exec:dynamic $pirsvla">Get pierced vagina 25000 RUB.</a>.'
  351. if hour>=12 and hour<20 and pirsG = 1 and money>=25000:'<a href="exec:dynamic $pirsvlaout">Remove piercing vagina 25000 RUB.</a>.'
  352. if hour>=12 and hour<20 and pirsN = 0 and money>=10000:'<a href="exec:dynamic $pirspyp">Make a navel piercing 10000 RUB.</a>.'
  353. if hour>=12 and hour<20 and pirsN = 1 and money>=10000:'<a href="exec:dynamic $pirspypout">Remove navel piercing 10000 RUB.</a>.'
  354. act 'Get_Away':gt'nord'
  355. >>>>>>> 380_pirsingsalon
  356. --- pirsingsalon ---------------------------------