Browse Source

Check and adjust the start of the story a bit.

Add comments to files.
HotMike 1 year ago
parent
commit
3b8da4f329
5 changed files with 17 additions and 6 deletions
  1. 2 0
      glife.qproj
  2. 2 2
      locations/korrPar.qsrc
  3. 6 0
      locations/natbelEv.qsrc
  4. 4 1
      locations/natbel_init.qsrc
  5. 3 3
      locations/natbelapt.qsrc

+ 2 - 0
glife.qproj

@@ -754,9 +754,11 @@
 		<Location name="arturQW"/>
 	</Folder>
 	<Folder name="Natasha Belova">
+		<Location name="natbel_init"/>
 		<Location name="natbel_chat"/>
 		<Location name="natbel_cp_1"/>
 		<Location name="natbel_friend"/>
+		<Location name="natbel_pregnancy"/>
 		<Location name="natbelapt"/>
 		<Location name="natbelEv"/>
 		<Location name="natkolEv"/>

+ 2 - 2
locations/korrPar.qsrc

@@ -1,10 +1,10 @@
 # korrPar
-
+!! Home of parents, hallway
 music_loop = 0
 menu_off = 0
 
 if sound = 0 and pavhome_enter = 1:
-	PLAY 'sound/korr.mp3',30
+	play 'sound/korr.mp3',30
 	pavhome_enter = 0
 end
 

+ 6 - 0
locations/natbelEv.qsrc

@@ -80,9 +80,15 @@ if $ARGS[0] = 'natbel_go':
 		'<center><b><font color="maroon"><<$npc_firstname[''A16'']>> <<$npc_lastname[''A16'']>></font></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big16.jpg"></center>'
 		'It takes you 10 minutes to walk to Natasha''s apartment. You discuss all the small stuff in your lives that amuse you.'
+		'Before you know it, you are inside the hallway of her apartment.'
 		gs 'natbel_init', 'trackers'
+		! This will set a random location, and 0 is an option, or time might be wrong.
+		! Where do we go to with Natasha: her room straight away.
+		NatashaLoc = 2
+		act 'Enter her room': gs 'natbelapt' , 'natroom'
 	end
 end
+
 if $ARGS[0] = 'study_together':
 	*clr & cla
 	menu_off = 1

+ 4 - 1
locations/natbel_init.qsrc

@@ -1,4 +1,6 @@
 # natbel_init
+!! 2023/05/30 - Hooded Silence
+
 !! Natasha Quest Initiator - This is the trigger file for all quests and events associated with Natasha
 !! Set up apartment variable calls and trackers
 !! Events concerning Natasha Belova (and her mother)
@@ -56,6 +58,7 @@ if $ARGS[0] = 'nat_debt_timer':
 	end
 end
 
+! Natasha''s schedule inside her home, random location. Called often.
 if $ARGS[0] = 'nat_schedule':
 		NatashaShower = 0
 		NatashaLoc = rand(0,7)
@@ -159,7 +162,7 @@ if $ARGS[0] ='quests':
 end
 
 
-!! Stage 0 - Introit
+!! Stage 0 - Intro it
 if $ARGS[0]='stage_0': 
 end
 

+ 3 - 3
locations/natbelapt.qsrc

@@ -7,7 +7,7 @@
 
 !{ Natasha Quest Line
 
-! To be changed next dev cycle into s_stage for slave route and l_stage  the love route to make quest management easier.
+! To be changed next dev cycle into s_stage for slave route and l_stage for the love route to make quest management easier.
 NatbelQW['QWstage'] = 0:
 NatbelQW['QWstage'] = 1: You can study with Natasha after school.
 NatbelQW['QWstage'] = 2: Natasha borrowed money for the first time.
@@ -37,10 +37,10 @@ NatbelQW['evt_day'] day tracker for events, set to daystart used to control ques
 !!this is the text and chances anyone is at Natasha''s apartment.
 if $ARGS[0] = 'home':
 	$track_loop = ''
-	if sound = 0:PLAY 'sound/korr.mp3',30
+	if sound = 0:play 'sound/korr.mp3',30
 	minut += 1
 	menu_off = 0
-	gs 'themes', 'indoors'	
+	gs 'themes', 'indoors'
 	gs 'shortgs', 'setloc', 'natbelapt', $ARGS[0]
 	$location_type = 'private'	
 	gs 'natbelEv', 'natmomhome'