fit 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. # fit
  2. if $ARGS[0] = 'start':
  3. cla
  4. *clr
  5. set minut += 5
  6. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  7. '<center><img src="images/etogame/fit.jpg"></center>'
  8. 'Subscribe to the 30 classes worth 3,000 ruble'
  9. 'Be sure to come to class in sportswear.'
  10. if abonement > 0:'Subscription is valid for <<abonement>> Occupation'
  11. clr
  12. gs 'stat'
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. act 'Leave':
  17. cla
  18. set minut += 5
  19. gt 'down'
  20. end
  21. if money >= 3000:
  22. act 'Buy a subscription (3,000 rubles)':
  23. cla
  24. set money -= 3000
  25. set abonement += 30
  26. 'You bought a ticket for 30 lessons'
  27. act 'Move away from cash':gt 'fit', 'start'
  28. end
  29. end
  30. if abonement > 0 and fitday ! day:
  31. act 'Walk in dressing room':
  32. cla
  33. frost = 0
  34. set abonement -= 1
  35. set fitday = day
  36. set razdtumbler = 1
  37. gt 'fit', 'razd'
  38. end
  39. end
  40. end
  41. if $ARGS[0] = 'razd':
  42. clr
  43. gs 'stat'
  44. $metkaM = $ARGS[0]
  45. $locM = $CURLOC
  46. set minut += 5
  47. '<center><b><font color="maroon">Dressing</font></b></center>'
  48. '<center><img src="images/etogame/razd.jpg"></center>'
  49. 'Classifieds'
  50. 'Recruited girls section races, the winners of the competition receive cash prizes.'
  51. 'Attention, visit the sports section razreshaetsya only with tracksuits.'
  52. if razdrand = 0 and tanznak = 0 and tanday ! day:
  53. tanday = day
  54. 'In the locker room you notice <a href="exec:gt ''fitgirl''">cute girl</a>.'
  55. end
  56. if tanznak = 2:
  57. cls
  58. '<center><img src="images/img/centr/razd4.jpg"></center>'
  59. '"You at least as name, maniac, and then raped her and Chesney did not even had the" asked the girl caught her breath.'
  60. '"I am the <<$name>>, and I will not rape you herself was not against" you said trying to find the eyes of her panties.'
  61. '"Looking for this?" asked the girl twirling on his finger your panties "I´m Tanya, and yet you seduced me, I did not have before the girls, and as it turned out a very good reason, I live here with my parents, if you want to come for a visit."'
  62. '"Okay as anything the race, briefs is true" you said holding out his hand.'
  63. '"Nope, do not return, there must me something to stay on the memory of the first girl." With these words, Tanya slipped your panties in his pocket and left.'
  64. set tanznak = 3
  65. set tanga = 0
  66. set nude = 1
  67. set tanya += 5
  68. act 'Further':gt 'fit', 'razd'
  69. exit
  70. end
  71. if begsec = 0:act 'Join section running':gt 'fit', '1'
  72. if begsec > 0 and razdtumbler = 1 and sport > 0:act 'Go to section':gt 'beg', 'start'
  73. if begsec > 0 and razdtumbler = 1 and sport > 0 and beg >= 20 and week = 6:act '<b>Competitions on the run</b>':gt 'beg1', 'start'
  74. act 'Take a shower (0:15)':
  75. cla
  76. *clr
  77. set minut += 15
  78. set sweat = -3
  79. set horny += 1
  80. set hapri = 0
  81. set mop = 1
  82. dynamic $showerdin
  83. '<center><img src="images/pics/dush.jpg"></center>'
  84. 'You got into the bathroom and turned on the shower. Lathered body and washed off in the shower.'
  85. act 'Get out of the shower':gt 'fit', 'razd'
  86. end
  87. act 'Mirror':
  88. cla
  89. set fitMir = 1
  90. gt 'mirror', 'start'
  91. end
  92. act 'Cabinet':
  93. cla
  94. set fitLoker = 1
  95. gt 'loker', 'start'
  96. end
  97. if razdtumbler = 1 and sport > 0:
  98. act 'Go to the gym':
  99. cla
  100. gt 'fit', 'raz'
  101. end
  102. act 'Go to the dance studio.':
  103. cla
  104. gt 'danceclass'
  105. end
  106. end
  107. if razdtumbler = 0 or sport = 0:
  108. act 'Exit of the locker room':
  109. cla
  110. gt 'fit', 'start'
  111. end
  112. end
  113. end
  114. if $ARGS[0] = 'raz':
  115. cla
  116. *clr
  117. set minut += 5
  118. '<center><b><font color="maroon">Fitness Center</font></b></center>'
  119. '<center><img src="images/etogame/fit.jpg"></center>'
  120. 'In the fitness center a lot of different programs for the physical development of the organism.'
  121. clr
  122. gs 'stat'
  123. fcolor = rgb(0, 0, 0)
  124. bcolor = rgb(255, 255, 255)
  125. lcolor = rgb(106, 90, 205)
  126. set razdtumbler = 0
  127. set sportzalrand = rand(0, 20)
  128. act 'Aerobics (Squeegee fat)':
  129. cla
  130. *clr
  131. set minut += 120
  132. set fat -= 10
  133. set reakt += rand(1, 3)
  134. set manna -= 5
  135. set sweat += 3
  136. if sportzalrand = 0:gt 'zal', '0'
  137. if sportzalrand = 1:gt 'zal', '1'
  138. if sportzalrand = 2:gt 'zal', '2'
  139. if sportzalrand = 3:gt 'zal', '3'
  140. '<center><img src="images/etogame/fit1.jpg"></center>'
  141. 'You are very vigorously the exercises for the music ebbs fat.'
  142. act 'Leave':gt 'fit', 'razd'
  143. end
  144. act 'Trenazhorka (in force)':
  145. cla
  146. *clr
  147. set minut += 120
  148. set stren += rand(1, 3)
  149. set fat -= 1
  150. set manna -= 5
  151. set sweat += 3
  152. if sportzalrand = 0:gt 'zal', '0'
  153. if sportzalrand = 1:gt 'zal', '1'
  154. if sportzalrand = 2:gt 'zal', '2'
  155. if sportzalrand = 3:gt 'zal', '3'
  156. '<center><img src="images/etogame/fit2.jpg"></center>'
  157. 'Did you do with iron for strength.'
  158. act 'Leave':gt 'fit', 'razd'
  159. end
  160. act 'Trenazhorka (endurance)':
  161. cla
  162. *clr
  163. set minut += 120
  164. set vital += rand(1, 3)
  165. set manna -= 5
  166. set fat -= 2
  167. set sweat += 3
  168. if sportzalrand = 0:gt 'zal', '0'
  169. if sportzalrand = 1:gt 'zal', '1'
  170. if sportzalrand = 2:gt 'zal', '2'
  171. if sportzalrand = 3:gt 'zal', '3'
  172. '<center><img src="images/etogame/fit3.jpg"></center>'
  173. 'Trainers were you doing on the development of endurance.'
  174. act 'Leave':gt 'fit', 'razd'
  175. end
  176. act 'Tennis testing of protection (skill)':
  177. cla
  178. *clr
  179. set minut += 120
  180. set agil += rand(1, 3)
  181. set fat -= 5
  182. set manna -= 5
  183. set sweat += 3
  184. set TenisDef += 1
  185. if sportzalrand = 0:gt 'zal', '0'
  186. if sportzalrand = 1:gt 'zal', '1'
  187. if sportzalrand = 2:gt 'zal', '2'
  188. if sportzalrand = 3:gt 'zal', '3'
  189. '<center><img src="images/etogame/fit4.jpg"></center>'
  190. 'You do tennis practicing defensive actions.'
  191. act 'Leave':gt 'fit', 'razd'
  192. end
  193. act 'Tennis working out attacks (velocity)':
  194. cla
  195. *clr
  196. set minut += 120
  197. set speed += rand(1, 3)
  198. set manna -= 5
  199. set fat -= 5
  200. set sweat += 3
  201. set TenisAt += 1
  202. if sportzalrand = 0:gt 'zal', '0'
  203. if sportzalrand = 1:gt 'zal', '1'
  204. if sportzalrand = 2:gt 'zal', '2'
  205. if sportzalrand = 3:gt 'zal', '3'
  206. '<center><img src="images/etogame/fit4.jpg"></center>'
  207. 'You do practicing tennis attacking actions.'
  208. act 'Leave':gt 'fit', 'razd'
  209. end
  210. act 'Section kickboxing':gt 'fit', 'kik'
  211. end
  212. if $ARGS[0] = 'kik':
  213. cla
  214. *clr
  215. set minut += 5
  216. '<center><b><font color="maroon">Kickboxing Section</font></b></center>'
  217. '<center><img src="images/etogame/kik.jpg"></center>'
  218. ''
  219. clr
  220. gs 'stat'
  221. fcolor = rgb(0, 0, 0)
  222. bcolor = rgb(255, 255, 255)
  223. lcolor = rgb(106, 90, 205)
  224. gs 'razrKik'
  225. act 'Testing jabs on pear':
  226. cla
  227. *clr
  228. set minut += 120
  229. set speed += rand(1, 3)
  230. set manna -= 5
  231. set fat -= 4
  232. set sweat += 3
  233. set Jab += rand(1, 3)
  234. '<center><img src="images/etogame/kik1.jpg"></center>'
  235. 'You practiced on pear jab, straight punches with long step forward. These strikes are not so powerful as the police, but they are faster.'
  236. act 'Leave':gt 'fit', 'razd'
  237. end
  238. act 'Testing power beats on a pear':
  239. cla
  240. *clr
  241. set minut += 120
  242. set stren += rand(1, 3)
  243. set manna -= 5
  244. set fat -= 4
  245. set sweat += 3
  246. set Punch += rand(1, 3)
  247. '<center><img src="images/etogame/kik1.jpg"></center>'
  248. 'You practiced on pear powerful force capable of hitting an opponent shake. These impacts are powerful, but they are hard to get.'
  249. act 'Leave':gt 'fit', 'razd'
  250. end
  251. act 'Testing of kicks':
  252. cla
  253. *clr
  254. set minut += 120
  255. set stren += rand(1, 3)
  256. set manna -= 5
  257. set fat -= 4
  258. set sweat += 3
  259. set Kik += rand(1, 3)
  260. '<center><img src="images/etogame/kik1.jpg"></center>'
  261. 'You practiced on pear powerful kicks able to cut down an opponent. These impacts are powerful, but are very difficult to hit.'
  262. act 'Leave':gt 'fit', 'razd'
  263. end
  264. act 'Testing of protection':
  265. cla
  266. *clr
  267. set minut += 120
  268. set agil += rand(1, 3)
  269. set manna -= 5
  270. set fat -= 4
  271. set sweat += 3
  272. set KikDef += rand(1, 3)
  273. '<center><img src="images/etogame/kik1.jpg"></center>'
  274. 'You practiced defense movements.'
  275. act 'Leave':gt 'fit', 'razd'
  276. end
  277. act 'Sparing (training bout in the ring)':
  278. cla
  279. *clr
  280. set round = 0
  281. 'You need to choose a rival for sparring'
  282. act 'Rival':
  283. set minut += 120
  284. set manna -= 5
  285. set fat -= 4
  286. set sweat += 3
  287. set strenV = rand(10, 20)
  288. set speedV = rand(10, 20)
  289. set agilV = rand(10, 20)
  290. set reactV = rand(10, 20)
  291. set vitalV = rand(10, 20)
  292. set intelV = 10
  293. set willV = 10
  294. !!skills
  295. set JabV = rand(5, 20)
  296. set PunchV = rand(5, 20)
  297. set KikV = rand(5, 20)
  298. set KikDefV = rand(5, 20)
  299. !!parameters
  300. set healthV = vitalV * 10 + strenV * 5
  301. set $nameV = 'Sparring partner'
  302. set formula = 3
  303. set sparing = 1
  304. gt 'kikbox', 'start'
  305. end
  306. end
  307. if week >= 5:
  308. 'You can spend an amateur fight.'
  309. act 'Amateur fight':
  310. set round = 0
  311. set minut += 120
  312. set manna -= 5
  313. set fat -= 4
  314. set sweat += 3
  315. set razrand = rand(0, 1)
  316. if razradKik + razrand = 0:
  317. set strenV = rand(10, 20)
  318. set speedV = rand(10, 20)
  319. set agilV = rand(10, 20)
  320. set reactV = rand(10, 20)
  321. set vitalV = rand(10, 20)
  322. set intelV = 10
  323. set willV = 10
  324. !!skills
  325. set JabV = rand(10, 30)
  326. set PunchV = rand(10, 30)
  327. set KikV = rand(10, 30)
  328. set KikDefV = rand(10, 30)
  329. !!parameters
  330. set healthV = vitalV * 10 + strenV * 5
  331. set $nameV = 'Rival without discharge'
  332. set formula = 3
  333. set amateur = 1
  334. end
  335. if razradKik + razrand = 1:
  336. set strenV = rand(15, 25)
  337. set speedV = rand(15, 25)
  338. set agilV = rand(15, 25)
  339. set reactV = rand(15, 25)
  340. set vitalV = rand(15, 25)
  341. set intelV = 10
  342. set willV = 10
  343. !!skills
  344. set JabV = rand(15, 35)
  345. set PunchV = rand(15, 35)
  346. set KikV = rand(15, 35)
  347. set KikDefV = rand(15, 35)
  348. !!parameters
  349. set healthV = vitalV * 10 + strenV * 5
  350. set $nameV = 'Rival c third discharge'
  351. set formula = 3
  352. set amateur = 1
  353. end
  354. if razradKik + razrand = 2:
  355. set strenV = rand(20, 30)
  356. set speedV = rand(20, 30)
  357. set agilV = rand(20, 30)
  358. set reactV = rand(20, 30)
  359. set vitalV = rand(20, 30)
  360. set intelV = 10
  361. set willV = 10
  362. !!skills
  363. set JabV = rand(30, 50)
  364. set PunchV = rand(30, 50)
  365. set KikV = rand(30, 50)
  366. set KikDefV = rand(30, 50)
  367. !!parameters
  368. set healthV = vitalV * 10 + strenV * 5
  369. set $nameV = 'Rival co second discharge'
  370. set formula = 3
  371. set amateur = 1
  372. end
  373. if razradKik + razrand = 3:
  374. set strenV = rand(30, 40)
  375. set speedV = rand(30, 40)
  376. set agilV = rand(30, 40)
  377. set reactV = rand(30, 40)
  378. set vitalV = rand(30, 40)
  379. set intelV = 10
  380. set willV = 10
  381. !!skills
  382. set JabV = rand(40, 60)
  383. set PunchV = rand(40, 60)
  384. set KikV = rand(40, 60)
  385. set KikDefV = rand(40, 60)
  386. !!parameters
  387. set healthV = vitalV * 10 + strenV * 5
  388. set $nameV = 'Rival c first discharge'
  389. set formula = 3
  390. set amateur = 1
  391. end
  392. if razradKik + razrand = 4:
  393. set strenV = rand(40, 60)
  394. set speedV = rand(40, 60)
  395. set agilV = rand(40, 60)
  396. set reactV = rand(40, 60)
  397. set vitalV = rand(40, 60)
  398. set intelV = 10
  399. set willV = 10
  400. !!skills
  401. set JabV = rand(60, 80)
  402. set PunchV = rand(60, 80)
  403. set KikV = rand(60, 80)
  404. set KikDefV = rand(60, 80)
  405. !!parameters
  406. set healthV = vitalV * 10 + strenV * 5
  407. set $nameV = 'Rival CCM'
  408. set formula = 3
  409. set amateur = 1
  410. end
  411. if razradKik + razrand >= 5:
  412. set strenV = rand(60, 100)
  413. set speedV = rand(60, 100)
  414. set agilV = rand(60, 100)
  415. set reactV = rand(60, 100)
  416. set vitalV = rand(60, 100)
  417. set intelV = 10
  418. set willV = 10
  419. !!skills
  420. set JabV = rand(80, 110)
  421. set PunchV = rand(80, 110)
  422. set KikV = rand(80, 110)
  423. set KikDefV = rand(80, 110)
  424. !!parameters
  425. set healthV = vitalV * 10 + strenV * 5
  426. set $nameV = 'Rival MS'
  427. set formula = 3
  428. set amateur = 1
  429. end
  430. gt 'kikbox', 'start'
  431. end
  432. end
  433. end
  434. if $ARGS[0] = '1':
  435. cla
  436. *clr
  437. set minut += 5
  438. set begsec = 1
  439. 'You signed up for the run section'
  440. act 'Leave':gt 'fit', 'razd'
  441. end
  442. --- fit ---------------------------------