123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605 |
- # podezdM
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'start':
- set minut += 15
- '<<$boyA>> said, "Let´s go to the shop, buy pivasika"'
- act 'Start embracing.':
- cla
- if harakBoyA = 0: set bfa += 2
- if harakBoyA = 1: set bfa += 1
- if harakBoyA = 2: set bfa -= 1
- '<center><img src="images\etogame\boygo.jpg"></center>'
- 'You go to embracing kiosk there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
- gt 'podezdM','kiosk'
- end
- act 'Go hand in hand.':
- cla
- if harakBoyA = 0: set bfa += 1
- if harakBoyA = 1: set bfa += 2
- if harakBoyA = 2: set bfa -= 1
- '<center><img src="images\etogame\boygo1.jpg"></center>'
- 'You go hand in hand to stall there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
- gt 'podezdM','kiosk'
- end
- act 'Go next.':
- cla
- if harakBoyA = 0: set bfa -= 1
- if harakBoyA = 1: set bfa += 1
- if harakBoyA = 2: set bfa += 2
- '<center><img src="images\etogame\boygo2.jpg"></center>'
- 'You go up to the kiosk, there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
- gt 'podezdM','kiosk'
- end
- =======
- if $ARGS[0]='start':
- set minut = minut + 15
- '<<$boyA>> said "Let`s go to the kiosk, pivasika buy"'
- act 'go embracing.':
- cla
- if harakBoyA = 0:set bfa = bfa + 2
- if harakBoyA = 1:set bfa = bfa + 1
- if harakBoyA = 2:set bfa = bfa - 1
- '<center><img src="pic/boygo.jpg" ></center>'
- 'You go up to the kiosk embracing, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
- gt'podezdM','kiosk'
- end
- act 'Go hand in hand.':
- cla
- if harakBoyA = 0:set bfa = bfa + 1
- if harakBoyA = 1:set bfa = bfa + 2
- if harakBoyA = 2:set bfa = bfa - 1
- '<center><img src="pic/boygo1.jpg" ></center>'
- 'You go hand in hand to stall, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
- gt'podezdM','kiosk'
- end
-
- act 'go next.':
- cla
- if harakBoyA = 0:set bfa = bfa - 1
- if harakBoyA = 1:set bfa = bfa + 1
- if harakBoyA = 2:set bfa = bfa + 2
- '<center><img src="pic/boygo2.jpg" ></center>'
- 'You go up to the kiosk, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
- gt'podezdM','kiosk'
- end
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'kiosk':
- =======
- if $ARGS[0]='kiosk':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- set minut += 30
- set fat += 1
- set manna += 10
- set willpower += 10
- '<center><img src="images\etogame\podezdM.jpg"></center>'
- 'At the entrance you guy opens a bottle of beer and delivers it to you.'
- set podrand = RAND(5,100)
- act 'Drink a little.':
- cla
- alko += 1
- gs 'stat'
- if podrand < 9:
- xgt 'podezdM','kiosk1'
- end
- if podrand >= 9:
- gt 'podezdM','grup'
- end
- end
- act 'Drink a bottle.':
- cla
- alko += 2
- gs 'stat'
- set fat += 1
- set manna += 10
- set willpower += 10
- if podrand < 9:
- gt 'podezdM','kiosk1'
- end
- if podrand >= 9:
- gt 'podezdM','grup'
- end
- end
- =======
- set minut = minut + 30
- set fat = fat + 1
- set manna = manna + 10
- set willpower = willpower + 10
- '<center><img src="pic/podezdM.jpg" ></center>'
- 'At the entrance you guy opens a bottle of beer and delivers it to you.'
- set podrand = RAND (5,100)
- act 'drink a little.':
- cla
- alko+=1
- gs'stat'
- if podrand < 9:
- xgt'podezdM','kiosk1'
- end
- if podrand >= 9:
- gt'podezdM','grup'
- end
- end
-
- act 'drink a bottle.':
- cla
- alko+=2
- gs'stat'
- set fat = fat + 1
- set manna = manna + 10
- set willpower = willpower + 10
- if podrand < 9:
- gt'podezdM','kiosk1'
- end
- if podrand >= 9:
- gt'podezdM','grup'
- end
- end
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'kiosk1':
- =======
- if $ARGS[0]='kiosk1':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- if dayA > 15 and harakBoyA = 2: gs 'boylove','tits'
- if dayA > 20 and harakBoyA = 1: gs 'boylove','tits'
- if dayA > 25 and harakBoyA = 0: gs 'boylove','tits'
- if dayA > 20 and harakBoyA = 2: gs 'boylove','figure'
- if dayA > 25 and harakBoyA = 1: gs 'boylove','figure'
- if dayA > 30 and harakBoyA = 0: gs 'boylove','figure'
- gs 'anekdot'
- '<<$boyA>> drinking beer and anecdote tells you "<<$anek>>."'
- act 'Laugh.':
- cla
- set SUB += 1
- set bfa += 1
- gt 'podezdM','kiosk2'
- end
- act 'Smile.':
- cla
- gt 'podezdM','kiosk2'
- end
- act 'Not funny.':
- cla
- set DOM += 1
- set bfa -= 1
- gt 'podezdM','kiosk2'
- end
- =======
- if dayA > 15 and harakBoyA = 2:gs'boylove','tits'
- if dayA > 20 and harakBoyA = 1:gs'boylove','tits'
- if dayA > 25 and harakBoyA = 0:gs'boylove','tits'
- if dayA > 20 and harakBoyA = 2:gs'boylove','figure'
- if dayA > 25 and harakBoyA = 1:gs'boylove','figure'
- if dayA > 30 and harakBoyA = 0:gs'boylove','figure'
- gs'anekdot'
- '<<$boyA>> drinking beer and telling you anecdote "<<$anek>>".'
-
- act 'laugh.':
- cla
- set SUB = SUB + 1
- set bfa = bfa + 1
- gt'podezdM','kiosk2'
- end
-
- act 'smile.':
- cla
- gt'podezdM','kiosk2'
- end
-
- act 'not funny.':
- cla
- set DOM = DOM + 1
- set bfa = bfa - 1
- gt'podezdM','kiosk2'
- end
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'kiosk2':
- =======
- if $ARGS[0]='kiosk2':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- if harakBoyA = 0:
- if daya < 20 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if daya >= 20 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- end
- if harakBoyA = 1:
- if daya < 10 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if daya >= 10 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- end
- if harakBoyA = 2 and izvrat = 0:
- if daya < 3 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if daya >= 3 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- end
- if harakBoyA = 2 and izvrat = 1:
- if daya < 3 and boyonceA = 0:
- '<<$boyA>> drank beer and threw the bottle told you. "<<$name>>, you´re so juicy, I want you!" with these words he came up to you and hugged the waist dug its lips in yours, his tongue entered your mouth.'
- act 'Break.':
- cla
- 'You escaped from the grip of his, and that he has told you, "Well, what you break, you want to do this myself."'
- act 'Fuck you!.':
- cla
- set DOM += 1
- set bfA = 0
- gt 'street'
- end
- act 'Kissing.':
- cla
- '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
- gt 'sexm','startPod'
- end
- end
- act 'Kissing.':
- cla
- set SUB += 1
- '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
- gt 'sexm','startPod'
- end
- exit
- end
- if daya >= 3 and boyonceA = 0:
- '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- exit
- end
- end
- =======
- if harakBoyA = 0:
- if daya < 20 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if daya >= 20 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- end
- if harakBoyA = 1:
- if daya < 10 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if daya >= 10 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- end
- if harakBoyA = 2 and izvrat = 0:
- if daya < 3 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if daya >= 3 and boyonceA = 0:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- if boyonceA = 1:
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- end
- if harakBoyA = 2 and izvrat = 1:
- if daya < 3 and boyonceA = 0:
- '<<$boyA>> finished his beer and threw the bottle said to you. "Svetsik, you`re so juicy, i want you!" With these words he came up to you and hugged her waist dug its lips in your, penetrated his tongue in your mouth.'
- act 'break_Away.':
- cla
- 'You broke out of his grip of, and that he has told you "Well you break, You want to do this myself."'
- act 'Fuck you!.':
- cla
- set DOM = DOM + 1
- set bfA = 0
- gt'street'
- end
-
- act 'kiss.':
- cla
- '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
- gt'sexm','startPod'
- end
- end
-
- act 'kiss.':
- cla
- set SUB = SUB + 1
- '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
- gt'sexm','startPod'
- end
- exit
- end
-
- if daya >= 3 and boyonceA = 0:
- '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
-
- if boyonceA = 1:
- '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- exit
- end
- end
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'grup':
- =======
- if $ARGS[0]='grup':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- '<center><img src="images\etogame\podezdM1.jpg"></center>'
- 'In a couple of guys got locked, they came to your boyfriend and greeted him. Boys brought vodka and a snack.'
- act 'Refuse to drink.':
- cla
- if harakBoyA = 0: set bfa += 1
- if harakBoyA = 1: set bfa -= 1
- if harakBoyA = 2: set bfa -= 2
- gt 'podezdM','grup1'
- end
- act 'Drink a little.':
- cla
- alko += 1
- gs 'stat'
- if harakBoyA = 0: set bfa += 1
- if harakBoyA = 1: set bfa += 2
- if harakBoyA = 2: set bfa += 1
- gt 'podezdM','grup1'
- end
- act 'Thump with the guys.':
- cla
- alko += 2
- gs 'stat'
- if harakBoy = 0: set bfa -= 1
- if harakBoy = 1: set bfa += 1
- if harakBoy = 2: set bfa += 2
- set fat += 1
- set manna += 10
- set willpower += 10
- gt 'podezdM','grup2'
- end
- =======
- '<center><img src="pic/podezdM1.jpg" ></center>'
- 'In the entrance includes a couple of guys, they came to your guy and greeted him. Guys have brought vodka and snacks.'
- act 'refuse to drink.':
- cla
- if harakBoyA = 0:set bfa = bfa + 1
- if harakBoyA = 1:set bfa = bfa - 1
- if harakBoyA = 2:set bfa = bfa - 2
- gt'podezdM','grup1'
- end
-
- act 'drink a little.':
- cla
- alko+=1
- gs'stat'
- if harakBoyA = 0:set bfa = bfa + 1
- if harakBoyA = 1:set bfa = bfa + 2
- if harakBoyA = 2:set bfa = bfa + 1
- gt'podezdM','grup1'
- end
-
- act 'Thump with the guys.':
- cla
- alko+=2
- gs'stat'
- if harakBoy = 0:set bfa = bfa - 1
- if harakBoy = 1:set bfa = bfa + 1
- if harakBoy = 2:set bfa = bfa + 2
- set fat = fat + 1
- set manna = manna + 10
- set willpower = willpower + 10
- gt'podezdM','grup2'
- end
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'grup1':
- =======
- if $ARGS[0]='grup1':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- gs 'stat'
- 'You tusite in porch with the guys, they poison jokes, thumps and yuk.'
- '<<$boyA>> drank beer and offered to take you home.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- =======
- gs'stat'
- 'You tusite in the stairwell with the guys, they poison jokes, thumps and gogochut.'
- '<<$boyA>> drank beer and offered to take you home.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- >>>>>>> 329_podezdM
- end
- <<<<<<< 329_podezdM
- if $ARGS[0] = 'grup2':
- =======
- if $ARGS[0]='grup2':
- >>>>>>> 329_podezdM
- cla
- *clr
- <<<<<<< 329_podezdM
- gs 'stat'
- 'You nakiryalis hard floor and floats beneath your feet, one of the guys hug your waist, that you would not have fallen.'
- 'Another man cackled and began to paw you chest.'
- if harakBoyA = 0:
- '<<$boyA>> began to mumble, "You guys that can not be so!"'
- 'At that drunken guys just laughed and began pulling off your clothes.'
- act 'Resist.': gt 'sexm','gangrape'
- act 'Surrender.': gt 'sexm','gangbang'
- exit
- end
- if harakBoyA = 1:
- '<<$boyA>> stood up and yelled, "Hey, you ohreneli what? That´s my chick, took his hands."'
- 'Guys take a back seat and loosened his grip.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- act 'Shut up, I´ll decide who I sleep, go here boys.': gt 'sexm','gangbang'
- exit
- end
- if harakBoyA = 2 and izvrat = 0:
- '<<$boyA>> stood up and silently broke a bottle over the head guy who you pawing at his chest, the guy fell to the floor and groaned. <<$boyA>> quietly and confidently said, "Who else wants some?"'
- 'Guys you instantly released and moved aside.'
- act 'Go with a guy before his entrance.': gt 'sexm','start'
- act 'Or maybe all together ..?': gt 'sexm','gangbang'
- exit
- end
- if harakBoyA = 2 and izvrat = 1:
- '<<$boyA>> neigh "Let this whore in a circle is empty!"'
- 'Drunk guys were enthusiastic about the proposal and began pulling off your clothes.'
- act 'Resist.': gt 'sexm','gangrape'
- act 'Surrender.': gt 'sexm','gangbang'
- exit
- end
- end
- =======
- gs'stat'
- 'You nakiryalis hard floor and floats beneath your feet, one of the guys you embraced by the waist, that you would not have fallen.'
- 'Another man guffawed and began to paw you for chest.'
- if harakBoyA = 0:
- '<<$boyA>> began to mumble "children, that you, not the same as!"'
- 'At that drunken guys just laughed and began to pull off your clothes.'
- act 'resist.':gt'sexm','gangrape'
- act 'surrender.':gt'sexm','gangbang'
- exit
- end
-
- if harakBoyA = 1:
- '<<$boyA>> stood up and barked "hey, ohreneli you something? This is my heifer, removed his hands."'
- 'Guys take a back seat and loosen the grip.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- act 'Shut_Up, I myself decide with whom I sleep, Come here boys.':gt'sexm','gangbang'
- exit
- end
-
- if harakBoyA = 2 and izvrat = 0:
- '<<$boyA>> stood and silently broke a bottle over the head guy who you paw at his chest, man fell to the floor and groaned. <<$boyA>> quietly and confidently said "Even somebody wants?"'
- 'Guys let you instantly and stepped aside.'
- act 'To go along with the guy to her house.':gt'sexm','start'
- act 'Or maybe all together..?':gt'sexm','gangbang'
- exit
- end
-
- if harakBoyA = 2 and izvrat = 1:
- '<<$boyA>> neigh "Let`s take this whore in a circle is empty!"'
- 'Drunk guys were enthusiastic about the proposal and began pulling off your clothes.'
- act 'resist.':gt'sexm','gangrape'
- act 'surrender.':gt'sexm','gangbang'
- exit
- end
- end
- >>>>>>> 329_podezdM
- --- podezdM ---------------------------------
|