fit 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. # fit
  2. CLOSE ALL
  3. if $ARGS[0] = 'start':
  4. cls
  5. minut += 5
  6. frost = 0
  7. gs 'stat'
  8. if night_mode = 1:
  9. fcolor = rgb(255, 255, 255)
  10. bcolor = rgb(0, 0, 0)
  11. lcolor = rgb(106, 90, 205)
  12. else
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. end
  17. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  19. 'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
  20. *nl
  21. 'Buy subscription for 30 classes (3,000 <b>₽</b>)'
  22. 'You must wear sportswear for all classes.'
  23. if abonement > 0:'Subscription is valid for <<abonement>> more classes.'
  24. act 'Leave':
  25. cla
  26. minut += 5
  27. gt 'down'
  28. end
  29. if money >= 3000:
  30. act 'Buy a subscription (3,000 <b>₽</b>)':
  31. cla
  32. money -= 3000
  33. abonement += 30
  34. 'You bought a subscription for 30 lessons'
  35. act 'Move away from cashier':gt 'fit', 'start'
  36. end
  37. end
  38. if abonement > 0:
  39. act 'Go to the dressing room':
  40. cla
  41. gt 'fit', 'dressing room'
  42. end
  43. end
  44. end
  45. if $ARGS[0] = 'dressing room':
  46. $locM = 'fit'
  47. $metkaM = 'dressing room'
  48. $sexloc = 'fit'
  49. $loc = 'fit'
  50. $metka = 'dressing room'
  51. $location_type = 'private'
  52. cls
  53. gs 'stat'
  54. '<center><b><font color="maroon">Dressing</font></b></center>'
  55. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd.jpg"></center>'
  56. 'Classifieds'
  57. 'Recruiting girls for local track team, the winners will receive cash prizes.'
  58. 'Attention, visitors to the sports section must wear suitable clothing.'
  59. ! WD: Uninitialised ~ 'razdrand'
  60. ! if razdrand = 0 and tanznak = 0 and tanday ! daystart:
  61. if tanznak = 0 and tanday ! daystart:
  62. tanday = daystart
  63. 'In the locker room you notice <a href="exec:gt ''fit'', ''fitgirl''">cute girl</a>.'
  64. elseif tanznak = 2:
  65. cls
  66. tanznak = 3
  67. gs 'underwear', 'remove'
  68. gs 'clothing', 'strip'
  69. npc_rel['A218'] += 5
  70. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd4.jpg"></center>'
  71. '"You can at least tell me your name, maniac, seeing as you did not even have the decency to do so before you raped me." The girl says, catching her breath.'
  72. '"I am the <<$pcs_nickname>>, and how can I rape someone so keen?" You ask trying to find your panties.'
  73. '"Looking for this?" asks the girl twirling your panties on her finger. "I''m Tanya, and you seduced me, I have never been with a girl before, and with very good reason. I live here with my parents, if you want to come for a visit."'
  74. '"Okay that would be nice, can I have my briefs?" you say holding out your hand.'
  75. '"Nope, no return, there must be something of a momento from my first girl." With these words, Tanya slips your panties in her pocket and leaves.'
  76. act 'Further':gt 'fit', 'dressing room'
  77. exit
  78. end
  79. act 'Take a shower (0:15)':
  80. cla
  81. *clr
  82. minut += 15
  83. pcs_horny += 1
  84. pcs_hairbsh = 0
  85. pcs_makeup = 1
  86. dynamic $showerdin
  87. '<center><video src="images/shared/home/bathroom/dush.mp4"></center>'
  88. 'You go into the bathroom and turn on the shower. You lather your body and wash in the shower.'
  89. act 'Get out of the shower':gt 'fit', 'dressing room'
  90. end
  91. act 'Use mirror':
  92. cla
  93. fitMir = 1
  94. gt 'mirror', 'start'
  95. end
  96. act 'Change clothes':
  97. cla
  98. gt 'clothing_QV', 'list'
  99. end
  100. if abonement > 0 and $clothingworntype = 'exercise' and pcs_stam >= 40:
  101. act 'Go to the gym':
  102. cla
  103. gt 'fit', 'gym'
  104. end
  105. act 'Go to the dance studio':
  106. cla
  107. gt 'danceclass'
  108. end
  109. end
  110. if begsec = 0:
  111. act 'Join track team':
  112. cla
  113. *clr
  114. minut += 5
  115. begsec = 1
  116. 'You signed up for the track team.'
  117. act 'Leave':gt 'fit', 'dressing room'
  118. end
  119. elseif $clothingworntype = 'exercise' and pcs_stam >= 40:
  120. act 'Go to team practice':gt 'beg', 'start'
  121. if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
  122. act '<b>Enter competition race</b>':run_comp_day = daystart & gt 'beg1', 'start'
  123. end
  124. end
  125. act 'Exit the locker room':
  126. if $clothingworntype ! 'nude':
  127. gt 'fit', 'start'
  128. else
  129. cla
  130. msg'<b><font color = red>You need to get dressed.</font></b>'
  131. act 'Return': gt 'fit', 'dressing room'
  132. end
  133. end
  134. end
  135. if $ARGS[0] = 'fitgirl':
  136. 'The girl notices you looking and returns the smile. She undresses and taking some toiletries goes into the shower.'
  137. act 'Turn away':gt 'fit', 'dressing room'
  138. act 'Follow her':
  139. cls
  140. pcs_hairbsh = 0
  141. pcs_makeup = 1
  142. dynamic $showerdin
  143. shovertania += 1
  144. gs 'stat'
  145. '<center><video src="images/shared/home/bathroom/dush.mp4"></center>'
  146. 'There''s no one in the shower, except this girl. The girl looks around and seeing you smiles again then turns away.'
  147. if pcs_dom > 10:
  148. act 'Molest her':
  149. cla
  150. *clr
  151. tanday = daystart
  152. gs 'stat'
  153. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd1.jpg"></center>'
  154. 'You walk up to a girl and place one hand on her buttock, she turns to face you.'
  155. gs 'arousal', 'foreplay', 5, 'dom', 'lesbian'
  156. gs 'stat'
  157. if pcs_apprnc < 80:
  158. '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.'
  159. act 'Go':gt 'fit', 'dressing room'
  160. elseif pcs_apprnc >= 80:
  161. 'The girl grabs your hand squeezing her ass, but stops for a moment considering you. She probably expected to see a guy and isn''t sure what to do.'
  162. act 'Take advantage of the confusion':
  163. cla
  164. *clr
  165. gs 'stat'
  166. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd2.jpg"></center>'
  167. 'While she is trying to understand what is happening you pull up her shirt and begin fondling her nipples with your tongue, and then her hand strokes your ass.'
  168. gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
  169. gs 'stat'
  170. act 'Further':tanznak = 1 & gt 'lezbsex', 'start'
  171. end
  172. act 'Wait for her reaction':
  173. cls
  174. gs 'stat'
  175. if pcs_apprnc < 120:
  176. 'The girl smiles at you, but removes your hand and leaves, blowing you a kiss.'
  177. act '...':gt 'fit', 'dressing room'
  178. elseif pcs_apprnc >= 120:
  179. cla
  180. *clr
  181. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd3.jpg"></center>'
  182. 'The girl presses up to you even stronger and kisses your lips.'
  183. gs 'arousal', 'kiss', 5, 'dom', 'lesbian'
  184. gs 'stat'
  185. act 'Further':
  186. tanznak = 1
  187. gt 'lezbsex', 'start'
  188. end
  189. end
  190. end
  191. end
  192. end
  193. end
  194. act 'Leave the shower':gt 'fit', 'dressing room'
  195. end
  196. end
  197. if $ARGS[0] = 'gym':
  198. cls
  199. minut += 5
  200. sportzalrand = RAND(0,20)
  201. gs 'stat'
  202. if night_mode = 1:
  203. fcolor = rgb(255, 255, 255)
  204. bcolor = rgb(0, 0, 0)
  205. lcolor = rgb(106, 90, 205)
  206. else
  207. fcolor = rgb(0, 0, 0)
  208. bcolor = rgb(255, 255, 255)
  209. lcolor = rgb(106, 90, 205)
  210. end
  211. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  212. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
  213. 'In the fitness center there are a lot of different classes and clubs, designed to improve physical development.'
  214. if StoryLine = 1:
  215. 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.'
  216. 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>'
  217. end
  218. gs 'fit', 'exercise end'
  219. act 'Aerobics (Burn fat)':
  220. cla
  221. *clr
  222. abonement -= 1
  223. timemult = 2
  224. loopcount = 1
  225. :timeloop1
  226. gs 'exercise', 'tier3', 0, 'vital_exp', 'react_exp'
  227. if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
  228. loopcount = 0
  229. timemult = 0
  230. '<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
  231. 'You do very vigorous exercises to the music, and burn some fat.'
  232. if pcs_stam < 30:
  233. *nl
  234. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  235. gs 'fit', 'exercise end'
  236. else
  237. act'Continue': gt 'fit', 'gym'
  238. end
  239. end
  240. act 'Free weights (Build muscle)':
  241. cla
  242. *clr
  243. abonement -= 1
  244. timemult = 2
  245. loopcount = 1
  246. :timeloop2
  247. gs 'exercise', 'tier3', 0, 'stren_exp'
  248. if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
  249. loopcount = 0
  250. timemult = 0
  251. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
  252. 'You pump iron, building strength.'
  253. if pcs_stam < 30:
  254. *nl
  255. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  256. gs 'fit', 'exercise end'
  257. else
  258. act'Continue': gt 'fit', 'gym'
  259. end
  260. end
  261. act 'Cross trainer (endurance)':
  262. cla
  263. *clr
  264. abonement -= 1
  265. timemult = 2
  266. loopcount = 1
  267. :timeloop3
  268. gs 'exercise', 'tier3', 0, 'vital_exp'
  269. if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
  270. loopcount = 0
  271. timemult = 0
  272. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
  273. 'You spend a half hour doing reps on the cross trainer developing your endurance.'
  274. if pcs_stam < 30:
  275. *nl
  276. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  277. gs 'fit', 'exercise end'
  278. else
  279. act'Continue': gt 'fit', 'gym'
  280. end
  281. end
  282. act 'Tennis practice (agility)':
  283. cla
  284. *clr
  285. abonement -= 1
  286. timemult = 2
  287. loopcount = 1
  288. :timeloop4
  289. gs 'exercise', 'tier3', 0, 'agil_exp'
  290. if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
  291. loopcount = 0
  292. timemult = 0
  293. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  294. 'You run tennis exercises, concentrating on defensive drills.'
  295. if pcs_stam < 30:
  296. *nl
  297. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  298. gs 'fit', 'exercise end'
  299. else
  300. act'Continue': gt 'fit', 'gym'
  301. end
  302. end
  303. act 'Tennis practice (reactions)':
  304. cla
  305. *clr
  306. abonement -= 1
  307. timemult = 2
  308. loopcount = 1
  309. :timeloop5
  310. gs 'exercise', 'tier3', 0, 'react_exp'
  311. if loopcount < timemult: loopcount += 1 & jump 'timeloop5'
  312. loopcount = 0
  313. timemult = 0
  314. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
  315. 'You run tennis exercises, concentrating on court reactions.'
  316. if pcs_stam < 30:
  317. *nl
  318. 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
  319. gs 'fit', 'exercise end'
  320. else
  321. act'Continue': gt 'fit', 'gym'
  322. end
  323. end
  324. act 'Goto the kickboxing gym':gt 'fit', 'kickboxing'
  325. end
  326. if $ARGS[0] = 'exercise end':
  327. RESULT = rand(0, 19)
  328. act 'Leave':
  329. if RESULT = 0:
  330. cla
  331. *clr
  332. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal1.jpg"></center>'
  333. 'You see a nice guy on the weight machine.'
  334. act 'Continue':gt 'fit', 'dressing room'
  335. if pcs_dom > 0:
  336. act 'Flirt':
  337. cla
  338. *clr
  339. guy += 1
  340. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  341. gs 'boyStat', $npclastgenerated
  342. samecount = 1
  343. picrand = 17
  344. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal2.jpg"></center>'
  345. '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.'
  346. gs 'arousal', 'foreplay', 10, 'dom'
  347. gs 'stat'
  348. act 'Suck':gt 'sex', 'minet'
  349. end
  350. end
  351. elseif RESULT = 1:
  352. cla
  353. *clr
  354. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal3.jpg"></center>'
  355. 'As you finish training, a guy sits behind, caresses your breasts and kisses your ear, sucking the lobe.'
  356. if pcs_dom > 0:act 'Hit him in the balls':pcs_dom += 1 & gt 'fit', 'dressing room'
  357. act 'Enjoy':
  358. cla
  359. *clr
  360. guy += 1
  361. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  362. gs 'boyStat', $npclastgenerated
  363. picrand = 18
  364. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal4.jpg"></center>'
  365. '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.'
  366. gs 'arousal', 'foreplay', 15, 'sub'
  367. gs 'stat'
  368. act 'Suck':gt 'sex', 'minet'
  369. end
  370. elseif RESULT = 2:
  371. cla
  372. 'As you finish training, a fit girl offers to play a little squash with her as she waits for her boyfriend to came.'
  373. act 'Refuse':gt 'fit', 'dressing room'
  374. act 'Agree':
  375. cla
  376. *clr
  377. picrand = 15
  378. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal5.jpg"></center>'
  379. '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.'
  380. '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.'
  381. '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.'
  382. act 'Escape from these perverts':gt 'fit', 'dressing room'
  383. act 'Enjoy':
  384. guy += 1
  385. girl += 1
  386. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  387. gs 'boyStat', $npclastgenerated
  388. gt 'podrsex', 'suck'
  389. gs 'arousal', 'foreplay', 15, 'group', 'lesbian'
  390. gs 'stat'
  391. end
  392. end
  393. elseif RESULT = 3:
  394. cla
  395. *clr
  396. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal6.jpg"></center>'
  397. 'You train near to a girl and engage in conversation, two guys obviously take you for girlfriends and try to chat you up.'
  398. act 'Continue':gt 'fit', 'dressing room'
  399. act 'Flirt back':
  400. cla
  401. *clr
  402. picrand = 12
  403. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal7.jpg"></center>'
  404. '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.'
  405. act 'Leave':gt 'fit', 'dressing room'
  406. act 'Suck':
  407. guy += 2
  408. girl += 1
  409. gang += 1
  410. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  411. gs 'boyStat', $npclastgenerated
  412. gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
  413. gs 'boyStat', $npclastgenerated, 'a'
  414. gs 'arousal', 'bj', 15, 'group', 'lesbian'
  415. gs 'stat'
  416. gt 'sexdvanadva', 'var'
  417. end
  418. end
  419. else
  420. gt 'fit', 'dressing room'
  421. end
  422. end
  423. end
  424. if $ARGS[0] = 'kickboxing':
  425. cla
  426. clr
  427. *clr
  428. minut += 5
  429. gs 'stat'
  430. gs 'razrKik'
  431. if night_mode = 1:
  432. fcolor = rgb(255, 255, 255)
  433. bcolor = rgb(0, 0, 0)
  434. lcolor = rgb(106, 90, 205)
  435. else
  436. fcolor = rgb(0, 0, 0)
  437. bcolor = rgb(255, 255, 255)
  438. lcolor = rgb(106, 90, 205)
  439. end
  440. '<center><b><font color="maroon">Kickboxing Gym</font></b></center>'
  441. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik.jpg"></center>'
  442. act 'Work on your jabs':
  443. cla
  444. *clr
  445. abonement -= 1
  446. timemult = 2
  447. loopcount = 1
  448. :timeloop6
  449. gs 'exercise', 'tier3', 0, 'jab_exp', 'react_exp'
  450. if loopcount < timemult: loopcount += 1 & jump 'timeloop6'
  451. loopcount = 0
  452. timemult = 0
  453. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  454. '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.'
  455. act 'Leave':gt 'fit', 'dressing room'
  456. end
  457. act 'Work on your heavy punches':
  458. cla
  459. *clr
  460. abonement -= 1
  461. timemult = 2
  462. loopcount = 1
  463. :timeloop7
  464. gs 'exercise', 'tier3', 0, 'stren_exp', 'punch_exp'
  465. if loopcount < timemult: loopcount += 1 & jump 'timeloop7'
  466. loopcount = 0
  467. timemult = 0
  468. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  469. 'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
  470. act 'Leave':gt 'fit', 'dressing room'
  471. end
  472. act 'Work on your kicking':
  473. cla
  474. *clr
  475. abonement -= 1
  476. timemult = 2
  477. loopcount = 1
  478. :timeloop8
  479. gs 'exercise', 'tier3', 0, 'stren_exp', 'kick_exp'
  480. if loopcount < timemult: loopcount += 1 & jump 'timeloop8'
  481. loopcount = 0
  482. timemult = 0
  483. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  484. '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.'
  485. act 'Leave':gt 'fit', 'dressing room'
  486. end
  487. act 'Work on defence':
  488. cla
  489. *clr
  490. abonement -= 1
  491. timemult = 2
  492. loopcount = 1
  493. :timeloop9
  494. gs 'exercise', 'tier3', 0, 'def_exp', 'agil_exp'
  495. if loopcount < timemult: loopcount += 1 & jump 'timeloop9'
  496. loopcount = 0
  497. timemult = 0
  498. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
  499. 'You practice your defense movements.'
  500. act 'Leave':gt 'fit', 'dressing room'
  501. end
  502. act 'Sparing (training bout in the ring)':
  503. cla
  504. *clr
  505. 'You need to choose a partner for sparring'
  506. act 'Pick a random partner':
  507. abonement -= 1
  508. pcs_mood += 2
  509. timemult = 2
  510. loopcount = 1
  511. :timeloop10
  512. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  513. if loopcount < timemult: loopcount += 1 & jump 'timeloop10'
  514. loopcount = 0
  515. timemult = 0
  516. pointKik = 0
  517. pointKikV = 0
  518. round = 1
  519. minround = 0
  520. gs 'npcgeneratec', 0, 'sparring partner', rand(19,45)
  521. gs 'boyStat', $npclastgenerated
  522. strenV = rand(10, 20)
  523. speedV = rand(10, 20)
  524. agilV = rand(10, 20)
  525. reactV = rand(10, 20)
  526. vitalV = rand(10, 20)
  527. intelV = 10
  528. willV = 10
  529. !!skills
  530. JabV = rand(5, 20)
  531. PunchV = rand(5, 20)
  532. KikV = rand(5, 20)
  533. KikDefV = rand(5, 20)
  534. !!parameters
  535. healthV = vitalV * 10 + strenV * 5
  536. formula = 3
  537. sparing = 1
  538. gt 'kikbox', 'start'
  539. end
  540. end
  541. if week >= 5 and amateur_fight_day ! daystart:
  542. 'You can take part in an amateur fight.'
  543. act 'Amateur fight':
  544. amateur_fight_day = daystart
  545. pcs_mood += 2
  546. timemult = 2
  547. loopcount = 1
  548. :timeloop11
  549. gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
  550. if loopcount < timemult: loopcount += 1 & jump 'timeloop11'
  551. loopcount = 0
  552. timemult = 0
  553. pointKik = 0
  554. pointKikV = 0
  555. round = 1
  556. minround = 0
  557. razrand = rand(0, 1)
  558. if razradKik + razrand = 0:
  559. gs 'npcgeneratec', 0, 'useless rival', rand(19,45)
  560. gs 'boyStat', $npclastgenerated
  561. strenV = rand(10, 20)
  562. speedV = rand(10, 20)
  563. agilV = rand(10, 20)
  564. reactV = rand(10, 20)
  565. vitalV = rand(10, 20)
  566. intelV = 10
  567. willV = 10
  568. !!skills
  569. JabV = rand(10, 30)
  570. PunchV = rand(10, 30)
  571. KikV = rand(10, 30)
  572. KikDefV = rand(10, 30)
  573. !!parameters
  574. healthV = vitalV * 10 + strenV * 5
  575. formula = 3
  576. amateur = 1
  577. elseif razradKik + razrand = 1:
  578. gs 'npcgeneratec', 0, '3rd class rival', rand(19,45)
  579. gs 'boyStat', $npclastgenerated
  580. strenV = rand(15, 25)
  581. speedV = rand(15, 25)
  582. agilV = rand(15, 25)
  583. reactV = rand(15, 25)
  584. vitalV = rand(15, 25)
  585. intelV = 10
  586. willV = 10
  587. !!skills
  588. JabV = rand(15, 35)
  589. PunchV = rand(15, 35)
  590. KikV = rand(15, 35)
  591. KikDefV = rand(15, 35)
  592. !!parameters
  593. healthV = vitalV * 10 + strenV * 5
  594. formula = 3
  595. amateur = 1
  596. elseif razradKik + razrand = 2:
  597. gs 'npcgeneratec', 0, '2rd class rival', rand(19,45)
  598. gs 'boyStat', $npclastgenerated
  599. strenV = rand(20, 30)
  600. speedV = rand(20, 30)
  601. agilV = rand(20, 30)
  602. reactV = rand(20, 30)
  603. vitalV = rand(20, 30)
  604. intelV = 10
  605. willV = 10
  606. !!skills
  607. JabV = rand(30, 50)
  608. PunchV = rand(30, 50)
  609. KikV = rand(30, 50)
  610. KikDefV = rand(30, 50)
  611. !!parameters
  612. healthV = vitalV * 10 + strenV * 5
  613. formula = 3
  614. amateur = 1
  615. elseif razradKik + razrand = 3:
  616. gs 'npcgeneratec', 0, '1st class rival', rand(19,45)
  617. gs 'boyStat', $npclastgenerated
  618. strenV = rand(30, 40)
  619. speedV = rand(30, 40)
  620. agilV = rand(30, 40)
  621. reactV = rand(30, 40)
  622. vitalV = rand(30, 40)
  623. intelV = 10
  624. willV = 10
  625. !!skills
  626. JabV = rand(40, 60)
  627. PunchV = rand(40, 60)
  628. KikV = rand(40, 60)
  629. KikDefV = rand(40, 60)
  630. !!parameters
  631. healthV = vitalV * 10 + strenV * 5
  632. formula = 3
  633. amateur = 1
  634. elseif razradKik + razrand = 4:
  635. gs 'npcgeneratec', 0, 'excellent rival', rand(19,45)
  636. gs 'boyStat', $npclastgenerated
  637. strenV = rand(40, 60)
  638. speedV = rand(40, 60)
  639. agilV = rand(40, 60)
  640. reactV = rand(40, 60)
  641. vitalV = rand(40, 60)
  642. intelV = 10
  643. willV = 10
  644. !!skills
  645. JabV = rand(60, 80)
  646. PunchV = rand(60, 80)
  647. KikV = rand(60, 80)
  648. KikDefV = rand(60, 80)
  649. !!parameters
  650. healthV = vitalV * 10 + strenV * 5
  651. formula = 3
  652. amateur = 1
  653. elseif razradKik + razrand >= 5:
  654. gs 'npcgeneratec', 0, 'best rival in the gym', rand(19,45)
  655. gs 'boyStat', $npclastgenerated
  656. strenV = rand(60, 100)
  657. speedV = rand(60, 100)
  658. agilV = rand(60, 100)
  659. reactV = rand(60, 100)
  660. vitalV = rand(60, 100)
  661. intelV = 10
  662. willV = 10
  663. !!skills
  664. JabV = rand(80, 110)
  665. PunchV = rand(80, 110)
  666. KikV = rand(80, 110)
  667. KikDefV = rand(80, 110)
  668. !!parameters
  669. healthV = vitalV * 10 + strenV * 5
  670. formula = 3
  671. amateur = 1
  672. end
  673. gt 'kikbox', 'start'
  674. end
  675. end
  676. end
  677. --- fit ---------------------------------