fit.qsrc 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. # fit
  2. CLOSE ALL
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. $loc = 'fit'
  6. $loc_arg = 'start'
  7. $menu_loc = 'fit'
  8. $menu_arg = 'start'
  9. killvar '$locclass'
  10. menu_off = 0
  11. minut += 5
  12. frost = 0
  13. gs 'stat'
  14. gs 'themes', 'indoors'
  15. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/desk.jpg"></center>'
  17. *nl
  18. 'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
  19. *nl
  20. 'There is a <a href="exec: gt ''food'', ''watercooler''">drinking fountain</a> near the doors to the bathrooms.'
  21. *nl
  22. 'At the reception you may buy '+iif(abonement > 0, 'a subscription package', 'an additional subscription package')+' for access to all available facilities.'
  23. *nl
  24. if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
  25. *nl
  26. '<b>Classes included in subscription:</b>'
  27. *nl
  28. 'Running'
  29. 'CrossFit'
  30. 'Aerobics'
  31. 'Weights'
  32. 'Cross Trainer'
  33. 'Tennis'
  34. 'Dancing'
  35. 'Kickboxing'
  36. 'Swimming pool.'
  37. *nl
  38. 'Sportswear is required for all available classes.'
  39. act 'Leave': killvar 'epayments' & minut += 5 & gt 'city_center'
  40. if abonement > 0:
  41. act 'Go to the dressing room': gt 'fit', 'dressing room'
  42. elseif money > 100:
  43. act 'Use the pool (100 <b>₽</b>)':
  44. money -= 100
  45. gs 'stat'
  46. gt 'fit', 'dressing room'
  47. end
  48. end
  49. !! Pay cash or card - Hooded Silence.
  50. *nl
  51. if abonement = 0:
  52. 'How long do you want to subscribe for?'
  53. else
  54. 'Extend your subscription:'
  55. end
  56. $epayments['method'] = ''
  57. $epayments['item_variable'] = 'abonement'
  58. $epayments['description'] = 'lesson subscriptions and facilities access'
  59. $epayments['loc'] = 'fit'
  60. $epayments['loc_arg'] = 'start'
  61. $epayments['banner']= 'locations/city/citycenter/gym/desk.jpg'
  62. '<center><table width="90%" align="center" width="90%" cellspacing="0" cellpadding="0" valign="top">'
  63. if money >= 3000 or karta + bankDebtLimit => 3000:
  64. '<tr><td> <a href="exec: epayments[''value''] = 3000 & epayments[''quantity''] = 30 & gs ''shortgs'',''payments'' ">3,000<b> ₽</b> for 30 lessons</a></td>'
  65. end
  66. if money >= 2250 or karta + bankDebtLimit => 2250:
  67. '<td> <a href="exec: epayments[''value''] = 2250 & epayments[''quantity''] = 20 & gs ''shortgs'',''payments'' ">2,250<b> ₽</b> for 20 lessons</a></td>'
  68. end
  69. if money >= 1500 or karta + bankDebtLimit => 1500:
  70. '<td><a href="exec: epayments[''value''] = 1500 & epayments[''quantity''] = 10 & gs ''shortgs'',''payments'' ">1,500<b> ₽</b> for 10 lessons</a></td>'
  71. end
  72. '</tr></table></center>'
  73. end
  74. if $ARGS[0] = 'dressing room':
  75. $locM = 'fit'
  76. $locM_arg = 'dressing room'
  77. $sexloc = 'fit'
  78. $loc = 'fit'
  79. $loc_arg = 'dressing room'
  80. $menu_loc = 'fit'
  81. $menu_arg = 'dressing room'
  82. menu_off = 0
  83. $location_type = 'private'
  84. $locclass = 'changingroom'
  85. *clr & cla
  86. gs 'stat'
  87. '<center><b><font color="maroon">Dressing</font></b></center>'
  88. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/locker.jpg"></center>'
  89. 'Recruiting girls for local track team, the winners will receive cash prizes.'
  90. 'Attention, visitors to the sports section must wear sports outfits and shoes when using the facilities.'
  91. *nl
  92. if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
  93. *nl
  94. if nichTanya['Known'] = 0 and (rand(1,100) <= 20 or nichDebug = 1):
  95. 'In the locker room you notice <a href="exec:gt ''fit'', ''fitgirl''">a cute girl</a>.'
  96. end
  97. act 'Exit the locker room':
  98. if $clothingworntype ! 'nude' and PCloswimwear = 0:
  99. if Fit['FMR'] = 0 and vidage <= 40 and hotcat >=6 and fame['city_sport'] >=10:
  100. gt 'fit', 'FMR'
  101. else
  102. gt 'fit', 'start'
  103. end
  104. else
  105. cla
  106. msg'<b><font color = red>You need to get dressed.</font></b>'
  107. act 'Return': gt 'fit', 'dressing room'
  108. end
  109. end
  110. if shampoo > 0:
  111. act 'Take a shower (0:15)':
  112. cla
  113. *clr
  114. menu_off = 1
  115. minut += 15
  116. pcs_horny += 1
  117. pcs_hairbsh = 0
  118. pcs_makeup = 1
  119. if pcs_inhib < 15:inhib_exp += rand(1,2)
  120. dynamic $showerdin
  121. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  122. 'You go into the bathroom and turn on the shower. You lather your body and wash in the shower.'
  123. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  124. act 'Get out of the shower':gt 'fit', 'dressing room'
  125. end
  126. else
  127. '<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
  128. end
  129. act 'Use mirror':
  130. cla
  131. gt 'mirror', 'start'
  132. end
  133. act 'Change outfit':
  134. cla
  135. gt 'wardrobe', 'start'
  136. end
  137. if PCloswimwear = 1:
  138. act 'Use the pool': gt 'bass', 'start'
  139. else
  140. act 'Change into swimwear': gt 'changingroom', 'view_swim_list'
  141. end
  142. if abonement > 0:
  143. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pcs_stam >= 40:
  144. act 'Go to the gym':
  145. cla
  146. gt 'fit', 'gym'
  147. end
  148. act 'Go to the dance studio':
  149. cla
  150. gt 'danceclass'
  151. end
  152. act 'Go do a crossfit workout':
  153. cla
  154. gt 'crossfit_north_box', 'box'
  155. end
  156. end
  157. if begsec = 0:
  158. act 'Join track team':
  159. cla
  160. *clr
  161. minut += 5
  162. begsec = 1
  163. 'You signed up for the track team.'
  164. act 'Leave':gt 'fit', 'dressing room'
  165. end
  166. elseif $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pcs_stam >= 40 and pcs_energy >= 20:
  167. act 'Go to team practice':gt 'beg', 'start'
  168. if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
  169. act '<b>Enter competition race</b>':run_comp_day = daystart & gt 'beg1', 'start'
  170. end
  171. elseif $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pcs_stam >= 40:
  172. act 'Go to team practice': '<br><font color="red">You don''t have enough energy to use this action.</font>'
  173. if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
  174. act '<b>Enter competition race</b>': '<br><font color="red">You don''t have enough energy to use this action.</font>'
  175. end
  176. end
  177. end
  178. if deodorant > 0 and deodorant_on = 0:
  179. 'Your deodorant will last you for <b><<deodorant>></b> more '+iif(deodorant = 1, 'application.', 'applications.')
  180. act 'Apply deodorant (0:01)':
  181. *clr & cla
  182. menu_off = 1
  183. minut += 1
  184. deodorant -= 1
  185. gs 'sweat', 'deo'
  186. iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
  187. 'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
  188. act 'Continue': menu_off = 0 & gt $loc, $loc_arg
  189. end
  190. end
  191. end
  192. if $ARGS[0] = 'fitgirl':
  193. menu_off = 1
  194. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/idle0.jpg"></center>'
  195. 'The girl notices you looking and returns the smile. She undresses and taking some toiletries goes into the shower.'
  196. act 'Turn away':gt 'fit', 'dressing room'
  197. act 'Follow her':
  198. *clr & cla
  199. pcs_hairbsh = 0
  200. pcs_makeup = 1
  201. noShampoo = 1
  202. dynamic $showerdin
  203. shovertania += 1
  204. gs 'stat'
  205. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower0.jpg"></center>'
  206. 'There''s no one in the shower, except this girl. The girl looks around and seeing you smiles again then turns away.'
  207. act 'Leave the shower':gt 'fit', 'dressing room'
  208. gs 'willpower', 'misc', 'force'
  209. if will_cost <= pcs_willpwr:
  210. act 'Molest her (<<will_cost>> Willpower)':
  211. *clr & cla
  212. gs 'willpower', 'pay', 'self'
  213. gs 'stat'
  214. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower_mol0.jpg"></center>'
  215. 'You walk up to the girl and gently place one hand on her right breast. She turns to face you.'
  216. gs 'arousal', 'foreplay', 5, 'dom', 'lesbian'
  217. gs 'stat'
  218. if pcs_apprnc < 80:
  219. 'The girl pushes you off, and shouts something very rude about you and each and everyone of your relatives, you run out to the locker room.'
  220. act 'Go':gt 'fit', 'dressing room'
  221. elseif pcs_apprnc >= 80:
  222. 'The girl quickly turns around. She looks a little bit puzzled as she realizes that it was you who grabbed her. She probably expected to see a guy and isn''t sure what to do.'
  223. act 'Take advantage of the confusion':
  224. cla
  225. *clr
  226. gs 'clothing', 'strip_all'
  227. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower_mol1.jpg"></center>'
  228. 'While she is trying to understand what is happening you begin fondling her sex with your fingers, and then her hand strokes your ass.'
  229. gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
  230. gs 'stat'
  231. act 'Further': gt 'fit', 'tanyaIntroduction'
  232. end
  233. act 'Wait for her reaction':
  234. *clr & cla
  235. gs 'stat'
  236. if pcs_apprnc < 100:
  237. gs 'arousal', 'end'
  238. 'The girl smiles at you, but removes your hand and leaves, blowing you a kiss.'
  239. act 'Continue':gt 'fit', 'dressing room'
  240. elseif pcs_apprnc >= 100:
  241. cla
  242. *clr
  243. gs 'clothing', 'strip_all'
  244. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower_mol2.jpg"></center>'
  245. 'The girl presses up to you even stronger and kisses your lips.'
  246. gs 'arousal', 'kiss', 5, 'dom', 'lesbian'
  247. gs 'stat'
  248. act 'Further':
  249. gt 'fit', 'tanyaIntroduction'
  250. end
  251. end
  252. end
  253. end
  254. end
  255. else
  256. act 'Molest her (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  257. end
  258. end
  259. end
  260. if $ARGS[0] = 'tanyaIntroduction':
  261. '<center><img <<$set_imgh>> src="images/characters/city/tanya/gym/shower1.jpg"></center>'
  262. 'Just as the both of you are about to get more intimate a group of middleaged women enters the showers. They haven''t noticed you yet. The girl next to you is clearly afraid of being spotted in the shower with you and takes her first opportunity to quietely escape to the dressing room.'
  263. 'You follow her only a few seconds later. She has already begun to dress herself.'
  264. if $pantyworntype = 'none': gs 'underwear', 'wear'
  265. gs 'panties', 'dispose'
  266. gs 'clothing', 'wear_last_worn'
  267. nichTanya['Relationship'] = 1
  268. nichTanya['RelationshipState'] = 10
  269. nichTanya['Known'] = 1
  270. npc_rel['A218'] += 5
  271. nichTanya['FuckLast'] = daystart
  272. gs 'arousal', 'end'
  273. gs 'stat'
  274. '"You can at least tell me your name, seeing as you did not even have the decency to do so before you assaulted me." The girl says, catching her breath. Despite her words she doesn''t seem to be angry with you.'
  275. '"I am <<$pcs_nickname>>, and how can I assault someone so keen?" You ask trying to find your panties.'
  276. '"Looking for this?" asks the girl twirling your panties on her finger.'
  277. '"Yes, can I have them back, please?" you ask, while holding out your hand.'
  278. '"Nope. You seduced me. I have never been with a girl before and I think I earned this as a memento." With these words, Tanya slips your panties in her pocket.'
  279. '"My name is Tanya by the way. I live only a short distance from here with my parents. You might come over if you like. Usually I''m home in the late afternoon. We could continue were we left off." she winks at you and leaves.'
  280. '<i>You can now visit Tanya at her parents home in the Downtown area once a day after 16:00.</i>'
  281. act 'Back':gt 'fit', 'dressing room'
  282. end
  283. if $ARGS[0] = 'gym':
  284. *clr & cla
  285. killvar '$locclass'
  286. menu_off = 1
  287. minut += 5
  288. sportzalrand = RAND(0,20)
  289. gs 'stat'
  290. gs 'themes', 'indoors'
  291. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  292. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/schedule.jpg"></center>'
  293. 'In the fitness center there are a lot of different classes and clubs, designed to improve physical development.'
  294. *nl
  295. if abonement > 0:'Your existing subscription package is valid for <<abonement>> more classes.'
  296. if mid($start_type,1,2) = 'sg':
  297. if hour >= 10 and hour < 12 and week = 7 and centr = 1: 'In the hall you see <a href="exec:gt ''VolleyTrenCentr''">Mikhail Nikolaevich</a> talking with a strange man.'
  298. if hour >= 10 and hour < 12 and week = 7 and centr = 2 and ricewine < 2: 'In the hall you see <a href="exec:gt ''VolleyTrenCentr''">Guang</a>'
  299. end
  300. gs 'fit', 'exercise end'
  301. if pcs_energy >= 15:
  302. act 'Aerobics (Burn fat)':
  303. cla
  304. *clr
  305. abonement -= 1
  306. gs 'exercise', 'tier1', 30, 'vital', 'react'
  307. fat -= rand(0,4)
  308. if pcs_inhib < 30:inhib_exp += rand(1,2)
  309. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit11.jpg"></center>'
  310. 'You do very vigorous exercises to the music, and burn some fat.'
  311. if pcs_stam < 30:
  312. *nl
  313. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  314. gs 'fit', 'exercise end'
  315. else
  316. act'Continue': gt 'fit', 'gym'
  317. end
  318. end
  319. act 'Free weights (Build muscle)':
  320. cla
  321. *clr
  322. abonement -= 1
  323. gs 'exercise', 'tier3', 30, 'stren'
  324. if pcs_inhib < 30:inhib_exp += rand(1,2)
  325. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
  326. 'You pump iron, building strength.'
  327. if pcs_stam < 30:
  328. *nl
  329. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  330. gs 'fit', 'exercise end'
  331. else
  332. act'Continue': gt 'fit', 'gym'
  333. end
  334. end
  335. act 'Cross trainer (endurance)':
  336. cla & *clr
  337. abonement -= 1
  338. gs 'exercise', 'tier3', 30, 'vital'
  339. if pcs_inhib < 30:inhib_exp += rand(1,2)
  340. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
  341. 'You spend a half hour doing reps on the cross trainer developing your endurance.'
  342. if pcs_stam < 30:
  343. *nl
  344. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  345. gs 'fit', 'exercise end'
  346. else
  347. act'Continue': gt 'fit', 'gym'
  348. end
  349. end
  350. act 'Tennis practice (agility)':
  351. cla
  352. *clr
  353. abonement -= 1
  354. gs 'exercise', 'tier3', 30, 'agil'
  355. if pcs_inhib < 30:inhib_exp += rand(1,2)
  356. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  357. 'You run tennis exercises, concentrating on defensive drills.'
  358. if pcs_stam < 30:
  359. *nl
  360. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  361. gs 'fit', 'exercise end'
  362. else
  363. act'Continue': gt 'fit', 'gym'
  364. end
  365. end
  366. act 'Tennis practice (reactions)':
  367. cla
  368. *clr
  369. abonement -= 1
  370. gs 'exercise', 'tier3', 30, 'react'
  371. if pcs_inhib < 30:inhib_exp += rand(1,2)
  372. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  373. 'You run tennis exercises, concentrating on court reactions.'
  374. if pcs_stam < 30:
  375. *nl
  376. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  377. gs 'fit', 'exercise end'
  378. else
  379. act'Continue': gt 'fit', 'gym'
  380. end
  381. end
  382. act 'Go to the kickboxing gym':gt 'fit', 'kickboxing'
  383. else
  384. act 'Aerobics (Burn fat)': '<br><font color="red">You feel too hungry to do this.</font>'
  385. act 'Free weights (Build muscle)': '<br><font color="red">You feel too hungry to do this.</font>'
  386. act 'Cross trainer (endurance)': '<br><font color="red">You feel too hungry to do this.</font>'
  387. act 'Tennis practice (agility)': '<br><font color="red">You feel too hungry to do this.</font>'
  388. act 'Tennis practice (reactions)': '<br><font color="red">You feel too hungry to do this.</font>'
  389. act 'Go to the kickboxing gym': '<br><font color="red">You feel too hungry to do this.</font>'
  390. end
  391. end
  392. if $ARGS[0] = 'exercise end':
  393. menu_off = 1
  394. RESULT = rand(0, 19)
  395. act 'Leave':
  396. if RESULT = 0:
  397. cla
  398. *clr
  399. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal1.jpg"></center>'
  400. 'You see a nice guy on the weight machine.'
  401. act 'Continue':gt 'fit', 'dressing room'
  402. act 'Flirt':
  403. cla
  404. *clr
  405. guy += 1
  406. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  407. gs 'boyStat', $npclastgenerated
  408. samecount = 1
  409. picrand = 17
  410. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal2.jpg"></center>'
  411. 'You go up to the guy lying on the machine, squat and start stroking his cock through his pants. The man rises and kisses you on the lips, then lowers his pants releasing his impressive size dick.'
  412. gs 'arousal', 'foreplay', 10, 'dom'
  413. gs 'stat'
  414. act 'Suck':gt 'sex', 'minet'
  415. end
  416. elseif RESULT = 1:
  417. cla
  418. *clr
  419. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal3.jpg"></center>'
  420. 'As you finish training, a guy sits behind, caresses your breasts and kisses your ear, sucking the lobe.'
  421. gs 'willpower', 'misc', 'self', 'medium'
  422. if will_cost <= pcs_willpwr:
  423. act 'Hit him in the balls (<<will_cost>> Willpower)':
  424. *clr & cla
  425. gs 'willpower', 'pay', 'self'
  426. gs 'stat'
  427. gt 'fit', 'dressing room'
  428. 'Event text'
  429. act 'Next action': gt 'farawayistan'
  430. end
  431. else
  432. act 'Hit him in the balls (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  433. end
  434. act 'Enjoy':
  435. cla
  436. *clr
  437. guy += 1
  438. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  439. gs 'boyStat', $npclastgenerated
  440. picrand = 18
  441. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal4.jpg"></center>'
  442. 'Guy gets up and moves around to face you, he pulls out his cock and lays it on your chest, eventually moving the head to your mouth.'
  443. gs 'arousal', 'foreplay', 15, 'sub'
  444. gs 'stat'
  445. act 'Suck':gt 'sex', 'minet'
  446. end
  447. elseif RESULT = 2:
  448. cla
  449. 'As you finish training, a fit girl offers to play a little squash with her as she waits for her boyfriend to came.'
  450. act 'Refuse':gt 'fit', 'dressing room'
  451. act 'Agree':
  452. cla
  453. *clr
  454. picrand = 15
  455. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal5.jpg"></center>'
  456. 'You have fun playing with the girl, neither of you are any good, but it just amuses you. After some time, it appears as a man and looking at your clumsy attempts and offers to show you how to play correctly.'
  457. 'He stands just behind you and puts one hand on your hand, guiding your racket and showing you how to strike the ball. The other hand starts stroking your hips gradually approaching your crotch.'
  458. 'You feel his cock resting against your back and looking at the girl, you know that she understands what is going on and that the man is her boyfriend.'
  459. act 'Escape from these perverts':gt 'fit', 'dressing room'
  460. act 'Enjoy':
  461. guy += 1
  462. girl += 1
  463. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  464. gs 'boyStat', $npclastgenerated
  465. gt 'podrsex', 'suck'
  466. gs 'arousal', 'foreplay', 15, 'group', 'lesbian'
  467. gs 'stat'
  468. end
  469. end
  470. elseif RESULT = 3:
  471. cla
  472. *clr
  473. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal6.jpg"></center>'
  474. 'You train near to a girl and engage in conversation, two guys obviously take you for girlfriends and try to chat you up.'
  475. act 'Continue':gt 'fit', 'dressing room'
  476. act 'Flirt back':
  477. cla
  478. *clr
  479. picrand = 12
  480. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal7.jpg"></center>'
  481. 'You flirt with a guy, and notice that he is getting very excited and constantly glancing behind you. Turning, you see that the girl is already on her haunches and sucking the second guy with gusto.'
  482. act 'Leave':gt 'fit', 'dressing room'
  483. act 'Suck':
  484. guy += 2
  485. girl += 1
  486. gang += 1
  487. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  488. gs 'boyStat', $npclastgenerated
  489. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  490. gs 'boyStat', $npclastgenerated, 'a'
  491. gs 'arousal', 'bj', 15, 'group', 'lesbian'
  492. gs 'stat'
  493. gt 'sexdvanadva', 'var'
  494. end
  495. end
  496. else
  497. gt 'fit', 'dressing room'
  498. end
  499. end
  500. end
  501. if $ARGS[0] = 'kickboxing':
  502. cla
  503. *clr
  504. killvar '$locclass'
  505. menu_off = 1
  506. minut += 5
  507. gs 'stat'
  508. gs 'razrKik'
  509. gs 'themes', 'indoors'
  510. '<center><b><font color="maroon">Kickboxing Gym</font></b></center>'
  511. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik.jpg"></center>'
  512. 'This section is dominated by the ring itself, square like a boxing ring and the only equipment that can''t be easily moved.'
  513. 'Around it there are various punching bags of different sizes and weights and a couple of coaches with practice pads.'
  514. 'You can try your luck in a fight here on Saturdays but safety concerns limit everyone to a maximum of 1 bout per week.'
  515. act 'Return to dressing room': gt 'fit', 'dressing room'
  516. act 'Work on your jabs':
  517. cla
  518. *clr
  519. abonement -= 1
  520. gs 'exercise', 'tier3', 30, 'jab', 'react'
  521. if pcs_inhib < 30:inhib_exp += rand(1,2)
  522. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  523. 'You practice your jabs on the speed bag and double-end bag, straight punches with a step forward. These strikes are not so powerful, but they are fast.'
  524. act 'Leave':gt 'fit', 'kickboxing'
  525. end
  526. act 'Work on your heavy punches':
  527. cla
  528. *clr
  529. abonement -= 1
  530. gs 'exercise', 'tier3', 30, 'stren', 'punch'
  531. if pcs_inhib < 30:inhib_exp += rand(1,2)
  532. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  533. 'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
  534. act 'Leave':gt 'fit', 'kickboxing'
  535. end
  536. act 'Work on your kicking':
  537. cla
  538. *clr
  539. abonement -= 1
  540. gs 'exercise', 'tier3', 30, 'stren', 'kick'
  541. if pcs_inhib < 30:inhib_exp += rand(1,2)
  542. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  543. 'You practice your powerful kicks on a kickboxing bag. These impacts are very powerful and able to cut down an opponant, but are very difficult to hit with.'
  544. act 'Leave':gt 'fit', 'kickboxing'
  545. end
  546. act 'Work on defence':
  547. cla
  548. *clr
  549. abonement -= 1
  550. gs 'exercise', 'tier3', 30, 'def', 'agil'
  551. if pcs_inhib < 30:inhib_exp += rand(1,2)
  552. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  553. 'You practice your defense movements.'
  554. act 'Leave':gt 'fit', 'kickboxing'
  555. end
  556. act 'Sparing (training bout in the ring)':
  557. cla
  558. *clr
  559. 'You need to choose a partner for sparring'
  560. if pcs_inhib < 30:inhib_exp += rand(1,2)
  561. act 'Pick a random partner':
  562. abonement -= 1
  563. pcs_mood += 2
  564. gs 'exercise', 'tier3', 30, 'jab', 'punch', 'kick', 'def'
  565. pointKik = 0
  566. pointKikV = 0
  567. round = 1
  568. minround = 0
  569. gs 'npcgeneratec', 0, 'sparring partner', rand(19,45)
  570. gs 'boyStat', $npclastgenerated
  571. strenV = rand(10, 20)
  572. speedV = rand(10, 20)
  573. agilV = rand(10, 20)
  574. reactV = rand(10, 20)
  575. vitalV = rand(10, 20)
  576. intelV = 10
  577. willV = 10
  578. !!skills
  579. JabV = rand(5, 20)
  580. PunchV = rand(5, 20)
  581. KikV = rand(5, 20)
  582. KikDefV = rand(5, 20)
  583. !!parameters
  584. healthV = vitalV * 10 + strenV * 5
  585. formula = 3
  586. sparing = 1
  587. gt 'kikbox', 'start'
  588. end
  589. end
  590. if week = 6 and kickbox['amateur_fight_day'] ! daystart:
  591. 'You can take part in an amateur fight.'
  592. act 'Amateur fight':
  593. kickbox['amateur_fight_day'] = daystart
  594. pcs_mood += 2
  595. gs 'exercise', 'tier3', 30, 'jab', 'punch', 'kick', 'def'
  596. pointKik = 0
  597. pointKikV = 0
  598. round = 1
  599. minround = 0
  600. kickbox['opponent'] = kickbox['sash'] + rand(0, 1)
  601. if kickbox['opponent'] = 0:
  602. gs 'npcgeneratec', 0, 'Useless rival', rand(19,45)
  603. gs 'boyStat', $npclastgenerated
  604. strenV = rand(10, 20)
  605. speedV = rand(10, 20)
  606. agilV = rand(10, 20)
  607. reactV = rand(10, 20)
  608. vitalV = rand(10, 20)
  609. intelV = 10
  610. willV = 10
  611. !!skills
  612. JabV = rand(10, 30)
  613. PunchV = rand(10, 30)
  614. KikV = rand(10, 30)
  615. KikDefV = rand(10, 30)
  616. !!parameters
  617. healthV = vitalV * 10 + strenV * 5
  618. formula = 3
  619. kickbox['amateur'] = 1
  620. elseif kickbox['opponent'] = 1:
  621. gs 'npcgeneratec', 0, '3rd class rival', rand(19,45)
  622. gs 'boyStat', $npclastgenerated
  623. strenV = rand(15, 25)
  624. speedV = rand(15, 25)
  625. agilV = rand(15, 25)
  626. reactV = rand(15, 25)
  627. vitalV = rand(15, 25)
  628. intelV = 10
  629. willV = 10
  630. !!skills
  631. JabV = rand(15, 35)
  632. PunchV = rand(15, 35)
  633. KikV = rand(15, 35)
  634. KikDefV = rand(15, 35)
  635. !!parameters
  636. healthV = vitalV * 10 + strenV * 5
  637. formula = 3
  638. kickbox['amateur'] = 1
  639. elseif kickbox['opponent'] = 2:
  640. gs 'npcgeneratec', 0, '2rd class rival', rand(19,45)
  641. gs 'boyStat', $npclastgenerated
  642. strenV = rand(20, 30)
  643. speedV = rand(20, 30)
  644. agilV = rand(20, 30)
  645. reactV = rand(20, 30)
  646. vitalV = rand(20, 30)
  647. intelV = 10
  648. willV = 10
  649. !!skills
  650. JabV = rand(30, 50)
  651. PunchV = rand(30, 50)
  652. KikV = rand(30, 50)
  653. KikDefV = rand(30, 50)
  654. !!parameters
  655. healthV = vitalV * 10 + strenV * 5
  656. formula = 3
  657. kickbox['amateur'] = 1
  658. elseif kickbox['opponent'] = 3:
  659. gs 'npcgeneratec', 0, '1st class rival', rand(19,45)
  660. gs 'boyStat', $npclastgenerated
  661. strenV = rand(30, 40)
  662. speedV = rand(30, 40)
  663. agilV = rand(30, 40)
  664. reactV = rand(30, 40)
  665. vitalV = rand(30, 40)
  666. intelV = 10
  667. willV = 10
  668. !!skills
  669. JabV = rand(40, 60)
  670. PunchV = rand(40, 60)
  671. KikV = rand(40, 60)
  672. KikDefV = rand(40, 60)
  673. !!parameters
  674. healthV = vitalV * 10 + strenV * 5
  675. formula = 3
  676. kickbox['amateur'] = 1
  677. elseif kickbox['opponent'] = 4:
  678. gs 'npcgeneratec', 0, 'Excellent rival', rand(19,45)
  679. gs 'boyStat', $npclastgenerated
  680. strenV = rand(40, 60)
  681. speedV = rand(40, 60)
  682. agilV = rand(40, 60)
  683. reactV = rand(40, 60)
  684. vitalV = rand(40, 60)
  685. intelV = 10
  686. willV = 10
  687. !!skills
  688. JabV = rand(60, 80)
  689. PunchV = rand(60, 80)
  690. KikV = rand(60, 80)
  691. KikDefV = rand(60, 80)
  692. !!parameters
  693. healthV = vitalV * 10 + strenV * 5
  694. formula = 3
  695. kickbox['amateur'] = 1
  696. elseif kickbox['opponent'] >= 5:
  697. gs 'npcgeneratec', 0, 'Best rival in the gym', rand(19,45)
  698. gs 'boyStat', $npclastgenerated
  699. strenV = rand(60, 100)
  700. speedV = rand(60, 100)
  701. agilV = rand(60, 100)
  702. reactV = rand(60, 100)
  703. vitalV = rand(60, 100)
  704. intelV = 10
  705. willV = 10
  706. !!skills
  707. JabV = rand(80, 110)
  708. PunchV = rand(80, 110)
  709. KikV = rand(80, 110)
  710. KikDefV = rand(80, 110)
  711. !!parameters
  712. healthV = vitalV * 10 + strenV * 5
  713. formula = 3
  714. kickbox['amateur'] = 1
  715. end
  716. gt 'kikbox', 'start'
  717. end
  718. end
  719. end
  720. if $ARGS[0] = 'FMR':
  721. *clr & cla
  722. killvar '$locclass'
  723. menu_off = 0
  724. minut += 5
  725. Fit['FMR'] = 1
  726. gs 'stat'
  727. '<center><b><font color="maroon">Photographer</font></b></center>'
  728. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  729. if model['status'] = 1:
  730. '"Hey! <<$pcs_nickname>>!"'
  731. 'Waiting for you, there is a man with several cameras hanging from his neck. You remember him, as one of Aphrodite''s photographers. Now that you think about it, he has been hanging around some of the sports events, you have participated.'
  732. '"<<$pcs_nickname>>, the agency has sent me to tell you, that our sponsors want to give you an opportunity as a fitness model. Congratulations! You are getting famous!"'
  733. 'You smile, at the sudden good news. The fitness jobs in the agency are paid based not only on your modeling cache but taking into consideration your relative sports fame and bodybuild. Good job!'
  734. '"Congratulations <<$pcs_nickname>>! you have earned it!"'
  735. 'Saying this, he turns around, and after waving a final goodbye, he leaves.'
  736. act 'Leave':gt 'fit', 'start'
  737. else
  738. 'Waiting for you, there is a man with several cameras hanging from his neck. You vaguely remember him, hanging around some of the sports events, you have participated in. He smiles and quickly takes your hands in a handshake.'
  739. '"<<$pcs_lastname>> Isn''t it? I''m here to make you a proposal. Don''t be afraid! Not that kind of "proposal". A serious... business... career-oriented... proposal. Tell me... would you consider becoming a model?"'
  740. 'You blink, utterly taken by the sudden verbal barrage... What has he said? You a model?! You have the looks, and it''s not that weird for a woman in the sports career to be offered a job in the model business, but, are you going to trust this stranger? Sensing your hesitation, the man pushes a business card into your hands, before continuing.'
  741. '"Don''t worry. You don''t need to answer me right now, investigate, ask around if you want, and when you''ve made your decision. Come to see us. If you pass some basic tests, you can initiate a new exciting career."'
  742. 'Saying this, the man turns around, and after waving goodbye, he leaves. On the card, the name "Aphrodite Photography" can be read with and attached are directions. You remember seeing that name around the city center. Maybe you could go and take a look?'
  743. act 'Leave':gt 'fit', 'start'
  744. end
  745. end
  746. --- fit ---------------------------------