masseuse_work.qsrc 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. # masseuse_work
  2. !! masseuse['jobtype'] = 1 - just a normal masseuse
  3. !! masseuse['jobtype'] = 2 - will perform massages while naked or just normal
  4. !! masseuse['jobtype'] = 3 - will give handjobs as massage or any of the above
  5. !! masseuse['jobtype'] = 4 - will give blowjobs as massage or any of the above
  6. !! masseuse['jobtype'] = 5 - will fuck client instead of massage or any of the above
  7. if $ARGS[0] = 'shift_start':
  8. masseuse['break'] = 0
  9. if masseuse['multiple_shifts'] = 1:masseuse['multiple_shifts'] = 0
  10. if hour < 10:
  11. if hour = 8:minut += 60 - minut
  12. masseuse_shift = 1
  13. masseuse['<<week>>_shift_1'] = 2
  14. elseif hour < 14:
  15. if hour = 12: minut += 60 - minut
  16. masseuse_shift = 2
  17. masseuse['<<week>>_shift_2'] = 2
  18. else
  19. if hour = 16: minut += 60 - minut
  20. masseuse_shift = 3
  21. masseuse['<<week>>_shift_3'] = 2
  22. end
  23. if masseuse['late'] = 1:
  24. masseuse['late'] = 0
  25. masseuse['weeks_pay'] += 3
  26. else
  27. masseuse['weeks_pay'] += 4
  28. end
  29. masseuse['shifts_worked'] += 1
  30. gt'masseuse_work','begin'
  31. end
  32. if $ARGS[0] = 'shift_end':
  33. gs 'arousal','end'
  34. if robe = 0:robe = 1
  35. salon['work_minutes'] = 0
  36. masseuse['<<week>>_shift_<<masseuse_shift>>'] = 0
  37. money += massage['shift_tips']
  38. massage['shift_tips'] = 0
  39. salon['work_minutes'] = 0
  40. gt'salon','start'
  41. end
  42. if $ARGS[0] = 'last_client':
  43. salon['work_minutes'] = 0
  44. masseuse['<<week>>_shift_<<masseuse_shift>>'] = 0
  45. *nl
  46. if (masseuse['<<week>>_shift_2'] = 1 and hour = 13) or (masseuse['<<week>>_shift_3'] = 1 and hour = 17):
  47. masseuse['multiple_shifts'] = 1
  48. '<b><<hour>>:0<<minut>>.</b> Looks like this shift is just about over, but you scheduled yourself for the next shift too. Better prepare for that then.'
  49. if cumloc[11] > 0:
  50. *nl
  51. 'And that includes cleaning your face off.'
  52. act'Wipe your face':
  53. cumspclnt = 12
  54. gs'cum_cleanup'
  55. gs'stat'
  56. cla & *clr
  57. '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video></center>'
  58. 'You wipe your face off with a towel and throw it into the cum laundry bin.'
  59. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  60. end
  61. if cumloc[0] > 0:
  62. *nl
  63. 'Though shouldn''t you clean your out pussy too?'
  64. act'Just your face':
  65. cumspclnt = 12
  66. gs'cum_cleanup'
  67. gs'stat'
  68. cla & *clr
  69. '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video></center>'
  70. 'Eh, who cares. The first guy of the next shift can get sloppy seconds. He''ll probably just think it''s lube. You wipe your face off with a towel and throw it into the cum laundry bin. Then you reset the room for your next client.'
  71. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  72. end
  73. act'Wipe your face and pussy':
  74. cumspclnt = 10
  75. gs'cum_cleanup'
  76. gs'stat'
  77. cla & *clr
  78. '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video> <video autoplay loop src="images/shared/sex/cum/clean_pussy.mp4"></video></center>'
  79. 'You clean your face off with a towel before wiping your pussy with it as well before throwing it into the cum laundry bin. Then you reset the room for your next client.'
  80. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  81. end
  82. end
  83. elseif cumloc[0] > 0 and cumloc[11] = 0:
  84. *nl
  85. 'But shouldn''t you clean your out pussy too?'
  86. act'Don''t bother':
  87. cla & *nl
  88. 'Eh, who cares. The first guy of the next shift can get sloppy seconds. He''ll probably just think it''s lube. Your breather over, you slip on your robe and reset the room.'
  89. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  90. end
  91. act'Wipe your pussy':
  92. cumspclnt = 12
  93. gs'cum_cleanup'
  94. gs'stat'
  95. cla & *clr
  96. '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video></center>'
  97. 'You wipe your pussy with a towel until no more cum is apparent and toss it into the cum laundry bin. Then you reset the room for your next client.'
  98. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  99. end
  100. elseif cumloc[0] = 0 and cumloc[11] = 0:
  101. act'Get ready for the next shift':gt'masseuse_work','shift_start'
  102. end
  103. else
  104. '<b><<hour>>:<<minut>>.</b> Looks like your shift is just about over. Time to wrap up for the day.'
  105. *nl
  106. if cumloc[0] > 0 or cumloc[11] > 0:
  107. 'The only question left is if you''re going to clean yourself up first.'
  108. act'Don''t bother':
  109. cla & *clr
  110. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  111. 'Doesn''t really matter to you that much, you''ll just leave it where it is for now. You spend the next couple minutes resetting the room, slipping on your robe, and leaving the room, finishing your shift.'
  112. act'Finish your shift':gt'masseuse_work','shift_end'
  113. end
  114. if cumloc[0] > 0 and cumloc[11] > 0:
  115. act'Clean everything':
  116. cumspclnt = 10
  117. gs'cum_cleanup'
  118. gs'stat'
  119. cla & *clr
  120. '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video><video autoplay loop src="images/shared/sex/cum/clean_pussy.mp4"></video></center>'
  121. 'Well, no reason to walk around dripping cum. Grabbing a soft towel, you carefully wipe the cum from your face and pussy before tossing it into the cum laundry bin. Afterwards, you reset the room, slip on your robe, and leave the room, finishing your shift.'
  122. act'Finish your shift':gt'masseuse_work','shift_end'
  123. end
  124. end
  125. if cumloc[11] > 0:
  126. act'Wipe your face':
  127. cumspclnt = 12
  128. gs'cum_cleanup'
  129. gs'stat'
  130. cla & *clr
  131. '<center><video autoplay loop src="images/shared/sex/cum/clean_pussy.mp4"></video></center>'
  132. 'Well, no reason to walk around with cum dripping from your face. Grabbing a soft towel, you wipe the cum from your face before tossing it into the cum laundry bin. Afterwards, you reset the room, slip on your robe, and leave the room, finishing your shift.'
  133. act'Finish your shift':gt'masseuse_work','shift_end'
  134. end
  135. end
  136. if cumloc[0] > 0:
  137. act'Wipe your pussy':
  138. cumspclnt = 15
  139. gs'cum_cleanup'
  140. gs'stat'
  141. cla & *clr
  142. '<center><video autoplay loop src="images/shared/sex/cum/clean_pussy.mp4"></video></center>'
  143. 'Well, no reason to walk around with cum leaking from your pussy. Grabbing a soft towel, you carefully wipe the cum from your pussy before tossing it into the cum laundry bin. Afterwards, you reset the room, slip on your robe, and leave the room, finishing your shift.'
  144. act'Finish your shift':gt'masseuse_work','shift_end'
  145. end
  146. end
  147. else
  148. 'You make sure all the dirty laundry is in the correct bins and then change the sheets on the table and put all the lube and oil back in their order on the table. With the room reset for the next girl, your shift is over.'
  149. act'Finish your shift':gt'masseuse_work','shift_end'
  150. end
  151. end
  152. end
  153. if $ARGS[0] = 'break_question':
  154. *nl
  155. if minut < 10:
  156. '<b><<hour>>:0<<minut>>.</b> Looks like you have about <<240 - salon[''work_minutes'']>> minutes left in your shift. Should you take a break? Or just wait for the next client?'
  157. else
  158. '<b><<hour>>:<<minut>>.</b> Looks like you have about <<240 - salon[''work_minutes'']>> minutes left in your shift. Should you take a break? Or just wait for the next client?'
  159. end
  160. end
  161. if $ARGS[0] = 'prepare_next':
  162. *nl
  163. if minut < 10:
  164. '<b><<hour>>:0<<minut>>.</b> Looks like you have about <<240 - salon[''work_minutes'']>> minutes left in your shift. You should prepare for another client.'
  165. else
  166. '<b><<hour>>:<<minut>>.</b> Looks like you have about <<240 - salon[''work_minutes'']>> minutes left in your shift. You should prepare for another client.'
  167. end
  168. end
  169. if $ARGS[0] = 'begin':
  170. masseuse_time_temp = rand(5,15)
  171. masseuse['client_type'] = rand(0,2)
  172. masseuse['client_request'] = rand(0,12)
  173. if masseuse['jobtype'] = 1:
  174. gt'masseuse_work','1_pre'
  175. elseif masseuse['jobtype'] = 2:
  176. if masseuse['client_request'] >= 8:
  177. gt'masseuse_work','1_pre'
  178. else
  179. gt'masseuse_work','2_pre'
  180. end
  181. elseif masseuse['jobtype'] = 3:
  182. if masseuse['client_request'] >= 11:
  183. gt'masseuse_work','1_pre'
  184. elseif masseuse['client_request'] >= 7:
  185. gt'masseuse_work','2_pre'
  186. else
  187. gt'masseuse_work','3_pre'
  188. end
  189. elseif masseuse['jobtype'] = 4:
  190. if masseuse['client_request'] >= 12:
  191. gt'masseuse_work','1_pre'
  192. elseif masseuse['client_request'] >= 10:
  193. gt'masseuse_work','2_pre'
  194. elseif masseuse['client_request'] >= 8:
  195. gt'masseuse_work','3_pre'
  196. else
  197. gt'masseuse_work','4_pre'
  198. end
  199. elseif masseuse['jobtype'] = 5:
  200. if masseuse['client_request'] = 12:
  201. gt'masseuse_work','2_pre'
  202. elseif masseuse['client_request'] = 11:
  203. gt'masseuse_work','3_pre'
  204. elseif masseuse['client_request'] = 10:
  205. gt'masseuse_work','4_pre'
  206. else
  207. gt'masseuse_work','5_pre'
  208. end
  209. end
  210. end
  211. if $ARGS[0] = 'normal_end':
  212. gs'arousal','massage_give',15
  213. salon['work_minutes'] += 15
  214. gs'stat'
  215. if salon['work_minutes'] >= 235:
  216. gs'masseuse_work','last_client'
  217. else
  218. act'Wait for your next client':gt'masseuse_work','begin'
  219. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  220. end
  221. end
  222. if $ARGS[0] = '1_pre':
  223. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  224. 'You hear a buzz on the intercom and the receptionist''s voice sound.'
  225. *nl
  226. '"<<$pcs_firstname>>, you have a customer who has requested a <b>body massage</b>, maximum of 30 minutes."'
  227. *nl
  228. 'As soon as she''s done speaking, the door opens and a man walks in.'
  229. *nl
  230. '"Hello sir, if you''d like to undress and lay on the table we can begin. You can place your clothes in the basket in the corner and there is a towel for you to place over your hips, just tell me when you''re ready."'
  231. 'He nods at you and you turn your back to face the corner, listening to the sound of clothes rustling, followed by the creaking of the table, and then a brief moment of silence. "I''m ready."'
  232. 'Nodding once, you turn and step over to the table.'
  233. act'Begin the massage':gt'masseuse_work','1'
  234. end
  235. if $ARGS[0] = '1':
  236. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  237. gs'arousal','massage_give',15
  238. salon['work_minutes'] += 15
  239. gs'stat'
  240. 'You oil up the client''s body and begin kneading it with your hands, working through his muscles and loosening them up.'
  241. if rand(1,3) = 3:
  242. 'While you do, you can''t help but glance at the small towel covering his hips when you can see something hardening and shifting beneath it.'
  243. if rand(0,1) = 0:
  244. act'Ignore it':
  245. cla & *nl
  246. gs'arousal','massage_give',15
  247. salon['work_minutes'] += 15
  248. 'Staying professional, you ignore his arousal and continue with the massage as if you didn''t notice. Once his time is up, he gets dressed and thanks you for the massage before leaving.'
  249. *nl
  250. if rand(0,2) = 2:
  251. massage['client_tip'] = rand(0,200)
  252. massage['shift_tips'] += massage['client_tip']
  253. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  254. *nl
  255. end
  256. gs'masseuse_work','normal_end'
  257. end
  258. act'Slip your hand under the towel and jerk him off':gt'masseuse_work','1.handjob1'
  259. else
  260. 'The client smiles at you when he sees you spot at his growing erection.'
  261. '"Hey girlie, why don''t you give me a massage down there too? It''s <i>real</i> stiff. I could really use something to loosen it up."'
  262. act'No':
  263. cla & *clr
  264. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  265. if masseuse['jobtype'] < 3:
  266. '"What? No way! If you wanted that you should have hired one of the other girls."'
  267. else
  268. '"If you wanted that then you should have paid for it," you say sternly.'
  269. end
  270. '"Didn''t know I wanted it till I saw your pretty face," he smirks. "You sure? I''ll give you a nice little tip afterwards."'
  271. act'Still no':
  272. cla & *nl
  273. '"Ugh. Still no."'
  274. '"Okay, how about you just give me a peek of what''s underneath that robe of yours?" he says, eyeing your thighs beneath the hem of your robe. "You don''t have to do anything else, just take off the robe. I''ll give you 200 <b>₽</b>. Just... slip off your robe..."'
  275. act'Still no!':
  276. cla & *clr
  277. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalback.jpg"></center>'
  278. if masseuse['jobtype'] = 1:
  279. '"No! Why won''t you take that for an answer?! I''m not a whore! Keep this up I''ll call the manager and you''re getting kicked out. <i>No refund.</i>"'
  280. else
  281. '"No! I told you, if you wanted that then you should have paid for it! Keep this up I''ll call the manager and you''re getting kicked out. <i>No refund.</i>"'
  282. end
  283. '"Fine, fine," he grumbles and flips over so you can do his back, staying quiet for the rest of the massage. When you''re done, he gets dressed and quickly leaves.'
  284. gs'masseuse_work','normal_end'
  285. end
  286. act'I suppose...':
  287. cla & *clr
  288. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  289. '"200 <b>₽</b>?" You chew on your lip for a moment considering. "I suppose... as long as I''m only taking off the robe... But nothing else! Okay?"'
  290. '"Sure thing sweetheart," he grins back at you. "Now let''s see that body."'
  291. act'Undress':gt'masseuse_work','1.naked'
  292. end
  293. end
  294. act'Well...':
  295. cla & *clr
  296. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  297. '<i>Well...</i> you think to yourself. <i>For a little money, I guess I could just...</i>'
  298. '"I suppose I could..." you say as you slip your hand underneath his towel.'
  299. act'Jerk him off':gt'masseuse_work','1.handjob2'
  300. end
  301. end
  302. act'Slide your hand down':gt'masseuse_work','1.handjob3'
  303. act'Do I get a tip?':
  304. cla & *clr
  305. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  306. '"That depends," you say. "Do I get a tip in return?"'
  307. 'His smile falters for a brief moment. "Of course! A girl deserves a little something for going the extra mile for her customers."'
  308. act'Too bad':
  309. cla & *clr
  310. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalchest.jpg"></center>'
  311. '"Well, too bad. That''s not what I''m here for. Now flip over, it''s time to do your back."'
  312. 'He blinks in surprise but otherwise complies.'
  313. act'Continue':
  314. cla & *clr
  315. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/normalback.jpg"></center>'
  316. 'Turning him over, you massage his back while he stays quiet for the rest of the session. When you''re done, he gets dressed quickly and leaves.'
  317. gs'masseuse_work','normal_end'
  318. end
  319. end
  320. act'Jerk him off':gt'masseuse_work','1.handjob1'
  321. end
  322. end
  323. else
  324. 'Once his time is up, he gets dressed and thanks you for the massage before leaving.'
  325. gs'masseuse_work','normal_end'
  326. end
  327. end
  328. if $ARGS[0] = '1.handjob1':
  329. gs'arousal','hj',masseuse_time_temp,'','prostitution'
  330. salon['work_minutes'] += masseuse_time_temp
  331. gs 'stat'
  332. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/sex/hj1.jpg"></center>'
  333. 'Sliding your hand down beneath the towel, you draw out his raging erection and begin oiling it up with your hand while continuing to massage the rest of his body with your other hand. Just like any other massage, you vary everything. Sometimes you grip him hard and jerk out long, drawn out strokes. Sometimes you softly pull on his cock with quick and rapid tugs. But always you keep an eye on his reactions.'
  334. *nl
  335. 'After a short time, you see him begin to tense up and you know he''s about to cum.'
  336. act'Finish him off':
  337. cla & *clr
  338. gs'cum_call','hands','massage client'
  339. gs'stat'
  340. 'Making sure to draw the full length of his shaft, you squeeze the customer''s dick with a fair amount of pressure and begin milking him for all he''s got. White jets of cum spurt from his tip and land on his stomach, the rest of it coating your hands. You smile at his blissful expression, watching ever moment of his orgasm.'
  341. act'Clean up':
  342. cla & *clr
  343. cumspclnt = 9
  344. gs 'cum_cleanup'
  345. massage['shift_tips'] += 300
  346. massage['sex_tips'] += 300
  347. gs'stat'
  348. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  349. 'The "massage" now over, you wipe off the oil and cum on his body and allow him to get dressed while you rinse your hands.'
  350. *nl
  351. '"That was a great massage, you''ve got talented hands," he smirks.'
  352. '"Here''s a little something extra," he says, handing you 300 <b>₽</b>. "Maybe I''ll stop by again sometime for your services. Maybe you''ll even offer something a little more."'
  353. if salon['work_minutes'] >= 235:
  354. 'With a wink, he leaves. Before doing anything else, you take a look at the clock to see if you have time for another client.'
  355. gs'masseuse_work','last_client'
  356. else
  357. 'With a wink, he leaves. Slipping your well earned tip into your pocket, you begin changing the sheets to prepare for your next client.'
  358. act'Wait for your next client':gt'masseuse_work','begin'
  359. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  360. end
  361. end
  362. end
  363. end
  364. if $ARGS[0] = '1.handjob2':
  365. gs'arousal','hj',masseuse_time_temp,'','prostitution'
  366. salon['work_minutes'] += masseuse_time_temp
  367. gs 'stat'
  368. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/sex/hj1.jpg"></center>'
  369. 'Grabbing hold of of the client''s stiff cock, you tentatively draw it out from underneath the towel and begin to work it with your hand. He smiles at you as you begin to put more effort into it, oiling up his shaft, pumping up and down on it in smooth motions with solid pressure.'
  370. *nl
  371. 'You continue to jerk him for several minutes until you feel him tense up and you think he''s about to cum.'
  372. act'Finish him off':
  373. cla & *clr
  374. gs'cum_call','hands','massage client'
  375. gs'stat'
  376. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  377. 'Making sure to draw the full length of his shaft, you continue to pump his cock as white jets of cum spurt from the tip and land on his stomach, the rest of it coating your hands.'
  378. act'Clean up':
  379. cla & *clr
  380. cumspclnt = 9
  381. gs 'cum_cleanup'
  382. massage['shift_tips'] += 300
  383. massage['sex_tips'] += 300
  384. gs'stat'
  385. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  386. 'The "massage" now over, you wipe off the oil and cum on his body and allow him to get dressed while you rinse your hands.'
  387. *nl
  388. '"That was a great massage, you''ve got talented hands," he smirks.'
  389. '"Your tip, as promised," he says, handing you 300 <b>₽</b>. "Maybe I''ll stop by again sometime for your services. Maybe even get a <i>full body</i> service from you."'
  390. if salon['work_minutes'] >= 235:
  391. 'With a wink, he leaves. Before doing anything else, you take a look at the clock to see if you have time for another client.'
  392. gs'masseuse_work','last_client'
  393. else
  394. 'With a wink, he leaves. Slipping your well earned tip into your pocket, you begin changing the sheets to prepare for your next client.'
  395. act'Wait for your next client':gt'masseuse_work','begin'
  396. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  397. end
  398. end
  399. end
  400. end
  401. if $ARGS[0] = '1.handjob3':
  402. gs'arousal','hj',masseuse_time_temp,'','prostitution'
  403. salon['work_minutes'] += masseuse_time_temp
  404. gs 'stat'
  405. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/sex/hj1.jpg"></center>'
  406. 'You give him a dirty grin and begin to run your hand down his stomach to reach under the towel and take hold of his cock. Taking hold of it in a firm grasp, you draw it out and start working it. Nice long strokes followed by short pumps at the base before teasing the tip with just your index finger and thumb. He moans under your touch and you maintain eye contact with him the entire time until you''re sure he''s just about to burst.'
  407. act'Finish him off':
  408. cla & *clr
  409. gs'cum_call','hands','massage client'
  410. gs'stat'
  411. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  412. 'Still staring into his eyes, watch him orgasm, feeling his cock pulse under your fingers and something viscous liquid that definitely isn''t oil begin to slide down your hand. You keep jerking him off, making sure you got him for all he''s worth until you''re sure nothing is left.'
  413. act'Reach for a towel':
  414. cla & *clr
  415. cumspclnt = 9
  416. gs 'cum_cleanup'
  417. gs'stat'
  418. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  419. 'The "massage" now over, you take a towel and wipe off the oil and cum on his body and allow him to get dressed while you rinse your hands.'
  420. *nl
  421. '"Oh yeah, I feel nice and loose now," he smirks.'
  422. if rand(0,1) = 1:
  423. '"My pleasure," you murmur. "A good <b>job</b> done is it''s own reward."'
  424. 'You smile innocently at your added emphasis.'
  425. '"Damn..." he breathes. "I gotta come back for you..."'
  426. if salon['work_minutes'] >= 235:
  427. 'With that, he leaves. Before doing anything else, you take a look at the clock to see if you have time for another client.'
  428. gs'masseuse_work','last_client'
  429. else
  430. 'With that, he leaves and you begin changing the sheets to prepare for your next client.'
  431. act'Wait for your next client':gt'masseuse_work','begin'
  432. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  433. end
  434. else
  435. massage['shift_tips'] += 300
  436. massage['sex_tips'] += 300
  437. '"Here''s a little something extra," he says, handing you 300 <b>₽</b>. "For doing such a good job."'
  438. '"My pleasure," you murmur. "A good <b>job</b> done is it''s own reward."'
  439. 'You smile innocently at your added emphasis.'
  440. '"Damn..." he breathes. "I gotta come back for you..."'
  441. if salon['work_minutes'] >= 235:
  442. 'With that, he leaves. Before doing anything else, you take a look at the clock to see if you have time for another client.'
  443. gs'masseuse_work','last_client'
  444. else
  445. 'With that, he leaves. Slipping your well earned tip into your pocket, you begin changing the sheets to prepare for your next client.'
  446. act'Wait for your next client':gt'masseuse_work','begin'
  447. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  448. end
  449. end
  450. end
  451. act'Lick your hand off':
  452. cumspclnt = 9
  453. gs 'cum_cleanup'
  454. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  455. 'Still watching the client, you raise your hand to your lips and shove your fingers inside your mouth. You taste the bitter flavor of semen mixed with the massage oils and suck every drop of the former off each of your digits and gulp it all down. Smiling at him, you take a towel and begin to wipe him down, cleaning his body of his own cum and the rest of the oil before allowing him to get dressed.'
  456. if salon['work_minutes'] >= 235:
  457. gs'masseuse_work','last_client'
  458. else
  459. if masseuse['break'] = 0:
  460. gs'masseuse_work','break_question'
  461. else
  462. gs'masseuse_work','prepare_next'
  463. end
  464. act'Wait for your next client':gt'masseuse_work','begin'
  465. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  466. end
  467. end
  468. end
  469. end
  470. if $ARGS[0] = '1.naked':
  471. robe = 0
  472. gs'arousal','massage_give','', masseuse_time_temp
  473. salon['work_minutes'] += masseuse_time_temp
  474. gs'stat'
  475. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/naked.jpg"></center>'
  476. if pcs_inhib < 30:
  477. 'You slowly untie the belt of your robe and pull it open revealing your breasts and pussy. Seeing the client leer at your body causes you to blush furiously, but you ignore it as best you can and slip the robe from your shoulders to place it on a nearby table to continue the massage.'
  478. else
  479. 'You untie the belt of your robe and pull it open revealing your breasts and pussy. Ignoring the client''s leer, you place the robe on a nearby table and contiue with the massage.'
  480. end
  481. 'The massage continues with you kneading his body completely naked, though he keeps the towel over his raging erection at your request. Soon enough, the session is over and he gets dressed, leaving 200 <b>₽</b> on the table as promised.'
  482. '"Thanks for the eye candy," he says with a wink before leaving.'
  483. massage['shift_tips'] += 200
  484. massage['sex_tips'] += 200
  485. if salon['work_minutes'] >= 235:
  486. gs'masseuse_work','last_client'
  487. else
  488. if masseuse['break'] = 0:
  489. gs'masseuse_work','break_question'
  490. else
  491. gs'masseuse_work','prepare_next'
  492. end
  493. act'Wait for your next client':gt'masseuse_work','begin'
  494. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  495. end
  496. end
  497. if $ARGS[0] = '2_pre':
  498. robe = 0
  499. gs 'stat'
  500. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  501. 'You hear a buzz on the intercom and the receptionist''s voice sound.'
  502. *nl
  503. '"<<$pcs_firstname>>, you have a customer who has requested a <b>massage with a view</b>, maximum of 30 minutes."'
  504. *nl
  505. 'As soon as she''s done speaking, the door opens and a man walks in.'
  506. act'Continue':
  507. cla & *clr
  508. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/undress.mp4"></video></center>'
  509. if pcs_inhib > 40:
  510. '"Hello sir, if you''d like to undress and lay on the table we can begin," you say, untying the belt around your robe and pulling it open to reveal your naked body underneath. Shrugging out of the robe completely, you continue. "You can place your clothes in the basket in the corner." He finishes undressing eagerly and lays down on the table. As you step over to him, his gaze roams your body and in return you can see he''s rock hard.'
  511. else
  512. '"Hello sir, if you''d like to undress and lay on the table we can begin," you say, untying the belt around your robe and pulling it open to reveal your naked body underneath. Your face blazes with heat and embarrassment, but you stay as professional as possible, shrugging out of the robe completely and continuing. "You can place your clothes in the basket in the corner." He finishes undressing eagerly and lays down on the table. As you step over to him, his gaze roams your body and in return you can see he''s rock hard causing your blush to somehow intensify.'
  513. end
  514. act'Begin the massage':gt'masseuse_work','2'
  515. end
  516. end
  517. if $ARGS[0] = '2':
  518. gs'arousal','massage_give',30
  519. salon['work_minutes'] += 30
  520. inhib_exp += rand(1,5)
  521. gs'stat'
  522. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/nude_massage/<<rand(1,5)>>.jpg"></center>'
  523. if pcs_inhib > 40:
  524. 'You oil up the client and begin kneading it with your hands, working through his muscles and loosening them up. He stares appreciatively at your body throughout the whole process. Occassionally, you lean down to get the right angles to work his body and your breasts brush up against him, though you''re fairly certain he doesn''t mind.'
  525. else
  526. 'You oil up the client and begin kneading it with your hands, working through his muscles and loosening them up. He stares appreciatively at your body throughout the whole process. Occassionally, you lean down to get the right angles to work his body and your breasts brush up against him. And though you''re fairly certain he doesn''t mind, it drives you wild with embarrassment.'
  527. end
  528. act'Continue':
  529. cla & *clr
  530. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  531. if pcs_inhib > 40:
  532. 'After 30 minutes, you announce his time is up and quickly wipe him down, cleaning his body of leftover oils. You wait for him to put his clothes back on before giving a short bow, saying, "Thank you for your patronage sir," as he exits the room.'
  533. else
  534. 'After 30 minutes, you announce his time is up and quickly wipe him down, cleaning his body of leftover oils. You wait for him to put his clothes back on before giving a short bow, with a mighty blush, and say, "Thank you for your patronage sir," as he exits the room.'
  535. end
  536. if rand(0,2) = 2:
  537. massage['client_tip'] = rand(0,300)
  538. massage['shift_tips'] += massage['client_tip']
  539. *nl
  540. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  541. end
  542. robe = 1
  543. *nl
  544. 'Only once he''s left do you reach for your robe and take a look at the clock.'
  545. if salon['work_minutes'] >= 235:
  546. gs'masseuse_work','last_client'
  547. else
  548. if masseuse['break'] = 0:
  549. gs'masseuse_work','break_question'
  550. else
  551. gs'masseuse_work','prepare_next'
  552. end
  553. act'Wait for your next client':gt'masseuse_work','begin'
  554. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  555. end
  556. end
  557. end
  558. if $ARGS[0] = '3_pre':
  559. robe = 0
  560. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  561. 'You hear a buzz on the intercom and the receptionist''s voice sound.'
  562. *nl
  563. '"<<$pcs_firstname>>, you have a customer who has requested an <b>old fashioned massage</b>, maximum of 30 minutes."'
  564. *nl
  565. 'As soon as she''s done speaking, the door opens and a man walks in.'
  566. act'Continue':
  567. cla & *clr
  568. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/undress.mp4"></video></center>'
  569. '"Hello sir, if you''d like to undress and lay on the table we can begin. You can place your clothes in the basket in the corner." You undo the belt on your robe and pull it open to reveal your naked body underneath. "We can also begin with a body massage or just skip straight to the handjob if you would prefer that instead."'
  570. if masseuse['client_type'] = 0:
  571. '"Yeah, let''s do that," the client grins as he drops his pants, revealing an impressive erection."'
  572. '"Whatever you like sir," you say, shrugging out of the robe completely and waiting by the table while he removes the rest of his clothing.'
  573. act'Jerk him off':gt'masseuse_work','3.1'
  574. else
  575. '"I think I''d like to start by relaxing with the massage."'
  576. '"Whatever you like sir," you say, shrugging out of the robe completely and waiting by the table while he removes the rest of his clothing.'
  577. act'Begin the massage':gt'masseuse_work','3'
  578. end
  579. end
  580. end
  581. if $ARGS[0] = '3':
  582. gs'arousal','massage_give',15
  583. salon['work_minutes'] += 15
  584. gs'stat'
  585. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/nude_massage/<<rand(1,5)>>.jpg"></center>'
  586. 'You oil up the client and begin kneading it with your hands, working through his muscles and loosening them up. He stares appreciatively at your body throughout the whole process. Occassionally, you lean down to get the right angles to work his body and your breasts brush up against him, though you''re fairly certain he doesn''t mind.'
  587. *nl
  588. 'After about half the session has gone by, the client seems to be in a pleasant stupor. His breathing is deep and relaxed and almost seems to be at the edge of sleep and you decide this is the optimal time to get to the main course. Snaking your hand down his body, you gently wrap your hand around his member. The client grunts and gives a faint smile, his cock quickly standing to attention at your touch as you begin to work it.'
  589. act'Get to work':gt'masseuse_work','3.1'
  590. end
  591. if $ARGS[0] = '3.1':
  592. gs'arousal','hj',masseuse_time_temp,'','prostitution'
  593. salon['work_minutes'] += masseuse_time_temp
  594. gs 'stat'
  595. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/sex/hj2.jpg"></center>'
  596. 'After giving it a quick oil, you take the client''s cock in both hands and start working it, experimenting with what he might like best. Long drawn out strokes with heavy pressure? Fast jerking motions with medium pressure? Does he like barely any pressure? Just the feeling of your hand gliding up and down his glistening member? As you experiment, you keep an eye on his reactions, checking to see what get him writhing in a good way.'
  597. *nl
  598. 'Soon enough, you think you''ve found his ticket and within minutes of that you feel his cock begin to pulse.'
  599. act'Finish him off':
  600. cla & *clr
  601. if masseuse['client_type'] = 0:
  602. gs'cum_call','hands','massage client'
  603. gs'stat'
  604. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  605. 'Maintaining the same motions you did before, you don''t let up for a moment until you see cum gush from his cock. Soon his spray turns into a mere dribble and it does so all over your hands.'
  606. 'You smile at him. "Did you enjoy your massage sir?"'
  607. '"Oh most definitely," he smiles back. "You''ve got magic hands."'
  608. '"That''s why they hired me sir! Magic hands."'
  609. '"Well I''m ready to see the other kind of magic too. I think I''m relaxed enough to fully enjoy the massage now."'
  610. '"Of course sir. Just let me clean my hands."'
  611. act'Get a towel':
  612. cumspclnt = 9
  613. gs 'cum_cleanup'
  614. gs 'stat'
  615. cla & *clr
  616. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  617. 'Reaching to the side, you grab a towel to wipe your hands clean as well as the client''s cum that landed on his own body. With that done, you toss it into a laundry bin and get out the oil again to begin the massage in earnest.'
  618. act'Begin the massage':gt'masseuse_work','3.2'
  619. end
  620. act'Lick them clean':
  621. cumspclnt = 9
  622. swallow += 1
  623. gs 'cum_cleanup'
  624. gs 'stat'
  625. cla & *clr
  626. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  627. 'Still smiling at the client, you raise your hand to your lips stick your tongue out to give your hand a thorough tongue bath. You taste the bitter flavor of semen mixed with the massage oils and your tongue picks up every drop of the white liquid before a quick swallow followed by a beaming smile. Only after that, you take a towel and begin to wipe him down, cleaning his body of his own cum before reaching for the oil to begin the massage in earnest.'
  628. act'Begin the massage':gt'masseuse_work','3.2'
  629. end
  630. else
  631. gs'cum_call','hands','massage client'
  632. gs'cum_call','breasts','massage client'
  633. gs'stat'
  634. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/hj_cum.mp4"></video></center>'
  635. 'Maintaining the same motions you did before, you don''t let up for a moment until you see cum gush from his cock. Just cause you think he''d like it, you angle it towards yourself and let it spatter all over your breasts. Soon his spray turns into a mere dribble and it does so all over your hands.'
  636. 'You smile at him. "Did you enjoy your massage sir?"'
  637. '"Oh most definitely," he smiles back. "You''ve got magic hands."'
  638. '"That''s why they hired me sir! Magic hands."'
  639. act'Finish up':
  640. cla & *clr
  641. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  642. 'Taking a towel, you quickly wipe him down, ensuring his body is cum free. Once that is done, you allow him to get up and get dressed while you stand to the side, his cum still spattering your hands and tits as an after service eye candy for him. Once dressed, you give him a short bow, saying, "Thank you for your patronage sir," as he exits the room.'
  643. robe = 1
  644. *nl
  645. if rand(0,2) = 2:
  646. massage['client_tip'] = rand(0,300)
  647. massage['shift_tips'] += massage['client_tip']
  648. massage['sex_tips'] += massage['client_tip']
  649. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  650. *nl
  651. end
  652. 'Only once he''s left do you look down at the cum on your body. You ought to clean up for your next customer. If you have one that is, you think before taking a look at the clock.'
  653. *nl
  654. if salon['work_minutes'] >= 235:
  655. gs'masseuse_work','last_client'
  656. else
  657. cumspclnt = 4
  658. gs 'cum_cleanup'
  659. gs'masseuse_work','prepare_next'
  660. 'Well, that answers that. You grab a towel and wipe yourself off before tossing it into a laundry bin.'
  661. *nl
  662. if masseuse['break'] = 0:
  663. 'Now the only question left is if you should you take a break or just wait for the next client?'
  664. else
  665. 'Guess you should just wait for the next client now.'
  666. end
  667. act'Wait for your next client':gt'masseuse_work','begin'
  668. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  669. end
  670. end
  671. end
  672. end
  673. end
  674. if $ARGS[0] = '3.2':
  675. salon['work_minutes'] += (30 - masseuse_time_temp)
  676. gs'arousal','massage_give',(30 - masseuse_time_temp)
  677. gs'stat'
  678. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/nude_massage/<<rand(1,5)>>.jpg"></center>'
  679. 'You oil up the client and begin kneading it with your hands, working through his muscles and loosening them up. He stares appreciatively at your body throughout the whole process. Occassionally, you lean down to get the right angles to work his body and your breasts brush up against him, though you''re fairly certain he doesn''t mind.'
  680. act'Continue':
  681. cla & *clr
  682. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  683. 'After <<30 - masseuse_time_temp>> minutes, you announce his time is up and quickly wipe him down, cleaning his body of leftover oils. You wait for him to put his clothes back on before giving a short bow, saying, "Thank you for your patronage sir," as he exits the room.'
  684. robe = 1
  685. *nl
  686. if rand(0,2) = 2:
  687. massage['client_tip'] = rand(0,300)
  688. massage['shift_tips'] += massage['client_tip']
  689. massage['sex_tips'] += massage['client_tip']
  690. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  691. *nl
  692. end
  693. if salon['work_minutes'] >= 235:
  694. gs'masseuse_work','last_client'
  695. else
  696. if masseuse['break'] = 0:
  697. gs'masseuse_work','break_question'
  698. else
  699. gs'masseuse_work','prepare_next'
  700. end
  701. act'Wait for your next client':gt'masseuse_work','begin'
  702. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  703. end
  704. end
  705. end
  706. if $ARGS[0] = '4_pre':
  707. robe = 0
  708. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  709. 'You hear a buzz on the intercom and the receptionist''s voice sound.'
  710. *nl
  711. '"<<$pcs_firstname>>, you have a customer who has requested a <b>head massage</b>, maximum of 30 minutes."'
  712. *nl
  713. 'As soon as she''s done speaking, the door opens and a man walks in.'
  714. act'Continue':
  715. cla & *clr
  716. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/undress.mp4"></video></center>'
  717. '"Hello sir, if you''d like to undress and lay on the table we can begin. You can place your clothes in the basket in the corner." You undo the belt on your robe and pull it open to reveal your naked body underneath. "We can also begin with a body massage or I can start using my mouth right away if you would prefer that instead."'
  718. if masseuse['client_type'] = 0:
  719. '"I think I''d like to start by relaxing with the massage."'
  720. '"Whatever you like sir," you say, shrugging out of the robe completely and waiting by the table while he removes the rest of his clothing.'
  721. act'Begin the massage':gt'masseuse_work','4'
  722. elseif masseuse['client_type'] = 1:
  723. '"Yeah, let''s do that," the client grins as he drops his pants, revealing an impressive erection."'
  724. '"Whatever you like sir," you say, shrugging out of the robe completely and waiting by the table while he removes the rest of his clothing.'
  725. act'Blow him':gt'masseuse_work','4.1'
  726. else
  727. '"Yeah, let''s do that," the client grins as he drops his pants, revealing an impressive erection."'
  728. '"Whatever you like sir," you say, shrugging out of the robe completely and waiting by the table while he removes the rest of his clothing.'
  729. '"Great. Now get on the table."'
  730. act'Get on the table':gt'masseuse_work','4.2'
  731. end
  732. end
  733. end
  734. if $ARGS[0] = '4':
  735. cla & *clr
  736. gs'arousal','massage_give',15
  737. salon['work_minutes'] += 15
  738. masseuse['massage_first'] = 1
  739. gs'stat'
  740. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/nude_massage/<<rand(1,5)>>.jpg"></center>'
  741. 'You oil up the client and begin kneading it with your hands, working through his muscles and loosening them up. He stares appreciatively at your body throughout the whole process. Occassionally, you lean down to get the right angles to work his body and your breasts brush up against him, though you''re fairly certain he doesn''t mind.'
  742. *nl
  743. 'After about half the session has gone by, the client seems to be in a pleasant stupor. His breathing is deep and relaxed and almost seems to be at the edge of sleep and you decide this is the optimal time to get to the main course.'
  744. act'Start blowing him':gt'masseuse_work','4.1'
  745. end
  746. if $ARGS[0] = '4.1':
  747. cla & *clr
  748. gs'arousal','bj',masseuse_time_temp,'','prostitution'
  749. salon['work_minutes'] += masseuse_time_temp
  750. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/bj1.mp4"></video></center>'
  751. 'Bending down over the table, you run your lips down the client''s shaft and start sucking him off. You lick lightly at the tip, you take as much of his length as you can, you pull out every trick you have in the book to make him feel good, and it''s not long until you know he''s about to cum.'
  752. act'Finish the job':
  753. gs'cum_call','mouth_swallow','massage client'
  754. gs'stat'
  755. cla & *clr
  756. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/bj1.mp4"></video></center>'
  757. 'Even as you feel his cum spurt into your mouth, you never stop sucking, going up and down until your mouth is full and nothing else is coming out. Remembering store policy, you gather up every drop and tilt your head back to swallow, giving the client a clean smile afterwards.'
  758. if masseuse['massage_first'] = 1:
  759. masseuse['massage_first'] = 0
  760. '"Would you like your massage now sir?"'
  761. '"No, that''s plenty for me. I got what I came for," he grins. "Though I wouldn''t mind a tongue bath to clean up before I head out."'
  762. '"Certainly sir," you say, bending over and thoroughly licking every part of his dick clean.'
  763. else
  764. '"Did you enjoy your massage today sir?"'
  765. '"I did, you really know how to work a cock."'
  766. '"Thank you sir! Let me just clean you up so you can dress." You lean back down and use your tongue to thoroughly clean the remaining fluids from his dick.'
  767. end
  768. act'Finish the session':
  769. cla & *clr
  770. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  771. 'Soon after, the client hops off the table and you wait for him to put his clothes back on before giving a short bow, saying, "Thank you for your patronage sir," as he exits the room.'
  772. robe = 1
  773. *nl
  774. if rand(0,2) = 2:
  775. massage['client_tip'] = rand(0,400)
  776. massage['shift_tips'] += massage['client_tip']
  777. massage['sex_tips'] += massage['client_tip']
  778. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  779. *nl
  780. end
  781. if salon['work_minutes'] >= 235:
  782. gs'masseuse_work','last_client'
  783. else
  784. if masseuse['break'] = 0:
  785. gs'masseuse_work','break_question'
  786. else
  787. gs'masseuse_work','prepare_next'
  788. end
  789. act'Wait for your next client':gt'masseuse_work','begin'
  790. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  791. end
  792. end
  793. end
  794. end
  795. if $ARGS[0] = '4.2':
  796. cla & *clr
  797. gs'arousal','bj',masseuse_time_temp,'','prostitution','rough'
  798. salon['work_minutes'] += masseuse_time_temp
  799. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/bj2.mp4"></video></center>'
  800. 'You do as the client asks and lay down on the table. He pulls you off of it so your shoulders are right at the edge of the table and your head hangs off it. As your head tilts back you see the client''s cock dangling upside down in front of you before he grabs you by the head and shoves it into your mouth.'
  801. '"Mmmrph~!"'
  802. 'He helps himself to your breasts with his other hand while he roughly throat fucks you. For your part, you do your best to relax yourself and make this as enjoyable for him as possible. It takes a few minutes, but soon enough you reach the finish line.'
  803. '"Nnngh! Here it comes!"'
  804. act'Swallow':
  805. gs'cum_call','mouth_swallow','massage client'
  806. gs'stat'
  807. cla & *clr
  808. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/bj2.mp4"></video></center>'
  809. 'The client''s cum sprays directly into the back of your throat and you have to force yourself not to cough on instinct before more starts coming out. You swallow it as fast as you can just so it doesn''t choke you or come out your nose and keep swallowing until nothing else is left for you to swallow. The client gives your breasts one more fondle each before slowly withdrawing himself from your mouth like a sword from a sheath.'
  810. '"Ahh, now that was really refreshing," he says, cricking his neck back and forth.'
  811. '"Will that be all sir?" you ask, head still hanging off the edge of the table.'
  812. '"Yeah, I think so for now. Maybe I''ll just come back later if I need another fix."'
  813. '"As you wish sir."'
  814. act'Finish the session':
  815. cla & *clr
  816. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  817. 'Righting yourself, you swing your legs off the table and stand, waiting for the client to put his clothes back on. Once he''s fully dressed, you give a short bow, saying, "Thank you for your patronage sir," as he exits the room.'
  818. robe = 1
  819. *nl
  820. if rand(0,2) = 2:
  821. massage['client_tip'] = rand(0,400)
  822. massage['shift_tips'] += massage['client_tip']
  823. massage['sex_tips'] += massage['client_tip']
  824. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  825. *nl
  826. end
  827. if salon['work_minutes'] >= 235:
  828. gs'masseuse_work','last_client'
  829. else
  830. if masseuse['break'] = 0:
  831. gs'masseuse_work','break_question'
  832. else
  833. gs'masseuse_work','prepare_next'
  834. end
  835. act'Wait for your next client':gt'masseuse_work','begin'
  836. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  837. end
  838. end
  839. end
  840. end
  841. if $ARGS[0] = '5_pre':
  842. cla & *clr
  843. vaginal_slip = 20
  844. ar_vag_lube = 1
  845. robe = 0
  846. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  847. 'You hear a buzz on the intercom and the receptionist''s voice sound.'
  848. *nl
  849. '"<<$pcs_firstname>>, you have a customer who has requested a <b>full body massage</b>, maximum of 30 minutes."'
  850. *nl
  851. 'As soon as she''s done speaking, the door opens and a man walks in.'
  852. *nl
  853. if pcs_inhib < 40:
  854. '"Hello sir, if you''d like to undress and we can begin as soon as you''re ready." You pull off your robe and pump huge globs of lubricant from a bottle into your hands, wiping it across your pussy lips and your entire body. You cheeks go bright pink when he shamelessly watches you finger the lube inside your pussy. "I''m sure you''re eager to dive in as quickly as possible."'
  855. else
  856. '"Hello sir, if you''d like to undress and we can begin as soon as you''re ready." You pull off your robe and pump huge globs of lubricant from a bottle into your hands, wiping it across your pussy lips and your entire body. Something in his pants stands at attention when he sees you finger the lube inside your pussy. "I''m sure you want to dive in as quickly as possible."'
  857. end
  858. act'Fuck the client':
  859. gs'cum_call','precum','massage client'
  860. gs'arousal','vaginal',(masseuse_time_temp+15),'','prostitution','rough'
  861. salon['work_minutes'] += (masseuse_time_temp+15)
  862. gs'stat'
  863. gt'masseuse_work','5'
  864. end
  865. end
  866. if $ARGS[0] = '5':
  867. cla & *clr
  868. masseuse['position'] = rand(1,20)
  869. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/fuck<<masseuse[''position'']>>.mp4"></video></center>'
  870. 'You spend the entire session being thoroughly enjoyed by your client, fucking in any and every position he could possibly want you in. The sound of flesh slapping against flesh is deafening, the only other thing being able to be heard is the groan of your voice as you are pounded relentlessly until he cums.'
  871. act'Cum':gt'masseuse_work','5.1'
  872. act'Next position':gt'masseuse_work','5'
  873. end
  874. if $ARGS[0] = '5.1':
  875. cla & *clr
  876. if rand(0,1) = 1:
  877. gs'cum_call','','massage client'
  878. gs'stat'
  879. if masseuse['position'] = 1:
  880. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/creampie<<rand(1,5)>>.mp4"></video></center>'
  881. elseif masseuse['position'] >= 2 and masseuse['position'] <= 7:
  882. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/creampie1.mp4"></video></center>'
  883. elseif masseuse['position'] >= 8 and masseuse['position'] <= 13:
  884. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/creampie<<rand(2,3)>>.mp4"></video></center>'
  885. elseif masseuse['position'] <= 15:
  886. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/creampie4.mp4"></video></center>'
  887. else
  888. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/creampie5.mp4"></video></center>'
  889. end
  890. if pcs_horny >= 90:
  891. $orgasm_or = 'yes'
  892. 'Eventually, the client starts cumming. He keeps hammering you and grunts hard, and you can feel his semen spurt deeper inside you with every thrust. The sensation causes you to orgasm as well, groaning with pleasure right alongside him. At some point the client finishes ejaculating and removes his cock from your pussy, his cum flowing out after.'
  893. else
  894. 'Eventually, the client starts cumming. He keeps hammering you and grunts hard, and you can feel his semen spurt deeper inside you with every thrust. At some point the client finishes ejaculating and removes his cock from your pussy, his cum flowing out after.'
  895. end
  896. act'Get up':
  897. cla & *clr
  898. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  899. 'Standing on unsteady legs, you wait patiently while the client dresses himself, a slurry of lubricant, pussy juice, and cum trickling down your legs the whole time. Just before he turns to leave, you give a small bow, saying, "Thank you for your patronage." The door clicks shut and you release an exhausted breath, leaning back against the table and taking a moment to rest.'
  900. *nl
  901. if rand(0,2) = 2:
  902. massage['client_tip'] = rand(0,500)
  903. massage['shift_tips'] += massage['client_tip']
  904. massage['sex_tips'] += massage['client_tip']
  905. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  906. *nl
  907. end
  908. 'Then you look at the clock on the wall to check how much time you have left in your shift.'
  909. *nl
  910. if salon['work_minutes'] >= 235:
  911. gs'masseuse_work','last_client'
  912. else
  913. gs'masseuse_work','prepare_next'
  914. *nl
  915. 'Looking down at your cum dripping pussy, you think to yourself if you care enough to clean it off. Company policy says you should be completely clean for each new customer but...'
  916. act'Don''t bother':
  917. cla & *clr
  918. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  919. 'Eh, who cares. The next guy can get sloppy seconds. He''ll probably just think it''s lube. Your breather over, you slip on your robe and reset the room.'
  920. if masseuse['break'] = 0:
  921. 'Now the only question left is if you should you take a break or just wait for the next client?'
  922. else
  923. 'Guess you should just wait for the next client now.'
  924. end
  925. act'Wait for your next client':gt'masseuse_work','begin'
  926. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  927. end
  928. act'Wipe your pussy':
  929. cumspclnt = 15
  930. gs 'cum_cleanup'
  931. gs 'stat'
  932. cla & *clr
  933. '<center><video autoplay loop src="images/shared/sex/cum/clean_pussy.mp4"></video></center>'
  934. 'Best to just stick to the policy. Grabbing a soft towel, you carefully wipe the cum from your pussy before tossing it into the cum laundry bin. Afterwards, you slip on your robe and reset the room.'
  935. if masseuse['break'] = 0:
  936. 'Now the only question left is if you should you take a break or just wait for the next client?'
  937. else
  938. 'Guess you should just wait for the next client now.'
  939. end
  940. act'Wait for your next client':gt'masseuse_work','begin'
  941. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  942. end
  943. end
  944. end
  945. else
  946. gs'cum_call','face','massage client'
  947. gs'cum_call','hair','massage client'
  948. gs'cum_call','mouth','massage client'
  949. gs'stat'
  950. '<center><video autoplay loop src="images/locations/city/citycenter/mall/salon/work/sex/facial<<rand(1,2)>>.mp4"></video></center>'
  951. 'After an indeterminable amount of time, you hear the client shouting at you.'
  952. '"Spread ''em, spread ''em, spread ''em, spread ''em!" Obligingly, you open your legs as wide as they can go before he jumps out from between them and rushes to your face and immediately ejaculating all over it. Just like your legs, you open your mouth as wide as possible, trying to catch any stray droplets that land in it while licking the client''s cock all over. Once it feels like he''s done cumming, you adhere once again to company policy and swallow everything before collapsing backwards on to the table.'
  953. act'Get up':
  954. cla & *clr
  955. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/work/room.jpg"></center>'
  956. 'Standing on unsteady legs, you wait patiently while the client dresses himselfm. Just before he turns to leave, you give a small bow, face still painted with his cum, and say, "Thank you for your patronage.". The door clicks shut and you release an exhausted breath, sagging against the table and taking a moment to rest. Looking at the clock on the wall to check how much time you have left in your shift.'
  957. *nl
  958. if rand(0,2) = 2:
  959. massage['client_tip'] = rand(0,500)
  960. massage['shift_tips'] += massage['client_tip']
  961. massage['sex_tips'] += massage['client_tip']
  962. 'Looking back to the table, you see he left a tip of <<massage[''client_tip'']>> <b>₽</b> for you on the table.'
  963. *nl
  964. end
  965. if salon['work_minutes'] >= 235:
  966. gs'masseuse_work','last_client'
  967. else
  968. cumspclnt = 12
  969. gs 'cum_cleanup'
  970. gs'masseuse_work','prepare_next'
  971. *nl
  972. 'Looks like you still have some customers to serve. Well, you can''t serve them looking like this. You grab a towel and clean your face and hair off before tossing it into a laundry bin and resetting the room.'
  973. *nl
  974. if masseuse['break'] = 0:
  975. 'Now the only question left is if you should you take a break or just wait for the next client?'
  976. else
  977. 'Guess you should just wait for the next client now.'
  978. end
  979. act'Wait for your next client':gt'masseuse_work','begin'
  980. if masseuse['break'] = 0:act'Take a break':gt'masseuse_break','start'
  981. end
  982. end
  983. end
  984. end
  985. --- masseuse_work ---------------------------------