Browse Source

Renamed parkivent->park_walkevents, parkdin->park_walkeventsrnd

Netuttki 4 years ago
parent
commit
1239d9a0ca
6 changed files with 37 additions and 37 deletions
  1. 2 2
      glife.qproj
  2. 4 4
      locations/city_park.qsrc
  3. 1 1
      locations/gskver.qsrc
  4. 16 16
      locations/parkdin.qsrc
  5. 13 13
      locations/parkivent.qsrc
  6. 1 1
      locations/parks.qsrc

+ 2 - 2
glife.qproj

@@ -272,8 +272,8 @@
 		<Location name="city_drugden"/>
 		<Location name="city_drugden"/>
 		<Location name="city_bobka"/>
 		<Location name="city_bobka"/>
 		<Location name="city_park"/>
 		<Location name="city_park"/>
-		<Location name="parkdin"/>
-		<Location name="parkivent"/>
+		<Location name="park_walkeventsrnd"/>
+		<Location name="park_walkevents"/>
 		<Location name="city_clinic"/>
 		<Location name="city_clinic"/>
 		<Location name="city_market"/>
 		<Location name="city_market"/>
 		<Location name="city_marketwork"/>
 		<Location name="city_marketwork"/>

+ 4 - 4
locations/city_park.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'start':
 
 
 	act 'Leave': gt 'city_park', 'exit'
 	act 'Leave': gt 'city_park', 'exit'
 
 
-	act 'Walk around the park (1:00)': gt 'parkdin'
+	act 'Walk around the park (1:00)': gt 'park_walkeventsrnd'
 
 
 	gs 'treeCircEntry', 'CentralPark'
 	gs 'treeCircEntry', 'CentralPark'
 
 
@@ -172,7 +172,7 @@ if $ARGS[0] = 'start':
 					end
 					end
 					'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
 					'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
 					*nl
 					*nl
-					gs 'parkivent', 'run_reactions'
+					gs 'park_walkevents', 'run_reactions'
 				end
 				end
 			end
 			end
 		end
 		end
@@ -192,13 +192,13 @@ if $ARGS[0] = 'start':
 					'No luck! After searching for half an hour, you find no one. For such a large city you would have thought there would be suitable prey around, your needs remain so maybe another search will be required?'
 					'No luck! After searching for half an hour, you find no one. For such a large city you would have thought there would be suitable prey around, your needs remain so maybe another search will be required?'
 					act 'Continue': gt 'city_park', 'start'
 					act 'Continue': gt 'city_park', 'start'
 				else
 				else
-					suchunt = 1 & gt 'parkivent', '1'
+					suchunt = 1 & gt 'park_walkevents', '1'
 				end
 				end
 			end
 			end
 		end
 		end
 
 
 		if knowsfairy >= 1 and pcs_magik > 4:
 		if knowsfairy >= 1 and pcs_magik > 4:
-			act 'Find a place the Fairy may be': fairylooking = 1 & gt 'parkdin'
+			act 'Find a place the Fairy may be': fairylooking = 1 & gt 'park_walkeventsrnd'
 		end
 		end
 	end
 	end
 
 

+ 1 - 1
locations/gskver.qsrc

@@ -150,7 +150,7 @@ if $ARGS[0] = 'start':
 	!! If you already know about the treeCircle here in PavPark, go ahead and show it.
 	!! If you already know about the treeCircle here in PavPark, go ahead and show it.
 	if tpKnown['PavlovskPark'] = 1:	gs 'treeCircEntry', 'PavlovskPark'
 	if tpKnown['PavlovskPark'] = 1:	gs 'treeCircEntry', 'PavlovskPark'
 
 
-	gs 'parkivent', 'run'
+	gs 'park_walkevents', 'run'
 
 
 	if hour >= 8 and hour < 22:
 	if hour >= 8 and hour < 22:
 		act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
 		act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':

+ 16 - 16
locations/parkdin.qsrc

@@ -1,4 +1,4 @@
-# parkdin
+# park_walkeventsrnd
 
 
 if suchunt = 1:
 if suchunt = 1:
 	!!Used to randomize hunting times and make hunting faster the higher the suc level
 	!!Used to randomize hunting times and make hunting faster the higher the suc level
@@ -8,25 +8,25 @@ else
 	minut += 60
 	minut += 60
 end
 end
 gs 'stat'
 gs 'stat'
-gs 'parkivent'
+gs 'park_walkevents'
 
 
 parkrand = rand(1,20)
 parkrand = rand(1,20)
 !!day
 !!day
 if hour > 7 and hour < 21:
 if hour > 7 and hour < 21:
 	if parkrand < 10:
 	if parkrand < 10:
