Browse Source

New location and related events, thanks to Degeneracy and nutluck

KevinSmarts 7 năm trước cách đây
mục cha
commit
6f95c2758a
8 tập tin đã thay đổi với 721 bổ sung6 xóa
  1. 1 0
      glife-notepad++
  2. 1 0
      glife.qproj
  3. 10 1
      locations/gdk
  4. 2 0
      locations/gdkbibl
  5. 4 0
      locations/gdkin
  6. 3 1
      locations/gdkkru
  7. 17 4
      locations/gdksport
  8. 683 0
      locations/gdktoilet

+ 1 - 0
glife-notepad++

@@ -243,6 +243,7 @@
             <File name="locations\gdkin" />
             <File name="locations\gdkkru" />
             <File name="locations\gdksport" />
+            <File name="locations\gdktoilet" />
             <File name="locations\generation" />
             <File name="locations\gevent" />
             <File name="locations\gkafe" />

+ 1 - 0
glife.qproj

@@ -424,6 +424,7 @@
       <Location name="gdkbibl"/>
       <Location name="gdkin"/>
       <Location name="gdksport"/>
+      <Location name="gdktoilet"/>
       <Location name="BMloc"/>
       <Location name="ugel"/>
       <Location name="Voltrener"/>

+ 10 - 1
locations/gdk

@@ -18,7 +18,14 @@ elseif hour >= 20 and hour <= 23:
 	'<center><img src="images/etogame/dk_night.jpg"></center>'
 	'The entrance to the Community Centre is full of young people, the guys are just hanging around smoking and joking. The girls in small groups, all dressed up and gossiping. You see the bushes moving, Pavlovsks'' famous make out garden.'
 	'You hear people in the alley beside the club. <a href="exec:minut += 5 & GT ''ugel''">Investigate</a>.'
-	if money >= 25:act 'Go to the dance (25 <b>₽</b>)':money -= 25 & minut += 15 & gt 'gdkin'
+	if gdkin_in = daystart:
+		act 'Return to the dance':gt 'gdkin'
+	elseif money >= 25:
+		act 'Go to the dance (25 <b>₽</b>)':
+		money -= 25
+		minut += 5
+		gt 'gdkin'
+	end
 end
 
 if hour >= 16 and hour < 20:act 'Go to the sports section':gt 'gdksport', 'start'
@@ -27,6 +34,8 @@ if hour >= 8 and hour < 18:act 'Go to the library':gt 'gdkbibl'
 
 if hour >= 12 and hour < 20:act 'Go upstairs to the hobby clubs':gt'gdkkru'
 
+act 'Go to the toilets': gt 'gdktoilet', 'start'
+
 act 'Leave':gt 'pavResidential'
 
 gs'family'

+ 2 - 0
locations/gdkbibl

@@ -13,6 +13,8 @@ lcolor = rgb(106, 90, 205)
 
 act 'Leave':gt 'gdk'
 
+act 'Go to the toilets': gt 'gdktoilet', 'start'
+
 if hour >= 8 and hour <= 18:
 	act 'Read science book (1:00)':
 		cls

+ 4 - 0
locations/gdkin

@@ -1,6 +1,7 @@
 # gdkin
 
 if $ARGS[0] = '':
+	gdkin_in = daystart
 	$metka = ''
 	$loc = 'gdkin'
 	$location_type = 'public_indoors'
@@ -185,6 +186,9 @@ if $ARGS[0] = '':
 	end
 
 	act 'Go outside':gt 'gdk'
+	
+	act 'Go to the toilets': gt 'gdktoilet', 'start'
+
 end
 
 if $ARGS[0] = 'Katja_dance':	

+ 3 - 1
locations/gdkkru

@@ -15,7 +15,9 @@ LColor = RGB(106,90,205)
 '<center><img src="images/lur/kru/gdkkru.jpg"></center>'
 
 
-act 'Logout': gt 'gdk'
+act 'Leave': gt 'gdk'
+
+act 'Go to the toilets': gt 'gdktoilet', 'start'
 
 if hour >= 12 and hour <= 20:
 'At this time of day the community center operates various clubs.'

+ 17 - 4
locations/gdksport

@@ -38,16 +38,29 @@ if $ARGS[0] = 'start':
 !	if grupNPC[5] >= 80 and fedorKozlovQW = 0 and GorSlut = 0 and UNSTARTER = 1: gt 'gdksport', 'fedor_date'
 	!!event does not start as it is incomplete, needs home location and cinema location!!
 	
