fit.qsrc 26 KB

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