-		if parkrand = 1:gt 'parkivent', '1'
-		if parkrand = 2:gt 'parkivent', '2'
-		if parkrand = 3:gt 'parkivent', '3'
-		if parkrand = 4:gt 'parkivent', '4'
-		if parkrand = 5:gt 'parkivent', '5'
-		if parkrand = 6:gt 'parkivent', '6'
-		if parkrand = 7:gt 'parkivent', '7'
-		if parkrand = 8:gt 'parkivent', '8'
-		if parkrand = 9:gt 'parkivent', '9'
+		if parkrand = 1:gt 'park_walkevents', '1'
+		if parkrand = 2:gt 'park_walkevents', '2'
+		if parkrand = 3:gt 'park_walkevents', '3'
+		if parkrand = 4:gt 'park_walkevents', '4'
+		if parkrand = 5:gt 'park_walkevents', '5'
+		if parkrand = 6:gt 'park_walkevents', '6'
+		if parkrand = 7:gt 'park_walkevents', '7'
+		if parkrand = 8:gt 'park_walkevents', '8'
+		if parkrand = 9:gt 'park_walkevents', '9'
 	elseif parkrand = 19 and lactation['active'] > 0:
 	elseif parkrand = 19 and lactation['active'] > 0:
-        gt 'parkivent', 'find_baby'
+        gt 'park_walkevents', 'find_baby'
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 else
 else
 !!night
 !!night
@@ -49,13 +49,13 @@ else
 	end
 	end
 
 
 	if parkrand <= 5:
 	if parkrand <= 5:
-		gt 'parkivent', '1'
+		gt 'park_walkevents', '1'
 	elseif parkrand >= fairyrand and MagikDostup ! 1:
 	elseif parkrand >= fairyrand and MagikDostup ! 1:
 		gt 'MagEncounterFairy'
 		gt 'MagEncounterFairy'
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
---- parkdin ---------------------------------
+--- park_walkeventsrnd ---------------------------------
 
 

+ 13 - 13
locations/parkivent.qsrc

@@ -1,4 +1,4 @@
-# parkivent
+# park_walkevents
 
 
 if $ARGS[0] = 'empty':
 if $ARGS[0] = 'empty':
 	menu_off = 1
 	menu_off = 1
@@ -213,7 +213,7 @@ if $ARGS[0] = '2':
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -463,7 +463,7 @@ if $ARGS[0] = '4':
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -519,7 +519,7 @@ if $ARGS[0] = '5':
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -553,13 +553,13 @@ if $ARGS[0] = '6':
 				'"Ouch...", you say groggily as you wake up.'
 				'"Ouch...", you say groggily as you wake up.'
 				'"I thought you would never wake up.", a deep voice says. He grabs you by the hair and pulls you up, then takes his huge knife and holds it to your face. "Look pretty, if you don''t resist, this might be a pleasurable experience for you," he tells you, "Now take off your clothes, you won''t need them for now."'
 				'"I thought you would never wake up.", a deep voice says. He grabs you by the hair and pulls you up, then takes his huge knife and holds it to your face. "Look pretty, if you don''t resist, this might be a pleasurable experience for you," he tells you, "Now take off your clothes, you won''t need them for now."'
 
 
-				act 'Take off your clothing':gt 'parkivent', '6a'
+				act 'Take off your clothing':gt 'park_walkevents', '6a'
 			end
 			end
 		end
 		end
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -604,7 +604,7 @@ if $ARGS[0] = '6a':
 				gs 'arousal', 'bj', 5, 'sub', 'humiliation', 'rough', 'rape'
 				gs 'arousal', 'bj', 5, 'sub', 'humiliation', 'rough', 'rape'
 				gs 'stat'
 				gs 'stat'
 
 
-				act 'Suck him off':gt 'parkivent', '6b'
+				act 'Suck him off':gt 'park_walkevents', '6b'
 			end
 			end
 		end
 		end
 	end
 	end
@@ -744,7 +744,7 @@ if $ARGS[0] = '7':
 			exit
 			exit
 		end
 		end
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -772,7 +772,7 @@ if $ARGS[0] = '8':
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -829,7 +829,7 @@ if $ARGS[0] = '9':
 
 
 		exit
 		exit
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
@@ -862,7 +862,7 @@ if $ARGS[0] = 'run':
 					end
 					end
 					'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
 					'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
 					*nl
 					*nl
-					gs 'parkivent', 'run_reactions'
+					gs 'park_walkevents', 'run_reactions'
 				end
 				end
 			end
 			end
 		end
 		end
@@ -1099,11 +1099,11 @@ if $ARGS[0] = 'find_baby':
 		end
 		end
 		act 'Finish your walk':gt 'city_park', 'start'
 		act 'Finish your walk':gt 'city_park', 'start'
 	else
 	else
-		gt 'parkivent', 'empty'
+		gt 'park_walkevents', 'empty'
 	end
 	end
 end
 end
 
 
 
 
---- parkivent ---------------------------------
+--- park_walkevents ---------------------------------
 
 
 
 

+ 1 - 1
locations/parks.qsrc

@@ -33,7 +33,7 @@ if $ARGS[0] = 'start':
 		act 'Complete outing.':gt 'parks','start'
 		act 'Complete outing.':gt 'parks','start'
 	end
 	end
 
 
-	gs 'parkivent', 'run'
+	gs 'park_walkevents', 'run'
 
 
 	if hour >= 20 or hour < 6 :
 	if hour >= 20 or hour < 6 :
 		if home_owned[4] = 0:
 		if home_owned[4] = 0: