salon 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. # salon
  2. if $ARGS[0] = 'start':
  3. $solyariy = {
  4. minut += 60
  5. tan += 10
  6. money -= 1000
  7. if salonrand > 6 and nastjaqw > 2:gt 'etoexhib', 'pos1'
  8. if salonrand = 0 and masha = 0:gt 'salon', '0'
  9. gs 'stat'
  10. 'You sunbathe in the solarium.'
  11. act 'Leave':gt 'salon', 'start'
  12. }
  13. $resnici = {
  14. minut += 60
  15. resnic += 1
  16. money -= 5000
  17. if salonrand = 0 and masha = 0:gt 'salon', '0'
  18. gs 'stat'
  19. 'You lengthen lashes.'
  20. act 'Leave':gt 'salon', 'start'
  21. }
  22. $epilyaciya = {
  23. minut += 60
  24. leghair = -20
  25. lobok = -20
  26. money -= 5000
  27. if salonrand = 0 and masha = 0:gt 'salon', '0'
  28. gs 'stat'
  29. 'You had a full body hair removal.'
  30. act 'Leave':gt 'salon', 'start'
  31. }
  32. $ozdormas = {
  33. minut += 60
  34. salo -= 2
  35. vidageday += 3
  36. money -= 5000
  37. gs 'stat'
  38. if salonrand = 0:
  39. cla
  40. *clr
  41. picrand = rand(25, 28)
  42. '<center><img src="images/img/centr/mass.jpg"></center>'
  43. 'During the massage guy is interested and his fingers start to slip masljannye it in your pussy then in the ass.'
  44. act 'Indignant':gt 'salon', 'start'
  45. act 'Enjoy':
  46. guy += 1
  47. gt 'sex', 'minet'
  48. end
  49. end
  50. act 'Leave':gt 'salon', 'start'
  51. }
  52. $uhodkosha = {
  53. minut += 60
  54. skin += 1
  55. money -= 15000
  56. if salonrand = 0 and masha = 0:gt 'salon', '0'
  57. gs 'stat'
  58. 'You mask the face, after a while removed her beautician.'
  59. act 'Leave':gt 'salon', 'start'
  60. }
  61. $omoloshenie = {
  62. minut += 60
  63. vidageday += 50
  64. money -= 250000
  65. if salonrand = 0 and masha = 0:gt 'salon', '0'
  66. gs 'stat'
  67. 'You spent rejuvenation procedures, they can not turn the clock to sleep, they can only stop the aging at the time.'
  68. act 'Leave':gt 'salon', 'start'
  69. }
  70. $sexloc = $CURLOC
  71. if week = 1 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
  72. if week = 3 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
  73. if week = 5 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
  74. cla
  75. clr
  76. *clr
  77. salonrand = rand(0, 9)
  78. minut += 5
  79. gs 'stat'
  80. fcolor = rgb(0, 0, 0)
  81. bcolor = rgb(255, 255, 255)
  82. lcolor = rgb(106, 90, 205)
  83. '<center><b><font color="maroon">Beauty salon</font></b></center>'
  84. '<center><img src="images/etogame/salon.jpg"></center>'
  85. 'Approach the <a href="exec:gt ''salon'', ''1''">beauty technician.</a>'
  86. if money >= 1000:'<a href="exec:dynamic $solyariy">Solarium - 1,000 <b>₽</b></a>'
  87. if money < 1000:'Solarium - 1,000 <b>₽</b>'
  88. if money >= 5000:'<a href="exec:dynamic $resnici">Lengthening eyelashes - 5,000 <b>₽</b></a>'
  89. if money < 5000:'Lengthening eyelashes - 5,000 <b>₽</b>'
  90. if money >= 5000 and lashair = 0:'<a href="exec:dynamic $epilyaciya">Full body depilation - 5,000 <b>₽</b></a>'
  91. if money < 5000 or lashair = 1:'Full body depilation - 5,000 <b>₽</b>'
  92. if money >= 5000:'<a href="exec:dynamic $ozdormas">Wellness massage (accelerates fat, rejuvenates the body), 5,000 <b>₽</b></a>'
  93. if money < 5000:'Wellness massage (accelerates fat, rejuvenates the body), 5,000 <b>₽</b>'
  94. if money >= 15000:'<a href="exec:dynamic $uhodkosha">Skin Care - 15,000 <b>₽</b></a>'
  95. if money < 15000:'Skin Care - 15,000 <b>₽</b>'
  96. if money >= 250000:'<a href="exec:dynamic $omoloshenie">Procedures for rejuvenation - 250,000 <b>₽</b></a>'
  97. if money < 250000:'Rejuvenation - 250,000 <b>₽</b>'
  98. if hour < 8 or hour > 20:
  99. cls
  100. 'Salon is closing and you are asked to leave.'
  101. act 'Leave':minut += 5 & gt 'torgcentr'
  102. exit
  103. end
  104. act 'Leave':minut += 5 & gt 'torgcentr'
  105. end
  106. if $ARGS[0] = '0':
  107. cla
  108. *clr
  109. spafinloc = 7
  110. gs 'cum_manage'
  111. '<center><img src="images/img/centr/pri1.jpg"></center>'
  112. 'During the procedure, the girl manages to stain your clothes which is a liquid, it is now on the traces are very similar to sperm. You start to vomuschatsya suits you and the administrator tries to reassure you, that obyaschaya girl will be punished and you offthe cost of chemical cleaning in Ramer 5000rub.'
  113. act 'Agree':money += 5000 & gt 'salon', 'start'
  114. if DOM > 10:
  115. act 'Require punish now':
  116. cla
  117. orgasm += 1
  118. DOM += 1
  119. 'Administrator looks at you not knowing what you want'
  120. '"What is not clear, I want something to punish this bitch now" started to resent you.'
  121. '"Do you want something to punish her?" asked the receptionist'
  122. '"Fuck it here with me, " cried you.'
  123. '"Sorry, but I can not do that, " stammered guy'
  124. act '"All you can"':
  125. cla
  126. *clr
  127. '<center><img src="images/img/centr/pri2.jpg"></center>'
  128. '"All you can" you said and rastegnuv pants guy got his dick dildo strongly excited by it was clear that the guy really like your idea of ​​punishment.'
  129. act '"Suck it bitch"':
  130. cla
  131. *clr
  132. '<center><img src="images/img/centr/pri3.jpg"></center>'
  133. 'With these words, you pulled the girl''s head to the penis and she obediently around his lips.'
  134. '"Moving, deeper" you customized Woman'
  135. act '"Put her cancer"':
  136. cla
  137. *clr
  138. '<center><img src="images/img/centr/pri4.jpg"></center>'
  139. 'Man obediently put her cancer, and put his dildo in her vagina, the girl quietly vzvignula, and the guy went into the role fucked her yarosno shoving member as deeply as possible into it. You took her hand and put on her pubis, she obediently began to massage your clitoris'
  140. act '"Plant it on top"':
  141. cla
  142. *clr
  143. '<center><img src="images/img/centr/pri5.jpg"></center>'
  144. 'Man sat on a chair, she quickly hopped on top and started jumping, you took her buttocks and each time it jump with power lowered it to a member of the girl cried, and you continued to stick it on his dildo.'
  145. act '"Lie down on the floor"':
  146. cla
  147. *clr
  148. '<center><img src="images/img/centr/pri6.jpg"></center>'
  149. 'The girl lay on the floor, and fell in with Perrin side, you''re sat on the girl''s face she did not give you a chance to give the order and once your pussy was in the zone dosigaemosti her tongue began to lick you trying not to miss a millimeter your pussy, both outside and inside , how many missed her tongue. Soon pleasant wave covered you and you left off sitting on her face'
  150. act '"Finish"':
  151. cla
  152. *clr
  153. telmasha = 1
  154. masha += 1
  155. '<center><img src="images/img/centr/pri7.jpg"></center>'
  156. 'The guy stood up, lifted her to her knees and discharged, filling her mouth, face and chest with hot sperm'
  157. '"That''s necessary to punish bitches" with these words, you take a card girl "So you have Masha, I can call you, you have a good tongue" with these words you left on the floor leaving the girl all in the semen.'
  158. act 'Leave':gt 'salon', 'start'
  159. end
  160. end
  161. end
  162. end
  163. end
  164. end
  165. end
  166. end
  167. end
  168. if $ARGS[0] = '1':
  169. cla
  170. minut += 5
  171. if worksalon = 0:
  172. 'You ask whether you take on the job.'
  173. if masash < 10:
  174. 'You do not be able to come when you learn'
  175. act 'Move away':gt 'salon', 'start'
  176. elseif masash >= 10:
  177. '"Well, we need a masseuse.''ll Work Monday, Wednesday and Friday from 9 to 10 hours, and come out to replace, will work up to 19 hours. Not come, you will not be counted this day in wages. Salary listed 25 th, for each an elaborate shift - 800 <b>₽</b>. "'
  178. '"Labor should hand over to the personnel department. You understand, will work?"'
  179. if (work = 0 and worksalon = 0) or (cheatWork = 1 and worksalon = 0):
  180. act 'Move away':gt 'salon', 'start'
  181. act 'Find a job':
  182. cla
  183. worksalon = 1
  184. work = 1
  185. 'You classify working in the personnel department.'
  186. act 'Move away':gt 'salon', 'start'
  187. end
  188. end
  189. act 'Move away':gt 'salon', 'start'
  190. end
  191. elseif worksalon = 1:
  192. act 'Resign':gt 'salon', 'discharge'
  193. act 'Move away':gt 'salon', 'start'
  194. end
  195. end
  196. if $ARGS[0] = 'beginwork':
  197. cla
  198. *clr
  199. '<center><b><font color="maroon">Beauty</font></b></center>'
  200. '<center><img src="images/etogame/salon.jpg"></center>'
  201. 'You have replaced a beauty salon.'
  202. act 'Start work':
  203. smena += 1
  204. gt 'worksalon', 'start'
  205. end
  206. act 'Resign':gt 'salon', 'discharge'
  207. end
  208. if $ARGS[0] = 'discharge':
  209. cla
  210. minut += 10
  211. worksalon = 0
  212. work = 0
  213. pay = smena * 800
  214. money += pay
  215. smena = 0
  216. 'The administrator looked at you:"Here is your payment <<pay>> <b>₽</b> and employment history. Goodbye."'
  217. act 'Leave':gt 'salon', 'start'
  218. end
  219. --- salon ---------------------------------