fit.qsrc 28 KB

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