-	act 'Go outside': 
-		if lariskaQwestStart <= daystart and lariskaQwestStart ! 0 and lariskaHelp ! 1:
+	act 'Go outside':
+		if $clothingworntype = 'nude':
+			msg'<b><font color = red>You need to get dressed before leaving.</font></b>'
+			gt 'gdksport', 'start'
+		elseif lariskaQwestStart <= daystart and lariskaQwestStart ! 0 and lariskaHelp ! 1:
 			gt 'LariskaStart', 'start'
 		elseif lariskaQwestDay = daystart:
 			gt 'LariskaStart', 'end'
-		elseif $clothingworntype ! 'nude':
-			gt 'gdk'
 		else
+			gt 'gdk'
+		end
+	end
+
+	act 'Go to the toilets':
+		if $clothingworntype = 'nude':
 			msg'<b><font color = red>You need to get dressed before leaving.</font></b>'
 			gt 'gdksport', 'start'
+		elseif lariskaQwestStart <= daystart and lariskaQwestStart ! 0 and lariskaHelp ! 1:
+			gt 'LariskaStart', 'start'
+		elseif lariskaQwestDay = daystart:
+			gt 'LariskaStart', 'end'
+		else
+			gt 'gdktoilet', 'start'
 		end
 	end
 

+ 683 - 0
locations/gdktoilet

