fit.qsrc 28 KB

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