fit.qsrc 31 KB

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