@@ -0,0 +1,683 @@
+# gdktoilet
+
+if $ARGS[0] = 'start':
+	CLOSE ALL
+	$metkaM = $ARGS[0]
+	$locM = $CURLOC
+	$metka = $ARGS[0]
+	$loc = $CURLOC
+	inited = 1
+	music_on = 1
+	volume = 100
+	$music_theme = 'gdis'
+	gs 'init_music'
+	cls
+	gs 'stat'
+	fcolor = rgb(0, 0, 0)
+	bcolor = rgb(255, 255, 255)
+	lcolor = rgb(106, 90, 205)
+	'<center><b><font color="maroon">Bathroom Entrance</font></b></center>'
+	'<center><img src="images/qwest/publicrest/bathroom_entrance.jpg"></center>'
+   
+	if hour >= 8 and hour <= 24:
+		act 'Go in the Men''s toilet': gt 'gdktoilet', 'mens'
+		act 'Go in the Women''s toilet': gt 'gdktoilet', 'womens'
+	end
+
+	if hour >=20 and hour <=24:
+		if gdkin_in = daystart:
+			act 'Return to the dance':gt 'gdkin'
+		elseif money >= 25:
+			act 'Go to the dance (25 <b>₽</b>)':
+			money -= 25
+			minut += 5
+			gt 'gdkin'
+		end
+	end
+
+	if hour >= 8 and hour <= 18:
+		act 'Go to the library': gt 'gdkbibl'
+	end
+
+	if hour >= 12 and hour <= 20:
+		act 'Go upstairs to the hobby clubs': gt 'gdkkru'
+	end
+   
+	if hour >= 16 and hour <= 20:
+		act 'Go to the gym': gt 'gdksport', 'start'
+	end
+	
+	act 'Go Outside': gt 'gdk'
+end
+
+if $ARGS[0] = 'mens':
+	$metkaM = $ARGS[0]
+	$locM = $CURLOC
+	inited = 1
+	music_on = 1
+	volume = 100
+	$music_theme = 'gdisb'
+	gs 'init_music'
+	clr
+	gs 'stat'
+	'<center><b><font color="maroon">Men''s Room</font></b></center>'
+	'<center><img src="images/qwest/publicrest/bathroom_mens.jpg"></center>'
+	'You peek around the corner. Inside this room, stalls line the right side, with urinals on the far wall and rows of sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a> to the left. The room has a smell of disinfect and stale piss.'
+
+	if rand(1, 10) >= 6:
+		'Its unusually empty, you could take a closer look, if you wanted to.'
+		dick = 20
+
+		act 'Take a closer look':
+			cla
+			*clr
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghmanstand.jpg"></center>'
+			'You enter the room and take a better look around, to your surprise, there is a naked man standing with his face to the wall. His body is pressed up close against the wall.'
+
+			act 'Smile at him':
+				horny += 20
+				minut +=2
+				cla
+				*clr
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/smiling.jpg"></center>'
+				'You look over his naked body, biting your lower lip in appreciation. You''re not at all sure what he is doing though, is this a thing boys regularly do?'
+
+				act 'Continue':
+					horny += 20
+					minut +=5
+					cla
+					*clr
+					gs 'stat'
+					'<center><img src="images/qwest/publicrest/ghsmiling.jpg"></center>'
+					'He turns his head and notices you, at first he seems a bit embarrassed and unsure what to do, but then he notices your look and  he smiles.  He turns around, giving you a full view of his naked body. As he walks over towards you, your eyes are drawn to his swinging dick. When he gets close to you, he leans in and kisses you'
+
+					act 'Kiss him':	
+						horny += 20
+						minut +=5
+						cla
+						*clr
+						gs 'stat'
+						'<center><img src="images/qwest/publicrest/1kissing.jpg"></center>'
+						'You return his kiss with a fierce passion you didn''t know you was feeling or maybe you are just turned on by naked guys. His hands gently roams all over  your body, finally ending up on your <<$titsize>> breasts where he play''s with them. His lips, hands, flutter of his tongue, all drive you crazy as you feel yourself getting more and more turned on.'
+
+						act 'Continue':
+							horny += 20
+							minut +=5
+							cla
+							*clr
+							gs 'stat'
+							'<center><img src="images/qwest/publicrest/2turning.gif"></center>'
+							'He starts pulling your clothes off, once you are mostly naked, he turns you around against the wall. He presses your face and breasts to the wall, while pulling your hips back away from the wall. Despite his aggressive behavior you rather enjoy being man handled.'
+
+							act 'Continue':
+								horny += 20
+								minut +=5
+								guy += 1
+								cls
+								gs 'boyStat', 72
+								gs 'stat'
+								'<center><img src="images/qwest/publicrest/3doggy.gif"></center>'
+								'He licks his fingers and coat''s the tip of his dick with his saliva. He then takes his <<dick>>cm <<$dick_girth>> dick and guides it into your wet pussy. Grabbing your hips he begins to thrust, into you hard and fast. You are so overwhelmed and turned on, that you fail to notice the other men that just walked in and are now watching.'
+
+								act 'Continue':
+									orgasm += 1
+									horny = 0
+									manna += 15
+									willpower += 15
+									minut +=5
+									cls
+									gs 'stat'
+									'<center><img src="images/qwest/publicrest/4standmiss.gif"></center>'
+									'He suddenly pulls out of you and roughly turns you back around, grabbing you, he lifts you up. You spread your legs and he lowers you back down, till you feel is <<dick>>cm <<$dick_girth>> dick slide back inside of your pussy. He carries you, fucking you the whole time, you are impressed by his strength, as he manages to not only carry you, but fuck you at the same time. He slams your back roughly but not painfully into a open stall door and presses your body against it, then he starts fucking you in earnest. It seems he is nowhere near ready to cum.'
+
+									act 'Continue':
+										horny += 10
+										minut +=5
+										cls
+										gs 'stat'
+										'<center><img src="images/qwest/publicrest/5blowjob.gif"></center>'
+										'After some time, he pulls out of you and lets you down, you think he is getting a bit tired from holding you up. He pulls you along with him, as he backs up and half sits, half leans against the sinks. He puts his hand on your head and grabs and handful of hair, he pushes your head down and towards his dick. You understand what he wants and take his dick into your mouth. You start sucking him off, using your lips to stroke, his hands holds onto your hair, keeping your from pulling away. Not that you would, you are excited and love sucking his dick.'
+
+										act 'Continue':
+											stat['bj'] += 1
+											throat += 1
+											horny += 10
+											minut +=5
+											cls
+											gs 'stat'
+											'<center><img src="images/qwest/publicrest/6cowgirl.gif"></center>'
+											'He yanks your head away, as he turns and lays down on the floor, on his back. He pulls you down on top of him, you straddle him and take his dick back into your pussy and you start to ride him. With out warning you feel his hot sperm shooting into you, filling your pussy..'
+
+											act 'finish':
+												cls
+												minut +=5
+												spafinloc = 0
+												stat['vaginal'] += 1
+												gs 'cum_manage'
+												gs 'stat'
+												'<center><img src="images/qwest/publicrest/misscream.gif"></center>'
+												'You pull off him, getting up and looking down at him and say."Why didn''t you tell me you were going to cum."  The man replies, "Sorry I was trying to hold back and thought I could." He continue''s to breath heavily and say''s "You were great, perhaps we''ll meet again" He gets up and gets dressed, that is when you finally notice the other men watching. You quickly get dressed and feel embarrassed you didn''t notice them before, leaving while your blushing.'
+                                                act 'Leave': gt'gdktoilet', 'mens'
+												end
+											end
+										end
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+
+		act 'Leave': gt'gdktoilet', 'start'
+	else
+		'Not seeing anyone and suddenly rethinking this whole idea, you turn and quickly leave.'
+
+		act 'Leave': gt'gdktoilet', 'start'
+	end
+end
+
+if $ARGS[0] = 'womens':
+	$metkaM = $ARGS[0]
+	$locM = $CURLOC
+	inited = 1
+	music_on = 1
+	volume = 100
+	$music_theme = 'gdisb'
+	gs 'init_music'
+	cla
+	*clr
+	gs 'stat'
+	'<center><b><font color="maroon">Women''s Room</font></b></center>'
+	'<center><img src="images/qwest/publicrest/bathroom_women.jpg"></center>'
+	'You walk in to the women''s restroom, You see some sinks and a <a href="exec:gt ''mirror'', ''start''">mirrors</a>.  You notice the last stall has it''s door wide open, clearly empty and there seems to be a large black spot on the wall.'
+
+	dynamic $basin
+	dynamic $quickwash
+
+	act 'Go to the last stall': gt'gdktoilet', 'emptystall'
+	act 'Leave': ghnow = 0 & gt'gdktoilet', 'start'
+end
+
+if $ARGS[0] = 'emptystall':
+	cla
+	*clr
+	minut +=5
+	gs 'stat'	'<center><b><font color="maroon">Empty Stall</font></b></center>'
+	'<center><img src="images/qwest/publicrest/ghseenomen.jpg"></center>'
+	'You walk down to the last stall and look in, next to the toilet is a whole in the wall. That is what the black spot was, a rather large almost perfectly round hole. Puzzled you wonder how it got there and why no one has fixed it.'
+
+	act 'Caress Yourself':
+		minut += 5
+		horny += 10
+		manna += 10
+		cla
+		*clr
+		'<center><img src="images/qwest/publicrest/caress1.gif"></center>'
+		'Feeling a bit turned on, you close the door to the stall and reach inside of your panties and start rubbing your clit, before long you are breathing heavy and moaning.'
+
+			act 'continue': gt 'gdktoilet', 'toilet'
+		end
+	act 'Look in the hole'
+	    '<center><img src="images/qwest/publicrest/ghseenomen.jpg"></center>'
+	    'Looking through the hole, you can see a row of urinals on the other side. The hole must be to the mens room next door. You don''t see any men currently in there.'
+		act 'Look through the hole again':gt 'gdktoilet', 'hole'
+	    act 'Leave Stall':gt 'gdktoilet', 'womens'	
+	end
+end
+
+if $ARGS[0] = 'toilet':
+	minut += 5
+	horny += 10
+	manna += 10
+	if horny >= 100:
+		orgasm += 1
+		horny = 0
+		manna += 15
+		willpower += 15
+		stat['mast'] += 1
+		gs 'stat'
+		cla
+		*clr
+		'<center><img src="images/qwest/publicrest/orgasm.gif"></center>'
+		'As your pussy gets wet you pulls you panties down and slip your fingers inside or yourself. You start finger fucking yourself, with in a few minutes a powerful orgasm rocks your body. Leaving you gasping and trembling as you recover.'
+	    act 'Look through the hole again':gt 'gdktoilet', 'hole'
+	    act 'Leave Stall':gt 'gdktoilet', 'womens'
+	end
+end
+
+if $ARGS[0] = 'hole':
+	cls
+	dick = rand(16, 23)
+	minut +=5
+	gs 'stat'
+	if rand(1, 10) >= 7 - (ghnow * 2):
+		'<center><img src="images/qwest/publicrest/ghseemen.jpg"></center>'
+		'You look through the hole and see several mens with their backs to you, using the urinals.'
+		if guy = 0:
+
+			act 'Sign the wall':
+				cla
+				*clr
+				'<center><img src="images/qwest/publicrest/ghstartled.gif"></center>'
+				'While looking through the hole you decided to write something on the wall just above it. While you was focused on writing, you didn''t notice the dick poking through the hole until the tip of it nearly went into your mouth. Startled you jerk away from the offending penis.'
+				act 'Suck it': gt 'gdktoilet', 'blowjob'
+				act 'Touch the shaft':gt 'gdktoilet', 'virgin'
+				act 'Quickly leave the stall':
+					cla
+					*clr
+					'<center><img src="images/qwest/publicrest/eww.gif"></center>'
+					'You shudder in disgust at the thought that some strangers dick was just practically in your mouth, you get up and quickly leave.'
+					act'Leave':gt 'gdktoilet', 'womens'
+				end
+			end
+		elseif guy > 0:
+
+			act 'Stick your finger in the hole':
+				cla
+				*clr
+				ghnow += 1
+				money += 100
+				minut += 10
+				gs 'stat'
+				if gloryhole = 0:
+					'<center><img src="images/qwest/publicrest/ready.jpg"></center>'
+					'You put your finger in the hole hoping to entice a man to come over. Then you put your face close to the hole and open your mouth.'
+					'The man slips 100 <b>?</b> into the hole, and then put''s his erect cock through the hole.'
+					act 'Blow Him': gt 'gdktoilet', 'blowjob'
+				end
+				if gloryhole > 0:
+					'<center><img src="images/qwest/publicrest/ready.jpg"></center>'
+					'You poke your finger in the hole showing that you are ready to serve a man. Then you put your face close to the hole and open your mouth.'
+					'The stranger slips 100 <b>?</b> into the hole, and then his erect cock pokes out of the hole.'
+					act 'Blow Him': gt 'gdktoilet', 'blowjob'
+				end
+				act 'Stop':
+					cla
+					*clr
+					'See the dick poke through you reconsider what you are about to do, do you really want to suck some strange man''s dick, through a hole in the bathroom for money?'
+					act 'Take his money and Leave':gt 'gdktoilet', 'rape'
+					act 'Give back the money and Leave':
+						money -= 100
+						gt 'gdktoilet', 'womens'
+					end
+					act 'Blow Him': gt 'gdktoilet', 'blowjob'
+				end
+			end
+			act 'Leave':
+				cla
+				'You reconsider what you are about to do and quickly leave the stall.'
+				act 'Continue':gt 'gdktoilet', 'womens'
+			end
+		end
+	else
+		cla
+		*clr
+		'<center><img src="images/qwest/publicrest/ghseenomen.jpg"></center>'
+		'Looking through the hole, you can see a row of urinals on the other side. The hole must be to the mens room next door. You don''t see any men currently in there.'
+
+		act 'Leave':gt 'gdktoilet', 'womens'
+	end
+end
+
+if $ARGS[0] = 'virgin':
+	'<center><img src="images/qwest/publicrest/ghvirgin1.gif"></center>'
+	'You tentatively reach out and gentle touch the dick, have afraid too and have wanting to.'
+
+	act 'Grab it':
+		cla
+		*clr
+		'<center><img src="images/qwest/publicrest/ghfeeling.gif"></center>'
+		'You biting your lip and deciding you want to feel it some more, you reach over again and grab it. You caress it with your hand, it is harder than you expected and warm to the touch, it almost feels like it is throbbing in your hand. Unexplained feeling of excitement runs through your body. You hear through the wall a guy saying, "Jerk me off at least."  You respond, "What?" He replies, "Really, you don''t know? Just grab it with your hand and slide it up and down."'
+
+		act 'Slide your hand on his penis':
+			cla
+			*clr
+			minute +=5
+			gloryhole += 1
+			guy += 1
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghstroke1.gif"></center>'
+			'You decide to gently slide your hand on his dick. You feel his hard penis throb as you continue to slide your hand up and down. To your surprise you are really enjoying stroking the dick, you can feel your pussy getting wet from the experience. As you get more turned on, you grab it with both hands and stroke it.'
+
+			act 'Continue Stroking':
+				spafinloc = 12
+				gs 'cum_manage'
+				spafinloc = 13
+				swallow += 1
+				minute +=5
+				gs 'cum_manage'
+				cla
+				*clr
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/ghmastcum.gif"></center>'	
+				'Without any warning, hot white liquid spurts out the tip of his penis. You look at your hand''s, watching the sperm run down the back of your hand and down onto your arm.  The man panting says, "That was," He takes another breath "That was great."'	
+                'You decide to lick a bit of the sperm off your hand, curious what it tastes like. It''s slimy and tastes tart.'
+				act'Leave Stall': gt 'gdktoilet', 'womens'
+				end
+			end	
+		end
+		act 'Stop':
+			cla
+			*clr
+			'<center><img src="images/qwest/publicrest/eww.gif"></center>'
+			'You let of him, wondering what possessed you to grab some strangers dick in the first place. You quickly leave the stall, you can hear the guy. "Hey why did you stop?... Hello? Are you still there? What the fuck!"'
+
+			act 'Quickly get out': gt 'gdktoilet', 'womens'
+		end
+	end
+end
+
+if $ARGS[0] = 'blowjob':        
+	cla
+	horny += VAF
+	guy += 1
+	stat['bj'] += 1
+	gloryhole += 1
+	throat += 1
+	sexcontra = 0
+	gs 'boyStat', 72
+	temp = rand(1, 3)
+	'<center><img src="images/qwest/publicrest/ghbj<<temp>>.gif"></center>'
+	'You wrap your lips around his dick and take his <<dick>>cm <<$dick_girth>> cock in your mouth and start to suck it, you suck the cock enthusiastically.'
+	act 'Undress':gt 'gdktoilet', 'ghsex'
+	end
+	act 'Continue to Suck':
+		cla
+		*clr
+		temp = rand(1, 3)
+		'<center><img src="images/qwest/publicrest/ghbj<<temp>>.gif"></center>'
+		'You suck on his dick, bobbing your head, sometimes using your hands to stroke his shaft at the same time, other times your hands massage his balls. Before to long you hear the guy moan in pleasure, "I''m coming."'
+
+		act 'Swallow':
+			cla
+			*clr
+			vaf += 2
+			swallow += 1
+			spafinloc = 12
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghswallow.gif"></center>'
+			'Despite what he says you keep sucking his dick, you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
+			act 'Get up': gt'gdktoilet', 'emptystall'
+		end
+		act 'Step back':
+			cla
+			*clr
+			vaf += 2
+			spafinloc = 11
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghfacial.gif"></center>'
+			'You pull your mouth off his dick but keep jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
+			act 'Get up': gt'gdktoilet', 'emptystall'
+		end
+	end
+end							
+
+if $ARGS[0] = 'ghsex':
+	cla
+	*clr
+	gs 'stat'
+	'<center><b><font color="maroon">Empty Stall</font></b></center>'
+	'<center><img src="images/qwest/publicrest/ghundress.gif"></center>'
+	'You let go of him and quickly undress, once you are naked you start stroking him again while you line yourself up with his dick. You badly want to fuck him.'
+	if stat['anal'] > 0:
+		act 'Ass':gt 'gdktoilet', 'anal'
+	end
+	if vagina > 0:
+		act 'Pussy':gt 'gdktoilet', 'pussy'
+	end
+end	
+
+if $ARGS[0] = 'anal':
+	cla
+	stat['vaginal'] += 1
+	stat['anal'] += 1
+	gs 'boyStat', 72
+	'<center><img src="images/qwest/publicrest/ghintoass.gif"></center>'
+	'You rub your wet pussy and get your fingers nice and wet and then rub it on your asshole, you do the same to his dick, then you guide his <<dick>>cm <<$dick_girth>> cock into your ass. You feel his dick enter your tight ass, feelings of pain and pleasure rush through you.'
+
+	act 'Keep Going':
+		cla
+		*clr
+		if anus < 30 and anus >= 20:anus += 1 & agape = 1 & horny += RAND(20,40)
+			'The pain fades quickly and soon all you feel pleasure. You fuck his dick with your ass, taking him deeper and deeper, as you get faster and faster, you start to rub your clit as you feel yourself getting close to climax. You can tell by the throbbing of his dick and ragged breathing he is about to cum.'
+		if anus < 20 and anus >= 10:anus += 1 & agape = 1
+			'The pain fades slowly and soon all you feel pleasure. You fuck his dick with your ass, taking him deeper and deeper, as you get faster and faster, you start to rub your clit as you feel yourself getting close to climax. You can tell by the throbbing of his dick and ragged breathing he is about to cum.'
+		if anus < 10:anus += 2 & agape = 2
+			'The pain doesn''t fade and instead it starts to hurt worse after awhile and the pleasure starts to fade. You fuck his dick with your ass, at first taking him deeper and deeper, as you get faster and faster. As the pleasure fades and the pain gets worse you slow down and don''t take him as deep. you start to rub your clit to help with the sensation of pleasure. You consider stopping as the pain gets worse, but you can tell by the throbbing of his dick and ragged breathing he is about to cum and decided to keep it up so he can finish.'
+		'<center><img src="images/qwest/publicrest/ghanal.gif"></center>'
+
+		act 'Let him cum in your ass.':
+			cla
+			*clr
+			minut +=10
+			spafinloc = 3
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghanalcream1.gif"></center>'
+			'You feel his dick throb as he shoots his load of sperm deep in your ass, filling it up. When you pull your ass off his dick, you feel the hot sperm spilling out of your gapping asshole.'
+			act 'Get up': gt'gdktoilet', 'emptystall'
+		end
+		act 'Pull out':
+			cla
+			*clr
+			minut +=10
+			spafinloc = 4
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghcumonass.jpg"></center>'
+			'You pull your ass away, feeling his cock slip out of your asshole, just as you feel hot splashing of cum landing on your butt, coating your cheeks and running down the crack of your ass.'
+			act 'Get up': gt'gdktoilet', 'emptystall'
+		end
+		act 'Quickly turn around and kneel':
+			cla
+			*clr
+
+			act 'Let him come in your mouth':
+				cla
+				*clr
+				minut +=10
+				spafinloc = 12
+				gs 'cum_manage'
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/ghswallow.gif"></center>'
+				'Once down on your knees you take his dick into your mouth and start sucking him, tasting your own ass on his dick. But you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
+				act 'Get up': gt'gdktoilet', 'emptystall'
+			end
+			act 'Let him cum on your face':
+				cla
+				*clr
+				minute +=10
+				spafinloc = 11
+				gs 'cum_manage'
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/ghfacial.gif"></center>'
+				'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
+				act 'Get up': gt'gdktoilet', 'emptystall'
+			end
+		end
+		act 'Stop':
+			cla
+			*clr
+			'<center><img src="images/qwest/publicrest/analpain.jpg"></center>'
+			'The pain gets to be to much and and you can''t take it anymore, on the verge of tears you stop and pull your ass off his dick. You quickly get dressed and leave, you wonder if it was suppose to hurt that much. You can hear the guy yelling at you for having stopped before he finished.'
+			act 'Leave': gt'gdktoilet', 'womens'
+		end
+	end
+end	
+
+if $ARGS[0] = 'pussy':
+	cla
+	horny += 10
+	minut += 10
+	if prezik > 0:
+		prezik -= 1
+		protect = 1
+		if preziktype = 2:
+			sexcontra = 7
+			'You take one of your sabotaged condoms and put it on the stranger.'
+		else
+			sexcontra = 3
+			'You take a condom and put it on the stranger''s dick.'
+		end
+	else
+		sexcontra = 0
+	end
+
+	act 'Put it in your pussy':gt 'gdktoilet', 'pussy2'
+end
+
+if $ARGS[0] = 'pussy2':
+	cla
+	clr
+	gs 'boyStat', 72
+	if protect = 1:
+		'<center><img src="images/qwest/publicrest/ghsexcon.gif"></center>'
+	else
+		'<center><img src="images/qwest/publicrest/ghsex.gif"></center>'
+	end
+	'You turn around and back up to the hole, you use one hand to guide his dick into your pussy. The <<dick>>cm <<$dick_girth>> cock slides easily into your wet pussy, causing you to moan in pleasure as you move your hip''s back and forth. You start humping his dick with fast movement''s, taking the full length of him balls deep into you, which causes him to moan loudly. After several minutes, you hear him on the other side of the wall yell out "I''m gonna come.'
+	if protect ! 1:
+
+		act 'Allow him to cum inside.':
+			cla
+			*clr
+			minut +=10
+			spafinloc = 0
+			gs 'cum_manage'
+			gs 'stat'
+			'<center><img src="images/qwest/publicrest/ghcreampie.gif"></center>'
+			'You feel his hot sperm fill your pussy in spurt after spurt, when you finally pull yourself off him. You can feel the sperm leaking out of your pussy.'
+			if knowpreg = 0 and thinkpreg = 0:
+				if tabletkishot = 0:
+				!not on pill
+					if pillcon > 2000:
+						!on pill
+						'"Good thing I''m on the pill." you think to yourself.'
+					else
+						!not on pill
+						'"Damn! I could get pregnant!" you think in horror.'
+					end
+				else
+					!on pill
+					'"I''m glad I got my birth control shot." you think to yourself.'
+				end
+			else
+				'You chuckle to yourself, "Well at least I cannot get more pregnant."'
+			end
+
+			act 'get dressed': gt'gdktoilet', 'emptystall'
+		end
+		act 'Quickly turn around and get on your knees':
+			cla
+			*clr
+
+			act 'Let him come in your mouth':
+				cla
+				*clr
+				minut +=10
+				spafinloc = 12
+				gs 'cum_manage'
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/ghswallow.gif"></center>'
+				'Once down on your knees you take his dick into your mouth and start sucking him. You are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
+				act 'get dressed': gt'gdktoilet', 'emptystall'
+			end
+			act 'Let him cum on your face':
+				cla
+				*clr
+				minute +=10
+				spafinloc = 11
+				gs 'cum_manage'
+				gs 'stat'
+				'<center><img src="images/qwest/publicrest/ghfacial.gif"></center>'
+				'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
+				act 'get dressed': gt'gdktoilet', 'emptystall'
+			end
+		end
+	else
+		if sexcontra = 4:
+			'You pull off of <<$boy>> and look at his dick. and think "Oh shit! The condom burst."'
+		elseif sexcontra = 5:
+			'You pull off of <<$boy>> and look at his dick. and think "Oh shit! The condom is missing!"'
+		else
+			'<<$boy>> groaned and you realized that he had came in the condom.'
+		end
+		sexcontra = 0
+		protect = 0
+
+		act 'get dressed': gt'gdktoilet', 'emptystall'
+	end
+end
+
+if $ARGS[0] = 'rape':
+	cla
+	clr
+	dick = rand(9, 20)
+	if rand(1, 20) > 12:
+		'<center><img src="images/qwest/publicrest/mensrape3.gif"></center>'
+		'Just as you are leaving the womens restroom a naked man storm''s out of the Mens restroom and grab''s you by the hair and drag''s you inside the mens room. He rip''s off your top and force''s you down on your knees, shoving his dick in your mouth, forcing you to suck his dick.'
+
+		act 'continue':
+			cla
+			*clr
+			minute +=10
+			'<center><img src="images/qwest/publicrest/mensrape4.gif"></center>'
+			'You bite down his dick, which makes him pull his dick out of your mouth. "Fine you little fucking cunt, we''ll do this the hard way." He lift''s you up and forces you between two urinals with your face up against the wall. He roughly shoves his cock in your ass, the only lubrication is the bit of your saliva still on his dick. It feels like he is ripping your ass open, you cry and scream. He just jack hammers your ass balls deep, while holding your by the throat.'
+
+			act 'continue':
+				cla
+				*clr
+				minute +=10
+				'<center><img src="images/qwest/publicrest/mensrape1.gif"></center>'
+				'As you scream he reaches up and clamps a hand over your mouth to muffle your screams, he continues you pound your ass balls deep with his dick. Not relenting no matter how much you struggle or cry. "You think it''s funny bitch to steal a mans hard earn money, well you won''t think it is so funny after I am done with you. I''m going to fuck your ass till it bleeds like your cunt."'
+				'He keeps ripping your ass up with his dick, the pain is unbearable, but there is nothing you can do about it. You really wish you hadn''t taken his money and kept it.'
+
+                act 'continue':
+				    cla
+					*clr
+					spafinloc = 11
+					spafinloc = 12
+					gs 'cum_manage'
+					gs 'stat'
+					end
+					if anus < 30 and anus >= 20:anus += 2 & agape = 2 & horny += RAND(20,40)
+					if anus < 20 and anus >= 10:anus += 2 & agape = 3
+					if anus < 10:anus += 3 & agape = 3
+					'<center><img src="images/qwest/publicrest/cumspit.gif"></center>'
+					'Finally he pulls the dick out of your ass and forces you back to your knees, he shoves his dick back in your mouth and you can taste your own ass on his dick. He says to you. "You fucking bite me again bitch and I will call everyone I know and we will train fuck your ass for days." Afraid he is serious you suck his dick until he finally shoots his load in your mouth. With that he lets go of you and walks off in disgust.'
+					'Grabbing your clothes you get up and run out of the bathroom and run all the way home, only once you are several blocks away do you stop to put your clothes back on.'
+					act 'Leave':gt 'korrPar'
+					end
+				end
+			end
+		end
+	else
+		inited = 1
+		music_on = 1
+		volume = 100
+		$music_theme = 'gdis'
+		gs 'init_music'
+		cla
+		*clr
+		'<center><img src="images/etogame/club_yaho.jpg"></center>'
+		'You run into the crowd and start dancing to blend in.  You hear a man yell out, "Where''s that bitch that took my money?"  He storms off and you feel like it''s your lucky day today.'
+
+		act 'Dance':
+			cla
+			*clr
+			minute +=10
+			'<center><img src="images/etogame/club_dance.jpg"></center>'
+			'You continue to dance until the man has left.'
+			act 'Stop': gt 'gdkin'
+		end
+	end
+end
+
+--- gdktoilet ---------------------------------
+