123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767 |
- # fit
- CLOSE ALL
- if $ARGS[0] = 'start':
- cls
- minut += 5
- frost = 0
- gs 'stat'
- if night_mode = 1:
- fcolor = rgb(255, 255, 255)
- bcolor = rgb(0, 0, 0)
- lcolor = rgb(106, 90, 205)
- else
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- end
- '<center><b><font color="maroon">Fitness Center</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
- 'This modern and well staffed fitness center provides all the latest equipment and trainers to help you make the most of them.'
- *nl
- 'Buy subscription for 30 classes (3,000 <b>₽</b>)'
- 'You must wear sportswear for all classes.'
- if abonement > 0:'Subscription is valid for <<abonement>> more classes.'
- act 'Leave':
- cla
- minut += 5
- gt 'down'
- end
- if money >= 3000:
- act 'Buy a subscription (3,000 <b>₽</b>)':
- cla
- money -= 3000
- abonement += 30
- 'You bought a subscription for 30 lessons'
- act 'Move away from cashier':gt 'fit', 'start'
- end
- end
- if abonement > 0:
- act 'Go to the dressing room':
- cla
- gt 'fit', 'dressing room'
- end
- end
- end
- if $ARGS[0] = 'dressing room':
- $locM = 'fit'
- $metkaM = 'dressing room'
- $sexloc = 'fit'
- $loc = 'fit'
- $metka = 'dressing room'
- $location_type = 'private'
- cls
- minut += 5
- gs 'stat'
- '<center><b><font color="maroon">Dressing</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd.jpg"></center>'
- 'Classifieds'
- 'Recruiting girls for local track team, the winners will receive cash prizes.'
- 'Attention, visitors to the sports section must wear suitable clothing.'
- ! WD: Uninitialised ~ 'razdrand'
- ! if razdrand = 0 and tanznak = 0 and tanday ! daystart:
- if tanznak = 0 and tanday ! daystart:
- tanday = daystart
- 'In the locker room you notice <a href="exec:gt ''fit'', ''fitgirl''">cute girl</a>.'
- elseif tanznak = 2:
- cls
- tanznak = 3
- gs 'underwear', 'remove'
- gs 'clothing', 'strip'
- npc_rel['A218'] += 5
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd4.jpg"></center>'
- '"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.'
- '"I am the <<$pcs_nickname>>, and how can I rape someone so keen?" You ask trying to find your panties.'
- '"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."'
- '"Okay that would be nice, can I have my briefs?" you say holding out your hand.'
- '"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.'
- act 'Further':gt 'fit', 'dressing room'
- exit
- end
- act 'Take a shower (0:15)':
- cla
- *clr
- minut += 15
- pcs_horny += 1
- pcs_hairbsh = 0
- pcs_makeup = 1
- dynamic $showerdin
- '<center><video src="images/shared/home/bathroom/dush.mp4"></center>'
- 'You go into the bathroom and turn on the shower. You lather your body and wash in the shower.'
- act 'Get out of the shower':gt 'fit', 'dressing room'
- end
- act 'Use mirror':
- cla
- fitMir = 1
- gt 'mirror', 'start'
- end
- act 'Change clothes':
- cla
- gt 'clothing_QV', 'list'
- end
- if abonement > 0 and $clothingworntype = 'exercise' and pcs_stam >= 40:
- act 'Go to the gym':
- cla
- gt 'fit', 'gym'
- end
- act 'Go to the dance studio':
- cla
- gt 'danceclass'
- end
- end
- if begsec = 0:
- act 'Join track team':
- cla
- *clr
- minut += 5
- begsec = 1
- 'You signed up for the track team.'
- act 'Leave':gt 'fit', 'dressing room'
- end
- elseif $clothingworntype = 'exercise' and pcs_stam >= 40:
- act 'Go to team practice':gt 'beg', 'start'
- if week = 6 and pcs_run >= 20 and run_comp_day ! daystart:
- act '<b>Enter competition race</b>':run_comp_day = daystart & gt 'beg1', 'start'
- end
- end
- act 'Exit the locker room':
- if $clothingworntype ! 'nude':
- gt 'fit', 'start'
- else
- cla
- msg'<b><font color = red>You need to get dressed.</font></b>'
- act 'Return': gt 'fit', 'dressing room'
- end
- end
- end
- if $ARGS[0] = 'fitgirl':
- 'The girl notices you looking and returns the smile. She undresses and taking some toiletries goes into the shower.'
- act 'Turn away':gt 'fit', 'dressing room'
- act 'Follow her':
- cls
- pcs_hairbsh = 0
- pcs_makeup = 1
- dynamic $showerdin
- shovertania += 1
- gs 'stat'
- '<center><video src="images/shared/home/bathroom/dush.mp4"></center>'
- 'There''s no one in the shower, except this girl. The girl looks around and seeing you smiles again then turns away.'
- if pcs_dom > 10:
- act 'Molest her':
- cla
- *clr
- tanday = daystart
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd1.jpg"></center>'
- 'You walk up to a girl and place one hand on her buttock, she turns to face you.'
-
- gs 'arousal', 'foreplay', 5, 'dom', 'lesbian'
- gs 'stat'
- if pcs_apprnc < 80:
- '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.'
- act 'Go':gt 'fit', 'dressing room'
- elseif pcs_apprnc >= 80:
- '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.'
- act 'Take advantage of the confusion':
- cla
- *clr
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd2.jpg"></center>'
- '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.'
- gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
- gs 'stat'
-
- act 'Further':tanznak = 1 & gt 'lezbsex', 'start'
- end
- act 'Wait for her reaction':
- cls
- gs 'stat'
- if pcs_apprnc < 120:
- 'The girl smiles at you, but removes your hand and leaves, blowing you a kiss.'
- act '...':gt 'fit', 'dressing room'
- elseif pcs_apprnc >= 120:
- cla
- *clr
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/razd3.jpg"></center>'
- 'The girl presses up to you even stronger and kisses your lips.'
- gs 'arousal', 'kiss', 5, 'dom', 'lesbian'
- gs 'stat'
-
- act 'Further':
- tanznak = 1
- gt 'lezbsex', 'start'
- end
- end
- end
- end
- end
- end
- act 'Leave the shower':gt 'fit', 'dressing room'
- end
- end
- if $ARGS[0] = 'gym':
- cls
- minut += 5
- sportzalrand = RAND(0,20)
- gs 'stat'
- if night_mode = 1:
- fcolor = rgb(255, 255, 255)
- bcolor = rgb(0, 0, 0)
- lcolor = rgb(106, 90, 205)
- else
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- end
- '<center><b><font color="maroon">Fitness Center</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/fit.jpg"></center>'
- 'In the fitness center there are a lot of different classes and clubs, designed to improve physical development.'
- if StoryLine = 1:
- 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.'
- 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>'
- end
- gs 'fit', 'exercise end'
- act 'Aerobics (Burn fat)':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop1
- gs 'exercise', 'tier3', 0, 'vital_exp', 'react_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop1'
- loopcount = 0
- timemult = 0
-
- '<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
- 'You do very vigorous exercises to the music, and burn some fat.'
-
- if pcs_stam < 30:
- *nl
- 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
- gs 'fit', 'exercise end'
- else
- act'Continue': gt 'fit', 'gym'
- end
- end
- act 'Free weights (Build muscle)':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop2
- gs 'exercise', 'tier3', 0, 'stren_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop2'
- loopcount = 0
- timemult = 0
-
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
- 'You pump iron, building strength.'
- if pcs_stam < 30:
- *nl
- 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
- gs 'fit', 'exercise end'
- else
- act'Continue': gt 'fit', 'gym'
- end
- end
- act 'Cross trainer (endurance)':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop3
- gs 'exercise', 'tier3', 0, 'vital_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop3'
- loopcount = 0
- timemult = 0
-
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
- 'You spend a half hour doing reps on the cross trainer developing your endurance.'
- if pcs_stam < 30:
- *nl
- 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
- gs 'fit', 'exercise end'
- else
- act'Continue': gt 'fit', 'gym'
- end
- end
- act 'Tennis practice (agility)':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop4
- gs 'exercise', 'tier3', 0, 'agil_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop4'
- loopcount = 0
- timemult = 0
-
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
- 'You run tennis exercises, concentrating on defensive drills.'
- if pcs_stam < 30:
- *nl
- 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
- gs 'fit', 'exercise end'
- else
- act'Continue': gt 'fit', 'gym'
- end
- end
- act 'Tennis practice (reactions)':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop5
- gs 'exercise', 'tier3', 0, 'react_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop5'
- loopcount = 0
- timemult = 0
-
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
- 'You run tennis exercises, concentrating on court reactions.'
- if pcs_stam < 30:
- *nl
- 'You are too tired to do any more exercise and will have to rest and regain some stamina.'
- gs 'fit', 'exercise end'
- else
- act'Continue': gt 'fit', 'gym'
- end
- end
- act 'Goto the kickboxing gym':gt 'fit', 'kickboxing'
- end
- if $ARGS[0] = 'exercise end':
- RESULT = rand(0, 19)
- act 'Leave':
- if RESULT = 0:
- cla
- *clr
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal1.jpg"></center>'
- 'You see a nice guy on the weight machine.'
- act 'Continue':gt 'fit', 'dressing room'
- if pcs_dom > 0:
- act 'Flirt':
- cla
- *clr
- guy += 1
- gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated
- samecount = 1
- picrand = 17
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal2.jpg"></center>'
- '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.'
- gs 'arousal', 'foreplay', 10, 'dom'
- gs 'stat'
-
- act 'Suck':gt 'sex', 'minet'
- end
- end
- elseif RESULT = 1:
- cla
- *clr
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal3.jpg"></center>'
- 'As you finish training, a guy sits behind, caresses your breasts and kisses your ear, sucking the lobe.'
- if pcs_dom > 0:act 'Hit him in the balls':pcs_dom += 1 & gt 'fit', 'dressing room'
- act 'Enjoy':
- cla
- *clr
- guy += 1
- gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated
- picrand = 18
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal4.jpg"></center>'
- '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.'
- gs 'arousal', 'foreplay', 15, 'sub'
- gs 'stat'
-
- act 'Suck':gt 'sex', 'minet'
- end
- elseif RESULT = 2:
- cla
- 'As you finish training, a fit girl offers to play a little squash with her as she waits for her boyfriend to came.'
- act 'Refuse':gt 'fit', 'dressing room'
- act 'Agree':
- cla
- *clr
- picrand = 15
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal5.jpg"></center>'
- '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.'
- '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.'
- '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.'
- act 'Escape from these perverts':gt 'fit', 'dressing room'
- act 'Enjoy':
- guy += 1
- girl += 1
- gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated
- gt 'podrsex', 'suck'
- gs 'arousal', 'foreplay', 15, 'group', 'lesbian'
- gs 'stat'
- end
- end
- elseif RESULT = 3:
- cla
- *clr
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal6.jpg"></center>'
- 'You train near to a girl and engage in conversation, two guys obviously take you for girlfriends and try to chat you up.'
- act 'Continue':gt 'fit', 'dressing room'
- act 'Flirt back':
- cla
- *clr
- picrand = 12
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/sex/zal7.jpg"></center>'
- '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.'
- act 'Leave':gt 'fit', 'dressing room'
- act 'Suck':
- guy += 2
- girl += 1
- gang += 1
- gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated
- gs 'npcgeneratec', 0, 'guy from the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated, 'a'
- gs 'arousal', 'bj', 15, 'group', 'lesbian'
- gs 'stat'
- gt 'sexdvanadva', 'var'
-
- end
- end
- else
- gt 'fit', 'dressing room'
- end
- end
- end
- if $ARGS[0] = 'kickboxing':
- cla
- clr
- *clr
- minut += 5
- gs 'stat'
- gs 'razrKik'
- if night_mode = 1:
- fcolor = rgb(255, 255, 255)
- bcolor = rgb(0, 0, 0)
- lcolor = rgb(106, 90, 205)
- else
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- end
- '<center><b><font color="maroon">Kickboxing Gym</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik.jpg"></center>'
- act 'Work on your jabs':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop6
- gs 'exercise', 'tier3', 0, 'jab_exp', 'react_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop6'
- loopcount = 0
- timemult = 0
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
- '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.'
- act 'Leave':gt 'fit', 'dressing room'
- end
- act 'Work on your heavy punches':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop7
- gs 'exercise', 'tier3', 0, 'stren_exp', 'punch_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop7'
- loopcount = 0
- timemult = 0
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
- 'You practice your power punches on the heavy bag. These are high impact and powerful, but they are hard to get to their target.'
- act 'Leave':gt 'fit', 'dressing room'
- end
- act 'Work on your kicking':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop8
- gs 'exercise', 'tier3', 0, 'stren_exp', 'kick_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop8'
- loopcount = 0
- timemult = 0
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
- '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.'
- act 'Leave':gt 'fit', 'dressing room'
- end
- act 'Work on defence':
- cla
- *clr
- abonement -= 1
- timemult = 2
- loopcount = 1
- :timeloop9
- gs 'exercise', 'tier3', 0, 'def_exp', 'agil_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop9'
- loopcount = 0
- timemult = 0
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/kickboxing/kik1.jpg"></center>'
- 'You practice your defense movements.'
- act 'Leave':gt 'fit', 'dressing room'
- end
- act 'Sparing (training bout in the ring)':
- cla
- *clr
- 'You need to choose a partner for sparring'
- act 'Pick a random partner':
- abonement -= 1
- pcs_mood += 2
- timemult = 2
- loopcount = 1
- :timeloop10
- gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop10'
- loopcount = 0
- timemult = 0
- pointKik = 0
- pointKikV = 0
- round = 1
- minround = 0
- gs 'npcgeneratec', 0, 'sparring partner', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(10, 20)
- speedV = rand(10, 20)
- agilV = rand(10, 20)
- reactV = rand(10, 20)
- vitalV = rand(10, 20)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(5, 20)
- PunchV = rand(5, 20)
- KikV = rand(5, 20)
- KikDefV = rand(5, 20)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- sparing = 1
- gt 'kikbox', 'start'
- end
- end
- if week >= 5 and amateur_fight_day ! daystart:
- 'You can take part in an amateur fight.'
- act 'Amateur fight':
- amateur_fight_day = daystart
- pcs_mood += 2
- timemult = 2
- loopcount = 1
- :timeloop11
- gs 'exercise', 'tier3', 0, 'jab_exp', 'punch_exp', 'kick_exp', 'def_exp'
- if loopcount < timemult: loopcount += 1 & jump 'timeloop11'
- loopcount = 0
- timemult = 0
- pointKik = 0
- pointKikV = 0
- round = 1
- minround = 0
- razrand = rand(0, 1)
- if razradKik + razrand = 0:
- gs 'npcgeneratec', 0, 'useless rival', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(10, 20)
- speedV = rand(10, 20)
- agilV = rand(10, 20)
- reactV = rand(10, 20)
- vitalV = rand(10, 20)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(10, 30)
- PunchV = rand(10, 30)
- KikV = rand(10, 30)
- KikDefV = rand(10, 30)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- elseif razradKik + razrand = 1:
- gs 'npcgeneratec', 0, '3rd class rival', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(15, 25)
- speedV = rand(15, 25)
- agilV = rand(15, 25)
- reactV = rand(15, 25)
- vitalV = rand(15, 25)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(15, 35)
- PunchV = rand(15, 35)
- KikV = rand(15, 35)
- KikDefV = rand(15, 35)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- elseif razradKik + razrand = 2:
- gs 'npcgeneratec', 0, '2rd class rival', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(20, 30)
- speedV = rand(20, 30)
- agilV = rand(20, 30)
- reactV = rand(20, 30)
- vitalV = rand(20, 30)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(30, 50)
- PunchV = rand(30, 50)
- KikV = rand(30, 50)
- KikDefV = rand(30, 50)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- elseif razradKik + razrand = 3:
- gs 'npcgeneratec', 0, '1st class rival', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(30, 40)
- speedV = rand(30, 40)
- agilV = rand(30, 40)
- reactV = rand(30, 40)
- vitalV = rand(30, 40)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(40, 60)
- PunchV = rand(40, 60)
- KikV = rand(40, 60)
- KikDefV = rand(40, 60)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- elseif razradKik + razrand = 4:
- gs 'npcgeneratec', 0, 'excellent rival', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(40, 60)
- speedV = rand(40, 60)
- agilV = rand(40, 60)
- reactV = rand(40, 60)
- vitalV = rand(40, 60)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(60, 80)
- PunchV = rand(60, 80)
- KikV = rand(60, 80)
- KikDefV = rand(60, 80)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- elseif razradKik + razrand >= 5:
- gs 'npcgeneratec', 0, 'best rival in the gym', rand(19,45)
- gs 'boyStat', $npclastgenerated
- strenV = rand(60, 100)
- speedV = rand(60, 100)
- agilV = rand(60, 100)
- reactV = rand(60, 100)
- vitalV = rand(60, 100)
- intelV = 10
- willV = 10
- !!skills
- JabV = rand(80, 110)
- PunchV = rand(80, 110)
- KikV = rand(80, 110)
- KikDefV = rand(80, 110)
- !!parameters
- healthV = vitalV * 10 + strenV * 5
- formula = 3
- amateur = 1
- end
- gt 'kikbox', 'start'
- end
- end
- end
- --- fit ---------------------------------
|