123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- # 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
- end
- if $ARGS[0] = 'kiosk':
- cla
- *clr
- 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'
- if podrand >= 9:gt 'podezdM', 'grup'
- 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'
- if podrand >= 9:gt 'podezdM', 'grup'
- end
- end
- if $ARGS[0] = 'kiosk1':
- cla
- *clr
- 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
- end
- if $ARGS[0] = 'kiosk2':
- cla
- *clr
- 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
- end
- if $ARGS[0] = 'grup':
- cla
- *clr
- '<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
- end
- if $ARGS[0] = 'grup1':
- cla
- *clr
- 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'
- end
- if $ARGS[0] = 'grup2':
- cla
- *clr
- 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
- --- podezdM ---------------------------------
|