20 Commits 1af039a071 ... bdad598487

Author SHA1 Message Date
  ADCSux bdad598487 Merge branch 'working' 2 years ago
  ADCSux 68fe7fbaad [Fixed] Fixed city hotel pictures 2 years ago
  ADCSux 0ea00cb8ea [Fixed] Fixed room description at Pav hotel 2 years ago
  ADCSux 52cf553815 [Added] Added a feature to rent a room at the hotel in city center 2 years ago
  ADCSux 097c679a17 [Refactored] Refactored renting a room feature at pav hotel so it can be reused 2 years ago
  ADCSux 3dfb1f771f [Renamed] Renamed Pav hotel file names to make it more clear 2 years ago
  ADCSux 1fc02d70f4 [Renamed] Renamed hotel.qsrc to city_hotel.qsrc to avoid confusion with pav hotel 2 years ago
  Kevin_Smarts abe2e52852 Merge remote-tracking branch 'ADCSux/master' 2 years ago
  Kevin_Smarts be158dcd72 Merge remote-tracking branch 'Gwen/master' 2 years ago
  Kevin_Smarts 003828128e Merge remote-tracking branch 'bgkjdgbizgblzdgbr/master' 2 years ago
  Kevin_Smarts df0e716dc7 Merge remote-tracking branch 'Anya/master' 2 years ago
  Kevin_Smarts b2e1fbbdcb [added] More intros and several changes. Got to fix some links and check some stuff before I can replace the begin file. 2 years ago
  bgkjdgbizgblzdgbr 136116753c [fixed] Some bug fixes to the beach chats with the coolkids and jocks. 2 years ago
  bgkjdgbizgblzdgbr d3bdb5e052 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 2 years ago
  bgkjdgbizgblzdgbr de839353b8 [fixed] Missing $ 2 years ago
  Anya 119e5bda45 [fixed] some bad coding in cottage 2 years ago
  Gwen c87e195af2 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 2 years ago
  Gwen 763b691742 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 2 years ago
  Anya f179451ac9 [added] a full npcstatic entry for Diane, Rex's older sister, and updated Rex to have her last name 2 years ago
  Gwen a5ba35385d Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 2 years ago

+ 7 - 5
glife.qproj

@@ -234,9 +234,11 @@
 		<Location name="intro_uni_m"/>
 		<Location name="intro_uni_tg"/>
 		<Location name="intro_initialization"/>
+		<Location name="intro_initialization_uni"/>
 		<Location name="intro_customization"/>
 		<Location name="intro_sg_select"/>
 		<Location name="intro_sg_select_custom"/>
+		<Location name="intro_city_select"/>
 	</Folder>
 	<Folder name="NPCManage">
 		<Location name="npccleanc"/>
@@ -865,7 +867,7 @@
 		<Location name="MartinSex3"/>
 		<Location name="casino"/>
 		<Location name="mqroom"/>
-		<Location name="hotel"/>
+		<Location name="city_hotel"/>
 		<Location name="deckShuffle"/>
 	</Folder>
 	<Folder name="City Red Light">
@@ -1135,10 +1137,10 @@
 		<Location name="card"/>
 	</Folder>
 	<Folder name="Hotel">
-		<Location name="HotelHole"/>
-		<Location name="hotel_resep"/>
-		<Location name="HotelAdmin"/>
-		<Location name="hotel_work"/>
+		<Location name="pav_hotel"/>
+		<Location name="pav_hotelReception"/>
+		<Location name="pav_hotelAdmin"/>
+		<Location name="pav_hotelWork"/>
 		<Location name="HotelRoom"/>
 		<Location name="hotel_anna"/>
 		<Location name="hotel_anna_gear"/>

+ 15 - 21
locations/HotelRoom.qsrc

@@ -16,7 +16,7 @@ if $ARGS[0] = 'normal':
 	gs 'themes', 'indoors'
 	gs 'stat'
 	'<center><b><font color = maroon>Your normal hotel room</font></b></center>'
-	'<center>You have paid to stay for <<hotelroom1day - daystart>> more nights in the room.</center>'
+	'<center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.normal.jpg"></center>'
 	'Your hotel room is not very large, but it has everything you need and is quite stylish. The large <a href="exec:gt ''bed2''">double bed</a> takes up most of the room. A modern <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <a href="exec:gt ''mirror'',''start''">mirror</a>. The door to the <a href="exec:gt ''hotelroom'',''shower1''">bathroom</a> is to the right.'
 	'Your hotel room also has a <a href="exec:gt ''HotelRoom'',''tv''">TV</a>'+iif(komp = 1, ' and your <a href="exec: gt ''Komp'',''start''">laptop</a> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
@@ -24,7 +24,8 @@ if $ARGS[0] = 'normal':
 	act'Go to the hotel lobby':
 		if $clothingworntype ! 'nude':
 			hotelWiFi = 0
-			gt'hotelHole'
+			gt $hotel
+			killvar '$hotel'
 		else
 			msg'<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'
 			gt'HotelRoom','normal'
@@ -35,9 +36,6 @@ if $ARGS[0] = 'normal':
 	dynamic $fatdel
 	dynamic $lekarstvo
 	dynamic $vitamin
-	if curr_home ! 6:
-		act 'Set this hotel room as your main home':gs 'set_home', 6 & gt 'HotelRoom', 'normal'
-	end
 end
 
 if $ARGS[0] = 'better':
@@ -55,14 +53,15 @@ if $ARGS[0] = 'better':
 	gs 'themes', 'indoors'
 	gs 'stat'	
 	'<center><b><font color = maroon>Your luxury room</font></b></center>'
-	'<center>You have paid to stay for <<hotelroom1day - daystart>> more nights in the room.</center>'
+	'<center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.better.jpg"></center>'
 	'Your hotel room is not very large, but it has everything you need and is quite stylish. The large <a href="exec:gt ''bed2''">double bed</a> takes up most of the room. A modern <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <a href="exec:gt ''mirror'',''start''">mirror</a>. The door to the <a href="exec:gt ''hotelroom'',''shower1''">bathroom</a> is to the right.'
 	'Your hotel room also has a small flat-screen <a href="exec:gt ''HotelRoom'',''tv''">TV</a>'+iif(komp = 1, ' and your <a href="exec: gt ''Komp'',''start''">laptop</a> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
 	act'Go to the hotel lobby':
 		if $clothingworntype ! 'nude':
 			hotelWiFi = 0
-			gt'hotelHole'
+			gt $hotel
+			killvar '$hotel'
 		else
 			msg'<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'
 			gt'HotelRoom','better'
@@ -74,9 +73,6 @@ if $ARGS[0] = 'better':
 	dynamic $fatdel
 	dynamic $lekarstvo
 	dynamic $vitamin
-	if curr_home ! 6:
-		act 'Set this hotel room as your main home':gs 'set_home', 6 & gt 'HotelRoom', 'better'
-	end
 end
 
 if $ARGS[0] = 'best':
@@ -94,14 +90,15 @@ if $ARGS[0] = 'best':
 	gs 'themes', 'indoors'
 	gs 'stat'	
 	'<center><b><font color = maroon>Your royal suite</font></b></center>'
-	'<center>You have paid to stay for <<hotelroom1day - daystart>> more nights in the room.</center>'
+	'<center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best.jpg"></center>'
 	'Your hotel room is quite spacious, and is beautifully furnished. For a second, you wonder why a hotel in a town like Pavlovsk even has such a luxurious suite. The room is filled with expensive appliances. The gorgeous <a href="exec:gt ''bed2''">double bed</a> takes up most of the room. A modern <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <a href="exec:gt ''mirror'',''start''">mirror</a>. The door to the <a href="exec:gt ''hotelroom'',''shower1''">bathroom</a> is to the right.'
 	'Your hotel room also has a huge flat-screen <a href="exec:gt ''HotelRoom'',''tv''">TV</a>'+iif(komp = 1, ' and your <a href="exec: gt ''Komp'',''start''">laptop</a> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
 	act'Go to the hotel lobby':
 		if $clothingworntype ! 'nude':
 			hotelWiFi = 0
-			gt'hotelHole'
+			gt $hotel
+			killvar '$hotel'
 		else
 			msg'<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'
 			gt'HotelRoom','best'
@@ -114,9 +111,6 @@ if $ARGS[0] = 'best':
 	dynamic $fatdel
 	dynamic $lekarstvo
 	dynamic $vitamin
-	if curr_home ! 6:
-		act 'Set this hotel room as your main home':gs 'set_home', 6 & gt 'HotelRoom', 'best'
-	end
 end
 
 if $ARGS[0] = 'shower1':
@@ -132,21 +126,21 @@ if $ARGS[0] = 'shower1':
 	gs'stat'
 	
 	'<center><b><font color = maroon>The bathroom of your hotel room</font></b></center>'
-	if hotelroom = 1:
+	if hotelRoom[$hotel] = 1:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.normal1.jpg"></center>'&'A small and unpretentious bathroom, that is nevertheless quite stylish and has everything you need.'
-	elseif hotelroom = 2:
+	elseif hotelRoom[$hotel] = 2:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.better1.jpg"></center>'&'A nice looking and spacious bathroom, with separate bath tub.'
-	elseif hotelroom = 3:
+	elseif hotelRoom[$hotel] = 3:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'&'A very luxurious and spacious bathroom, fit for a king.'
 	end
 	
 	act 'Return to your room':
 		hotelShampoo = 0
-		if hotelroom = 1:
+		if hotelRoom[$hotel] = 1:
 			gt'HotelRoom','normal'
-		elseif hotelroom = 2:
+		elseif hotelRoom[$hotel] = 2:
 			gt'HotelRoom','better'
-		elseif hotelroom = 3:
+		elseif hotelRoom[$hotel] = 3:
 			gt'HotelRoom','best'
 		end
 	end

+ 1 - 1
locations/city_center.qsrc

@@ -219,7 +219,7 @@ if hour >= 8 and hour <= 18:
 else
 	$desc_txt5 = '<a href="exec:msg ''The National Library of Russia is closed and will reopen at 8:00''">National Library of Russia</a>'
 end
-'Next door is the <<$desc_txt1>> followed by a <<$desc_txt2>> and <<$desc_txt3>> and the 5-star <a href="exec: minut += 5 & gt ''hotel'', ''foyer''">Hotel Indigo</a> for your housing needs. Lastly, the local <<$desc_txt4>> and <<$desc_txt5>> can be found at the end of the road.'
+'Next door is the <<$desc_txt1>> followed by a <<$desc_txt2>> and <<$desc_txt3>> and the 5-star <a href="exec: minut += 5 & gt ''city_hotel'', ''start''">Hotel Indigo</a> for your housing needs. Lastly, the local <<$desc_txt4>> and <<$desc_txt5>> can be found at the end of the road.'
 *nl
 if week < 6 and hour >= 7 and hour <= 17:
 	$desc_txt6 = '<a href="exec: minut += 5 & gt ''sentence'',''start''">The City Courthouse</a>'

+ 175 - 0
locations/city_hotel.qsrc

@@ -0,0 +1,175 @@
+# city_hotel
+
+if $ARGS[0] = 'start' or $ARGS[0] = '':
+	*clr & cla
+	nom_o[1] = 100
+	nom_o[2] = 1000
+	nom_o[3] = 10000
+	nom_o[4] = 100000
+	$loc = 'city_hotel'
+	$menu_loc = 'city_hotel'
+	$loc_arg = 'start'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/hotel/lobby.jpg"></center>'
+
+	if tobiQW < 2000:'The hotel lobby is deserted and you only notice an alone bored girl standing at the reception desk.'
+	if tobiQW >= 2000 and tobiQW < 2100:'The hotel lobby is very crowded. You notice there''s a swarm of comely old men dressed in scanty jackets with elbow patches.'
+
+	if tobiQW = 2001:
+		'One of the visitors of the hotel, grabs your attention as he''s sitting in a chair, reading a book. It''s written in squiggles, which reminds you to the scroll you read earlier.'
+		act 'Excuse me':
+			*clr & cla
+			minut += 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/city/industrial/casino/oldman.jpg"></center>'
+			'"I didn''t mean to disturb you, but what language is the book written in?" you ask the man.'
+			'The man stops, looks up to you and cheerfully answers, "This book right here is written in old Japanese language. Why do you ask?" the man asks curiously.'
+			'"Well, I was handed this book, in which the characters are very similarly written." you answer.'
+			'The man gasps, "By the gods! Can I take a look?"'
+			'"I don''t really know if it''s okay..." you hesitantly answer.'
+			'The man is taken aback a little by your answer, "Oh yes, it''s no wonder you''re being careful, where are my manners, I should introduce myself. My name is Plato Aristarkhovich, and you are?"'
+			'"My name is <<$pcs_firstname>> <<$pcs_lastname>>." you answer.'
+			'"I hope this doesn''t sound too creepy but would you please follow me to my room?" Plato asks you.'
+
+			act 'Go with Plato': minut += 1 & gt 'mqroom'
+		end
+	end
+
+	act 'Leave': minut += 5 & gt 'city_center'
+
+	if hotelRoom['city_hotel'] > 1:
+		act 'Go to your room':
+			$hotel = 'city_hotel'
+			if hotelRoom['city_hotel'] = 1:gt'hotelroom','normal'
+			if hotelRoom['city_hotel'] = 2:gt'hotelroom','better'
+			if hotelRoom['city_hotel'] = 3:gt'hotelroom','best'
+		end
+		
+	end
+
+	act 'Go to the reception desk': gt 'city_hotel', 'reception'
+
+end
+
+if $ARGS[0] = 'reception':
+	*clr & cla
+	menu_off = 1
+	minut += 1
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/hotel/receptionist.jpg"></center>'
+	'You walk up to the front reception and get greeted by a smiling young woman behind the counter.'
+	'"How can I help you?" she asks.'
+
+	act 'Go back to the foyer': minut += 1 & gt 'city_hotel', 'start'
+	
+	act 'See the room descriptions':
+		cla
+		minut += 1
+		gs 'stat'
+		'There are 4 types of rooms available:'
+		'1. Budget rooms, our most simplest rooms for the ones that just want a bed to sleep the night. There''s a public bathroom shared with the rest of the floor.'
+		'2. Standard rooms, our reasonably priced rooms. Every room has a private bathroom and a TV.'
+		'3. Suites, our luxurious room. Beside a private bathroom there''s also an extra livingroom.'
+
+		act 'Continue': gt 'city_hotel', 'reception'
+	end
+
+	if tobiQW = 2000:
+		act 'Why is the hotel so crowded?':
+			cla
+			tobiQW = 2001
+			minut += 1
+			'"Why so the hotel so crowded today?" you ask.'
+			'"There''s an conference on indigenous languages, they meet every year and complain about their disappearing languages." she says laughing.'
+				act 'Move away': gt 'city_hotel', 'start'
+		end
+	end
+
+	act 'Rent a room':
+		menu_off = 1
+		*clr & cla
+		gs'stat'
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/hotel/receptionist.jpg"></center>'
+		'The girl behind the desk smiles at you and asks: "Hello miss! Would you like to rent a room?"'
+
+		if hotelRoom['city_hotel'] > 0:
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/hotel/receptionist.jpg"></center>'
+			'She looks in the computer: "I see you already have a room here. As it is already booked and paid for the only way to change it to a different room, would be to cancel your existing booking. To do so without notice would forfeit your payment, I would advise against this, but you may do so if you wish."'
+			act'Yes, cancel your booking':hotelroom=0 & gt'city_hotel'
+			act'No':gt'city_hotel'
+		elseif hotelRoom['city_hotel'] = 0:
+			act 'Yes':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/hotel/receptionist.jpg"></center>'
+				'She smiles at you happily: "Excellent! We have the following rooms available right now:"'
+				'Standard room - 500 <b>₽</b> / night;'
+				'Luxury room - 1500 <b>₽</b> / night;'
+				'and the Royal Suite - 10000 <b>₽</b> / night.'
+				act'Standard room':
+					*clr
+					cla
+					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
+					totalCost = hotelRoomDays['city_hotel'] * 500
+					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
+					
+					if totalCost<=money:
+						money-=totalCost
+						hotelRoom['city_hotel']=3
+						hotelRoomDays['city_hotel'] = daystart + hotelRoomDays['city_hotel']
+						'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
+						act'Step away from the reception desk':gt'city_hotel'
+					else
+						msg'You can''t afford to stay in the hotel for that long.'
+						gt'city_hotel'
+					end
+				end		'4. Presidential Suite, our most prized room with all the modern necessities. Free room service included.'
+					*clr
+					cla
+					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
+					totalCost = hotelRoomDays['city_hotel'] * 1500
+					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
+
+					if totalCost<=money:
+						money-=totalCost
+						hotelRoom['city_hotel']=3
+						hotelRoomDays['city_hotel'] = daystart + hotelRoomDays['city_hotel']
+						'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
+						act'Step away from the reception desk':gt'city_hotel'
+					else
+						msg'You can''t afford to stay in the hotel for that long.'
+						gt'city_hotel'
+					end
+				end
+
+				act'Royal Suite':
+					*clr
+					cla
+					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
+					totalCost = hotelRoomDays['city_hotel'] * 10000
+					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
+					
+					if totalCost<=money:
+						money-=totalCost
+						hotelRoom['city_hotel']=3
+						hotelRoomDays['city_hotel'] = daystart + hotelRoomDays['city_hotel']
+						'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
+						act'Step away from the reception desk':gt'city_hotel'
+					else
+						msg'You can''t afford to stay in the hotel for that long.'
+						gt'city_hotel'
+					end
+				end
+
+				act 'Step away from the reception desk':gt'city_hotel'
+			end
+			act'No, thank you':gt'city_hotel'
+		end
+	end
+end
+
+
+--- city_hotel ---------------------------------
+

+ 40 - 36
locations/dachain.qsrc

@@ -1,21 +1,18 @@
 # dachain
 
-$loc = 'dachain'
-$locM = 'dachain'
-$menu_loc = 'dachain'
-
-gs 'stat'
-gs 'themes', 'indoors'
-
-if $args[0] = '':
+if $args[0] = 'start':
 	$location_type = 'private'
-	$loc_arg = ''
-	$locM_arg = ''
-	$menu_arg = ''
+	$loc = 'dachain'
+	$loc_arg = 'start'
+	$locM = 'dachain'
+	$locM_arg = 'start'
+	$menu_loc = 'dachain'
+	$menu_arg = 'start'
 	menu_off = 0
 	internetS = internet
 
 	killvar '$locclass'
+	gs 'themes', 'indoors'
 	*clr & cla
 	gs 'stat'
 	'<center><b><font color="maroon">Cottage</font></b></center>'
@@ -41,6 +38,20 @@ if $args[0] = '':
 	if hour >= 6 and hour <= 20 and etoexhib = 12:'Leave in <a href="exec:gt ''etoexhib'', ''pos11''">garden in lingerie and robe.</a>'
 	if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! daystart:'I wonder how to <a href="exec:gt ''etoexhib'', ''pos12''">garden</a>'
 
+	act 'Go outside':
+		if $clothingworntype ! 'nude':
+			minut += 5 & gt 'dachamy'
+		else
+			msg'<b><font color = red>You can''t leave the house naked! You need to get dressed first.</font></b>'
+			gt 'dachain', 'start'
+		end
+	end
+
+	act 'Go to the Bathroom':  gt 'dachain', 'dachabath'
+	act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
+	act 'Get in the bed': gt 'bed', 'start'
+	act 'Lie on the couch': gt 'divan', 'start'
+
 !!-------------------------------------------------------------------------------------------------------------------------------------
 !!------------------------------------------------------- Music related actions come here ---------------------------------------------
 !!-------------------------------------------------------------------------------------------------------------------------------------
@@ -50,13 +61,13 @@ if $args[0] = '':
 		act 'Place the guitar next to your desk': 
 			ml_guitar['carried'] = 0
 			$ml_guitar['location'] = $curloc
-			gt 'dachain', ''
+			gt 'dachain', 'start'
 		end
 	elseif ml_guitar['hasguitar'] and ml_guitar['carried'] = 0:
 		act 'Pick up the guitar':
 			ml_guitar['carried'] = 1
 			$ml_guitar['location'] = ''
-			gt 'dachain', ''
+			gt 'dachain', 'start'
 		end
 	end
 
@@ -144,7 +155,6 @@ if $args[0] = '':
 		end
 	end
 
-
 	!!Uploading recorded music if there are any not uploaded yet
 	if ml_uploadablemusic > 0 and internet > 0 and ml_online['account'] = 1:
 		if pcs_inhib < 30:
@@ -167,29 +177,18 @@ if $args[0] = '':
 		act 'Upload music': gt 'music_onlinemusic', 'uploadallmusic'
 	end
 
-	act 'Lie on the couch': gt 'divan', 'start'
-	act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
-	act 'Go to the Bathroom':  gt 'dachain', 'dachavann'
-	act 'Get in the bed': gt 'bed', 'start'
-
-	act 'Go outside':
-		if $clothingworntype ! 'nude':
-			minut += 5 & gt 'dachamy'
-		else
-			msg'<b><font color = red>You can''t leave the house naked! You need to get dressed first.</font></b>'
-			gt 'dachain'
-		end
-	end
-
 	if curr_home ! 3:
-		act 'Set this cottage as your main home':gs 'set_home', 3 & gt 'dachain'
+		act 'Set this cottage as your main home':gs 'set_home', 3 & gt 'dachain', 'start'
 	end
 end
 
 if $args[0] = 'dachakit':
 	$location_type = 'private'
+	$loc = 'dachain'
 	$loc_arg = 'dachakit'
+	$locM = 'dachain'
 	$locM_arg = 'dachakit'
+	$menu_loc = 'dachain'
 	$menu_arg = 'dachakit'
 	menu_off = 0
 	$locclass = 'kitr'
@@ -203,7 +202,7 @@ if $args[0] = 'dachakit':
 		'<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachakit1.jpg"></center>'
 	end
 	
-	act 'Go into the main room': gt 'dachain', ''
+	act 'Go into the main room': gt 'dachain', 'start'
 
 	if cltarelka > 0:
 		'<b><<cltarelka>></b> clean plates are stored in the cupboard.'
@@ -263,14 +262,17 @@ if $args[0] = 'dachakit':
 
 end
 
-if $args[0] = 'dachavann':
-	$loc_arg = 'dachavann'
-	$locM_arg = 'dachavann'
-	$menu_arg = 'dachavann'
+if $args[0] = 'dachabath':
+	$loc = 'dachain'
+	$loc_arg = 'dachabath'
+	$locM = 'dachain'
+	$locM_arg = 'dachabath'
+	$menu_loc = 'dachain'
+	$menu_arg = 'dachabath'
 	menu_off = 0
 	$location_type = 'bathroom'
 	$bathtype = 'bathtub shower'
-	killvar '$locclass'
+
 	*clr & cla
 	gs 'stat'
 	'<center><b><font color="maroon">Cottage Bathroom</font></b></center>'
@@ -279,9 +281,11 @@ if $args[0] = 'dachavann':
 	else
 		'<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachavan1.jpg"></center>'
 	end
+
+	act 'Go into the main room': gt 'dachain', 'start'
+
 	gs'selfplay','suction_dildo'
 	gs 'din_van', 'private'
-	act 'Go into the main room': gt 'dachain', ''
 end
 
 --- dachain ---------------------------------

+ 1 - 1
locations/dachamy.qsrc

@@ -17,7 +17,7 @@ gs 'stat'
 
 act 'Exit the alley':minut += 15 & gt 'dachi'
 
-act 'Go into the house':gt 'dachain'
+act 'Go into the house':gt 'dachain', 'start'
 
 if sunWeather = 1:
 	if pcs_stam >=15 or (pcs_stam >= 10 and bookYog + obruch > 0):

+ 2 - 2
locations/etoexhib.qsrc

@@ -437,7 +437,7 @@ if $ARGS[0] = 'pos13':
 
 			'When it was over, you picked your clothes up, put them on and went back into the house.'
 
-			act 'Next':gt 'dachain'
+			act 'Next':gt 'dachain', 'start'
 		end
 	end
 end
@@ -484,7 +484,7 @@ if $ARGS[0] = 'pos14':
 
 			'When it was over, you picked your clothes up, put them on and ran into the house.'
 
-			act 'Next':gt 'dachain'
+			act 'Next':gt 'dachain', 'start'
 		end
 	end
 end

+ 0 - 101
locations/hotel.qsrc

@@ -1,101 +0,0 @@
-# hotel
-
-if $ARGS[0] = 'foyer':
-	*clr & cla
-	nom_o[1] = 100
-	nom_o[2] = 1000
-	nom_o[3] = 10000
-	nom_o[4] = 100000
-	$loc = 'hotel'
-	$menu_loc = 'hotel'
-	$loc_arg = 'foyer'
-	$menu_arg = 'foyer'
-	menu_off = 0
-	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/city/industrial/casino/metrd.jpg"></center>'
-
-	if tobiQW < 2000:'The hotel lobby is deserted and you only notice an alone bored girl standing at the reception desk.'
-	if tobiQW >= 2000 and tobiQW < 2100:'The hotel lobby is very crowded. You notice there''s a swarm of comely old men dressed in scanty jackets with elbow patches.'
-
-	if tobiQW = 2001:
-		'One of the visitors of the hotel, grabs your attention as he''s sitting in a chair, reading a book. It''s written in squiggles, which reminds you to the scroll you read earlier.'
-		act 'Excuse me':
-			*clr & cla
-			minut += 5
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/city/industrial/casino/oldman.jpg"></center>'
-			'"I didn''t mean to disturb you, but what language is the book written in?" you ask the man.'
-			'The man stops, looks up to you and cheerfully answers, "This book right here is written in old Japanese language. Why do you ask?" the man asks curiously.'
-			'"Well, I was handed this book, in which the characters are very similarly written." you answer.'
-			'The man gasps, "By the gods! Can I take a look?"'
-			'"I don''t really know if it''s okay..." you hesitantly answer.'
-			'The man is taken aback a little by your answer, "Oh yes, it''s no wonder you''re being careful, where are my manners, I should introduce myself. My name is Plato Aristarkhovich, and you are?"'
-			'"My name is <<$pcs_firstname>> <<$pcs_lastname>>." you answer.'
-			'"I hope this doesn''t sound too creepy but would you please follow me to my room?" Plato asks you.'
-
-			act 'Go with Plato': minut += 1 & gt 'mqroom'
-		end
-	end
-
-	act 'Leave': minut += 5 & gt 'city_center'
-
-	act 'Go to the reception desk': gt 'hotel', 'reception'
-	
-	act 'Go to the lift': 
-		*clr & cla
-		minut += 1
-		gs 'stat'
-		msg 'Excuse me, but the elevator is not working'
-		gt 'hotel', 'foyer'
-	end
-end
-
-if $ARGS[0] = 'reception':
-	*clr & cla
-	menu_off = 1
-	minut += 1
-	gs 'stat'
-	'<right><img <<$set_imgh>> src="images/locations/city/industrial/casino/metrd.jpg"></right>'
-	'You walk up to the front reception and get greeted by a smiling young woman behind the counter.'
-	'"How can I help you?" she asks.'
-
-	act 'Go back to the foyer': minut += 1 & gt 'hotel', 'foyer'
-	
-	act 'See the room descriptions':
-		cla
-		minut += 1
-		gs 'stat'
-		'There are 4 types of rooms available:'
-		'1. Budget rooms, our most simplest rooms for the ones that just want a bed to sleep the night. There''s a public bathroom shared with the rest of the floor.'
-		'2. Standard rooms, our reasonably priced rooms. Every room has a private bathroom and a TV.'
-		'3. Suites, our luxurious room. Beside a private bathroom there''s also an extra livingroom.'
-		'4. Presidential Suite, our most prized room with all the modern necessities. Free room service included.'
-
-		act 'Continue': gt 'hotel', 'reception'
-	end
-
-	if tobiQW = 2000:
-		act 'Why is the hotel so crowded?':
-			cla
-			tobiQW = 2001
-			minut += 1
-			'"Why so the hotel so crowded today?" you ask.'
-			'"There''s an conference on indigenous languages, they meet every year and complain about their disappearing languages." she says laughing.'
-				act 'Move away': gt 'hotel', 'foyer'
-		end
-	end
-
-	act 'Rent a room':
-		cla
-		minut += 1
-		gs 'stat'
-		*nl
-		'"I would like to rent a room." you tell the girl at the counter.'
-		'"Unfortunately, we have no rooms available." she replies.'
-		act 'Move away': gt 'hotel', 'foyer'
-	end
-end
-
-
---- hotel ---------------------------------
-

+ 39 - 39
locations/hotel_anna.qsrc

@@ -69,7 +69,7 @@ if ARGS[0] = 1:
 			'"I''m grateful Miss Igorevna, I will have to think about it."'
 			'"I''m glad you came and please, call me Anna. Now I have things to do so you''ll have to leave for now." Anna Igorevna leads you to the door. "See you soon <<$pcs_nickname>>."'
 
-			act 'go away': gt'HotelHole'
+			act 'go away': gt'pav_hotel'
 		end
 	end
 end
@@ -157,7 +157,7 @@ if $ARGS[0] = '2a':
 				'"So you are a switch?"'
 				'Anna smiles, "Very astute <<$pcs_firstname>>, I am in my own time and sometimes professionally but my job now requires me to be Dominant. We will get to that in another chat our time is limited. Just remember both the sub and the Dom get pleasure from their roles and we''ll talk about some more fun stuff next time."'
 				'Anna politely leads you to the exit.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end	
 	end
@@ -290,7 +290,7 @@ if $ARGS[0] = '3b':
 			'Anna presents you some toys to choose from:
 			<table border=1><tr><td><a href="exec:gs ''hotel_anna_gear'', ''toys_paddle''">Paddle</a></td><td><a href="exec:gs ''hotel_anna_gear'', ''toys_vacuum''">Vacuum cups</a></td><td><a href="exec:gs ''hotel_anna_gear'', ''toys_wheel''">Wattenburg wheel</a></td><td><a href="exec:gs ''hotel_anna_gear'', ''toys_wand''">Violet wand</a></td></tr>'
 
-			act 'go away': gt'HotelHole'
+			act 'go away': gt'pav_hotel'
 		end
 		act'Decline':
 			minut += 5
@@ -307,7 +307,7 @@ if $ARGS[0] = '3b':
 			end
 			'"I think it''s time for me to leave"'
 			'"Of course my dear, we can do this another time if you are ever interested." Anna leads you to the door.'
-			act 'Leave': gt'HotelHole'
+			act 'Leave': gt'pav_hotel'
 		end
 	end
 end
@@ -406,7 +406,7 @@ if $ARGS[0] = '4a':
 					!!Don''t forget to move the TR back when re adding this
 					!!'<td><a href="exec:gs ''hotel_anna_gear'', ''restraints_leash''">Collar and leash</a></td><td><a href="exec:gs ''hotel_anna_gear'', ''restraints_cuff''">Cuffs</a></td>'
 
-					act 'go away': gt'HotelHole'
+					act 'go away': gt'pav_hotel'
 				end
 				act'Skip the demo':
 					minut += 10
@@ -415,7 +415,7 @@ if $ARGS[0] = '4a':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/anna2restr4.jpg"></center>'
 					'"Thank you Anna but I should go."'
 					'"Of course dear, if you''ll forgive me getting in and out of this swing is a bit awkward so I won''t walk you to the door."'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 		end
@@ -623,7 +623,7 @@ if ARGS[0] = 5:
 			cla
 			gs 'stat'
 			'<font color = #DC143C>"I''m sorry Anna, i think i''ve made a mistake."</font> You find your best excuse to explain Anna you don''t feel comfortable; she seems to understand your apologies, and she gave you a quick overview on what you will miss today. She explay about the order of a proper intercourse, and the different way to approach at it with the same results; also she gave you some tip again about D/s relationship and the correct way to refer to the partner and the behaviour that has to be assumed within the relationship. She doesn''t forget to remind you about the warm up and the aftercare. She cut quickly telling you that this is all she can teach you with words and that a practical session would be the best; since you were not agree this end your session. Anna doesn''t lose the chance to tell you that she will miss you for this session, without letting you feel the weight of your decision: it seems this doesn''t have an impact on your session and again she reassure you telling that you have to do what you are comfortable with. You quickly exchange your greeting and both of you return to their own things to do.  '
-			act 'go away': gt'HotelHole'
+			act 'go away': gt'pav_hotel'
 		end	
 	end
 end
@@ -741,13 +741,13 @@ if ARGS[0] = 7:
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/session_start0a.jpg"></center>'
 					'<font color = blue> "Understandable. Well in that case we can only talk about how things are going in the world..." </font> Both you and Anna spend an hour speaking of various thing, sometimes the arguments drop on the BDSM but mostly it''s unrelated to it... . It seems that Anna couldn''t teach you nothing more without practice... . At the end she lead you to the exit letting you know she''s avaible for further experimentation... <font color = blue> "...and...if you want to return on our steps...feel free to pass anytime."</font> Then she give you two great kisses on your cheeck and you go on your own way...'
-					act'Thanks Anna, see you...': gt'HotelHole'
+					act'Thanks Anna, see you...': gt'pav_hotel'
 				end
 			end
 		end
 	end
 end
-!		act 'Listen': gt'HotelHole'
+!		act 'Listen': gt'pav_hotel'
 
 if ARGS[0] = 8:
 	!Conclusion of the introduction, Anna gives you the card and tells you to come meet her at 
@@ -928,7 +928,7 @@ if $ARGS[0] = 'Anna_sub_sessionN':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub9.jpg"></center>'
 			'<font color = blue>"Yes yes! Nice!...those colors suits you well..."</font> Anna complete the work, and you are "ready to sleep"; she moved the ropes from the front and  she secured your wirst with them, then she add a gag and a bandage around your eyes <font color = blue>"...and that''s if i want to read at night and sub wants to sleep..."</font> Anna explain all the gear you are now wearing and something more you were not able to try. At the end she free you from every restriction, and you are finally free to go.'
-			act'...': gt'Hotelhole'
+			act'...': gt'pav_hotel'
 		end
 	end
 	act'...N-no...': 
@@ -936,7 +936,7 @@ if $ARGS[0] = 'Anna_sub_sessionN':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub9.jpg"></center>'
 		'<font color = blue>"As you wish, in that case let me work...i need some time, i don''t want them to be tight."</font> She start putting some ropes to force your knees stay bend; after that she secure your wirst with another ropes and pass its ends through a big ring pending from the ceiling...<font color = blue>"Nice!...those colors suits you well!"</font>... She finished adding a gag and a bandage around your eyes <font color = blue>"...and that''s if i want to read at night and sub wants to sleep..."</font> Anna explain all the gear you are now wearing and something more you were not able to try. At the end of the session she free you from every restriction, and you are finally free to go.'
-		act'...': gt'Hotelhole'
+		act'...': gt'pav_hotel'
 	end
 end
 
@@ -951,14 +951,14 @@ if $ARGS[0] = 'Anna_sub_sessionD':
 		AnnaQW['sub'] += 1
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub8.jpg"></center>'
 		'<font color = blue> "...But i don''t want."</font><br><font color = #DC143C>"..."</font><br>Anna continue as nothing happened...<font color = blue>"...the gag will allow me to rest in peace, and if the sub snort, i can poke him/her pulling the rope..."</font><br><font color = #DC143C>...''...she...she...refuse...me...?...'' ...</font><br><font color = blue>"...and we finished for today."</font> Finally she free you from every restriction, and you are free to go.<br><font color = #DC143C>...''......'' ...</font>'
-		act'Leave': gt'Hotelhole'
+		act'Leave': gt'pav_hotel'
 	end
 	act'...': 
 		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub8.jpg"></center>'
 		'Anna continue carefully avoiding your breast area...<font color = blue>"...the gag will allow me to rest in peace, and if the sub snort, i can poke him/her pulling the rope..."</font><br><font color = #DC143C>...''...i don''t snort!...'' ...</font><br><font color = blue>"...and we finished for today."</font> Finally she free you from every restriction, and you are free to go.'
-		act'Leave': gt'Hotelhole'
+		act'Leave': gt'pav_hotel'
 	end
 end
 
@@ -1483,7 +1483,7 @@ if $ARGS[0] = 'Anna_hurt_end':
 				BDSM_Knowledge -= 1
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub8.jpg"></center>'
 				'<font color = blue> "...But i don''t want."</font>Anna pause for a moment and with a serious tone...<font color = blue>"I told you: never let your feeling takes unaware decisions."</font><br><font color = #DC143C>"...But...you... ."</font><br><font color = blue>"There''s no "but", neither "you" or "me". Is it worth to let feelings take decision instead of you? Are you willing to gain the trust of someone risking your healt for a crush or just because you feel guilty?"</font>. Anna got a point: a big one; you may have earned some trust in her today but it''s not her teaching... .</font><br><font color = #DC143C>...''...how...how many people should have answer me that way being at her place?...she gave me only reason to trust her...and i...i...'' ...</font><br>Anna continue as nothing happened...<font color = blue>"...and the gag will allow me to rest in peace..."</font>At the end free you from every restriction, and she let you to go; on your way back you reflect on your behaviour. <br><font color = #DC143C>...''...she''s right...another person could have take advantage of the situation...'' ...</font> The session you made today was all but scary; you regret to not trust her that time and you are sure that if something would have happened that day only you could have been the reason. But you know that you can earn back her trust...day by day... .'
-				act'Leave': gt'Hotelhole'
+				act'Leave': gt'pav_hotel'
 			end
 		end
 		act'...': 
@@ -1491,7 +1491,7 @@ if $ARGS[0] = 'Anna_hurt_end':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionpracticend/sub/sub8.jpg"></center>'
 			'Anna continue carefully avoiding your breast area...<font color = blue>"...the gag will allow me to rest in peace, and if the sub snort, i can poke him/her pulling the rope..."</font><br><font color = #DC143C>...''...'' ...</font><br><font color = blue>"...and we finished for today."</font> At the end free you from every restriction, and she let you to go; on your way back you reflect on your behaviour. Anna never forced you, and the session you made today was all but scary; you regret to not trust her that time and you are sure that if something would have happened that day only you could have been the reason. But you know that you can earn back her trust...day by day... .'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 end
@@ -1513,14 +1513,14 @@ if $ARGS[0] = 'Anna_end_brat':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...y-you are kicking me out of your life...i-it was all my fault...and...b-but..." </font><br><font color = blue> "...It''s a secure environment, maybe a bit hard for you right now...but you will make the right choice. I''m sure... ." </font><br><font color = #DC143C> "...I-i..." </font><br><font color = blue> "It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: the stone you had crushing on you is now a mountain you''ll never be able to carry...<font color = #DC143C> "...I-i...i...understand Miss Igorevna. I-it''s time for me to go." </font> You made to walk to the exit and Anna stand to lead you out...<br><font color = blue> "...Mistakes never comes from one single side... <<$pcs_nickname>> ... . Here''s the ticket, do not forget it." </font>. You cannot stay there or a single more second, you take the ticket and made your step through the door... ...yet... '
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2b.jpg"></center>'
 			'<font color = blue> "...It''s a secure environment, maybe a bit hard for you right now...but you will make the right choice. I''m sure... ." </font><br><font color = #DC143C> "...I...i see...i''m out." </font><br>But Anna doesn''t stop to speak despite your words. <font color = blue> "It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: the stone you had crushing on you is now a mountain you''ll never be able to carry...<font color = #DC143C> "...I...understand Ann... ." </font> You stop...your thoughts goes to the relationship with Anna that''s now stuck forever; how could you gain her trust again if you will not see her anymore? <font color = #DC143C> "...It''s time for me to go." </font> You cannot stay there for a single more second and made your step through the door forgetting all the good manners...<br><font color = blue> "The ticket, do not forget it." </font> Anna approach and gave you the ticket then she walk you out...<br><font color = #DC143C> "...Goodbye... Miss Igorevna." </font><br><font color = blue> "Goodbye... <<$pcs_nickname>> ... ." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 	act'...It seems a ticket...':
@@ -1533,14 +1533,14 @@ if $ARGS[0] = 'Anna_end_brat':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2a.jpg"></center>'
 			'<font color = blue> "...It''s a secure environment, maybe a bit hard for you right now...but you will make the right choice. I''m sure... ." </font><br><font color = #DC143C> "..." </font><br>Anna doesn''t fill your silence and continue to speak... . <font color = blue> "It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: she didn''t say directly but it''s pretty clear...<font color = #DC143C> "...I...i see...i''m out." </font> The relationship with Anna now is stuck forever; how could you gain her trust again if you will not see her anymore? <font color = #DC143C> "...You are kicking me out from your life... it''s...it''s better for me to go..." </font> Anna doesn''t stop you and walk you out... . You are forgetting the ticket she gave you, but she''s holding it in her hand and she pass it to you; then she turns and speak <br><font color = blue> "You would be aware of a kick of mine... ." </font>...<br>You don''t have much to say, you take the ticket and put it in your purse <font color = #DC143C> "...Goodbye... Miss Igorevna." </font><br><font color = blue> "Goodbye... <<$pcs_nickname>> ... ." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2b.jpg"></center>'
 			'You have nothing to say, instead of speak you look at her expecting some other explanation, but she continue as nothing but ordinary happened. <font color = blue> "...It''s a secure environment, maybe a bit hard for you right now...but you will make the right choice. It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: she didn''t say directly but it''s pretty clear...<font color = #DC143C> "...I...i see...i''m out." </font> The relationship with Anna now is stuck forever; how could you gain her trust again if you will not see her anymore? <font color = #DC143C> "... i have to go..." </font> Anna doesn''t stop you and walk you out... . You are forgetting the ticket she gave you, but she''s holding it in her hand and she pass it to you; then she turns and say  <br><font color = blue> "Here. Do not forget it." </font>...<br>You don''t have much to say, you take the ticket and put it in your purse... <font color = #DC143C> "...Goodbye... Miss Igorevna." </font><br><font color = blue> "Goodbye... <<$pcs_nickname>> ... ." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 	act'What does this have to do with BDSM?':
@@ -1553,14 +1553,14 @@ if $ARGS[0] = 'Anna_end_brat':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...You sure have something else to teach me...why..." </font><br><font color = blue> "...It''s a secure environment, maybe a bit hard for you right now... you will make the right choice anyway. It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: she didn''t say directly but it''s pretty clear...<font color = #DC143C> "...I...i see...." </font> You want to yell at her; at the same time you think you earned that treatment; you are stuck, as the relationship with Anna; how could you gain her trust again if you will not see her anymore? <font color = #DC143C> "...I...i..." </font> You make a run toward the door...<br><font color = blue> "<<$pcs_firstname>><<$pcs_lastname>>!" </font>...but Anna stop you and move toward you <font color = blue> "The ticket... ."</font>...<font color = blue> "...Do not forget it." </font>...<br>You don''t have much to say, all you want to do is running away; you take the ticket and move out... <font color = #DC143C> "..." </font><br><font color = blue> "...Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/brat2b.jpg"></center>'
 			'<font color = blue> "...It''s a secure environment, maybe a bit hard for you right now... you will make the right choice anyway. It will cost a bit i won''t hide it, but if that''s your interest it will repay you; you''ll find all the info at the reception." </font><br>That''s it: she didn''t say directly but it''s pretty clear...<font color = #DC143C> "...I...i...." </font> You are stuck, as the relationship with Anna; how could you gain her trust again if you will not see her anymore? <font color = #DC143C> "..." </font> You make a run toward the door...<br><font color = blue> "<<$pcs_firstname>><<$pcs_lastname>>!" </font>...but Anna stop you and move toward you <font color = blue> "The ticket... ."</font>...<font color = blue> "...Do not forget it." </font>...<br>You don''t have much to say, all you want to do is running away; you take the ticket and move out... <font color = #DC143C> "..." </font><br><font color = blue> "...Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 end
@@ -1580,14 +1580,14 @@ if $ARGS[0] = 'Anna_end_new':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2a.jpg"></center>'
 			'<font color = blue> "No my dear; as i said i cannot teach you nothing more right now. You could learn what you want in that place...if you are willing of course." </font><br><font color = #DC143C> "...I-it''s sound like an end..." </font><br><font color = blue> "...That''s depend on you." </font><br><font color = #DC143C> "...B-but there could be something else we can do together..." </font><br><font color = blue> "I''m quite busy actually, but you are free to pass and look for me of course...maybe we''ll go shopping finally...who knows."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye Anna..." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2b.jpg"></center>'
 			'<font color = blue> "You could learn what you want in that place...if you are willing of course." </font><br><font color = #DC143C> "...I''m sure there''s something else you can teach me..." </font><br><font color = blue> "..." </font><br><font color = #DC143C> "...or that we can do together..." </font><br><font color = blue> "Uhhmmm ...maybe we''ll go shopping finally...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye Anna..." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 	act'I see...you want me to take you out...':
@@ -1600,14 +1600,14 @@ if $ARGS[0] = 'Anna_end_new':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...and you''ve nothing more to teach me." </font><br><font color = blue> "I''m pretty sure you could learn some other tips in that place...if you are willing of course." </font><br><font color = #DC143C> "...I see is far beyond you..." </font><br><font color = blue> "..." </font><br><font color = #DC143C> "Well ... we could do something else together..." </font><br><font color = blue> "Uhhmmm ...maybe we''ll go shopping finally...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Goodbye Anna, we''ll see again sometimes...maybe." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2b.jpg"></center>'
 			'<font color = blue> "....I''m pretty sure you could learn some other tips in that place...if you are willing of course." </font><br><font color = #DC143C> "...I see... . Well ... we could do something else together..." </font><br><font color = blue> "Uhhmmm ...maybe we''ll go shopping finally...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Well ...then...goodbye Anna, stay well..." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		if Anna_see_adom >= 10:
 			act'Then it''s time for me to teach you something: on your hands and knees! NOW!':
@@ -1615,7 +1615,7 @@ if $ARGS[0] = 'Anna_end_new':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2c.jpg"></center>'
 				'<font color = blue> "..." </font><br><font color = #DC143C> "You show resistance...still; but it won''t last long...." </font><br><font color = blue> "...<<$pcs_nickname>>..." </font><br><font color = #DC143C> "...what? you''ve nothing more to teach me." </font><br><font color = blue> "...You could learn some new tips in that place, think about it...if you are willing of course." </font><br><font color = #DC143C> "...Ufff! ...We could spend some "funny" time and you stop when things are becoming interesting...It''s kind of annoying you know?" </font><br><font color = blue> "Uhhmmm ...maybe we''ll have some time to go shopping ...would you like that?. "</font><br><font color = #DC143C> "It''s not a bad idea actually, but you''ll have to earn it... ." </font><br><font color = blue> "Unfortunately i''m quite busy; you are free to pass another time and look for me of course..." </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Goodbye Anna, we''ll see again...maybe." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>.'
-				act'Leave': gt'Hotelhole'
+				act'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1629,14 +1629,14 @@ if $ARGS[0] = 'Anna_end_new':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...You sure have something else to teach me..." </font><br><font color = blue> "As i said not right now... . I''m sure you will make the right choice anyway." </font><br><font color = #DC143C> "...That means we won''t see each other again...." </font><br><font color = blue>"That''s depend on you...and your wardrobe. We can go shopping sometimes...would you like that?. " </font><br>You are a little disappointed about how things turn to be with Anna, you expect all but not that she stop the meeting with you <font color = #DC143C> "..." </font><br><font color = blue> "Think about it; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Goodbye Anna, i''ll look for you...thanks for your time." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font> ...and there''s this ticket...'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/new2b.jpg"></center>'
 			'<font color = blue> "I''m sure you will make the right choice anyway." </font><br><font color = #DC143C> "...We stop our chit chat...that way..." </font><br><font color = blue>"...We can go shopping sometimes...would you like that?. " </font><br>You are a little disappointed about how things turn to be with Anna, you expect all but not that she stop the meeting with you <font color = #DC143C> "..." </font><br><font color = blue> "Think about it; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye Anna, i''ll look for you...thanks for your time." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font> ...and there''s this ticket...'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 
@@ -1657,14 +1657,14 @@ if $ARGS[0] = 'Anna_end_pupil':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2a.jpg"></center>'
 			'<font color = blue> "No my dear, you''ve done nothing wrong, you would be aware if that was the case. If you want to learn something more about BDSM you could try that place, that''s it. ...If you are willing of course... ." </font><br><font color = #DC143C> "...I-it''s sound like an end..." </font><br><font color = blue> "...That''s depend on you." </font><br><font color = #DC143C> "...B-but there could be something else we can do together..." </font><br><font color = blue> "I''m quite busy actually, but you are free to pass and look for me of course...maybe we''ll go shopping finally...who knows."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something to do and lead you to the exit... .<br><font color = #DC143C> "...O-ok...Anna...goodbye ..." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you are not sure if everything is fine, and you got a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2c.jpg"></center>'
 			'<font color = blue> "You could learn what you want in that place...if you are willing of course." </font><br><font color = #DC143C> "...I''m sure there''s something else you can teach me..." </font><br><font color = blue> "..." </font><br><font color = #DC143C> "...maybe...maybe we can do something together..." </font><br><font color = blue> "Uhhmmm ...we could go shopping finally...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something to do and lead you to the exit... .<br><font color = #DC143C> "... Goodbye ... Anna ..." </font><br><font color = blue> "......Goodbye... <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you are not sure if everything is fine, and you got a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		if Anna_see_asub >= 10:
 			act'...B-but...t-there...t-there could...(deep breath)...there could be something...i...':
@@ -1672,7 +1672,7 @@ if $ARGS[0] = 'Anna_end_pupil':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2b.jpg"></center>'
 				'<font color = blue> "No." </font><br><font color = #DC143C> "...s-sorry?..." </font><br><font color = blue> "No." </font><br><font color = #DC143C> "..." </font> There''s no reason to reply...<br><font color = blue> "Think about it. You could learn what you want in that place...if you are willing of course." </font><br><font color = #DC143C> "..." </font><br><font color = blue> "I''m quite busy lately; you are free to pass and look for me of course... . Maybe we''ll go shopping finally...if you like the idea...who knows. "</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something to do and lead you to the exit... .<br><font color = #DC143C> "...O-ok...Anna...goodbye ... thanks for the time you spent with me..." </font><br><font color = blue> "It was a pleasure for me too... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you are not sure if everything is fine, and you got a ticket in your purse...that''s not how you planned your visit.'
-				act'Leave': gt'Hotelhole'
+				act'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1686,14 +1686,14 @@ if $ARGS[0] = 'Anna_end_pupil':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...you have the last word on that for sure, but i''m pretty sure we didn''t explore all about BDSM..." </font><br><font color = blue> "...You could learn some other tips in that place...if you are willing of course." </font><br><font color = #DC143C> "...I see it''s too much even for you..." </font><br><font color = blue> "..." </font><br><font color = #DC143C> "...I cannot force you...still..." </font><br><font color = blue> "Uhhmmm ...maybe we''ll go shopping finally...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Well...Anna...goodbye. It was a pleasure to spend some time with you..." </font><br><font color = blue> "It was a pleasure for me too... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you are not sure if everything is fine, and you got a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2c.jpg"></center>'
 			'<font color = blue> "...I''m pretty sure there are useful tips to learn in that place...if you are willing of course." </font><br><font color = #DC143C> "...I see..." </font><br><font color = blue> "..." </font><br><font color = #DC143C> "...So...we finished our chit chat. I won''t hide that i''ll miss something..." </font><br><font color = blue> "We could go shopping sometimes...who knows. Anyway i''m quite busy actually; you are free to pass and look for me of course..."</font> Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Well...Anna...goodbye. It was a pleasure to spend some time with you..." </font><br><font color = blue> "It was a pleasure for me too... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you are not sure if everything is fine, and you got a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		if Anna_see_adom >= 10:
 			act'Then it''s time for me to teach you something: on your hands and knees! NOW!':
@@ -1701,7 +1701,7 @@ if $ARGS[0] = 'Anna_end_pupil':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2b.jpg"></center>'
 				'<font color = blue> "...Oh no! Everything but this...i''m too shy..." </font><br><font color = #DC143C> "You are quite difficult to break...isn''t it?" </font><br><font color = blue> "...<<$pcs_nickname>>..." </font><br><font color = #DC143C> "...Got it...i''m starting to learn when it''s useless with you... . It''s kind of frustrating you know?" </font><br><font color = blue> "Uhhmmm ...maybe we could relax going shopping sometimes...would you like that?. "</font><br><font color = #DC143C> "It''s not a bad idea actually, my wardrobe could see a renovation, i feel like i lack in something despite you..." </font><br><font color = blue> "Hehehe a woman''s wardrobe ALWAYS lack in something hehehe. Anyway, think about it, you could learn some useful tips in that place,...if you are willing of course." </font><br><font color = #DC143C> "We''ll see..." </font><br><font color = blue> "Unfortunately i''m quite busy lately; but feel free to pass another time and look for me of course..." </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "Well...time to go. Goodbye Anna. It was a pleasure to spend some time with you." </font><br><font color = blue> "It was a pleasure for me too... . Goodbye <<$pcs_nickname>>." </font>.'
-				act'Leave': gt'Hotelhole'
+				act'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1715,14 +1715,14 @@ if $ARGS[0] = 'Anna_end_pupil':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...You sure have something else to teach me..." </font><br><font color = blue> "As i said not right now... . I''m sure you will make the right choice anyway.</font><br><font color = #DC143C> "...We ...we won''t see each other again...." </font><br><font color = blue>"What about going shopping sometimes...would you like that?. " </font><br>You expect all but not Anna stopping the meeting with you... <font color = #DC143C> "...going...shopping..." </font><br><font color = blue> "Think about that place...and a nice shop; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye Anna... .Thanks..." </font><br><font color = blue> "It was a pleasure... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you walk the hallway with a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2c.jpg"></center>'
 			'<font color = blue> "You will make the right choice anyway." </font><br><font color = #DC143C> "..." </font>You expect all but not Anna stopping the meeting with you..<br><font color = blue>"What''s that face? I know ...we should go shopping sometimes, would you like that?. " </font><br>. <font color = #DC143C> "...going...shopping..." </font><br><font color = blue> "Think about that place...and a nice shop; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye..." </font><br><font color = blue> "It was a pleasure to spend some time with you... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you walk the hallway with a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		if BDSM_Knowledge >= 10:
 			act'Impossible.':
@@ -1730,7 +1730,7 @@ if $ARGS[0] = 'Anna_end_pupil':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2c.jpg"></center>'
 				'<font color = blue> "Don''t you like the idea?" </font><br><font color = #DC143C> "...I''m sure we didn''t see all about BDSM...you...you sure have something else to teach me..." </font><br><font color = blue> "As i said not right now... ." </font><br><font color = #DC143C> "But...." </font><br><font color = blue> "I''m sure you will make the right choice."</font><br><font color = #DC143C> "..." </font><br><font color = blue> "Think about it. You''ll excuse me but i''m quite busy lately and i have to go right now; feel free to look for me some other times... " </font> She let you understand that she has something else to do and lead you to the exit... . <font color = blue> "...Your ticket." </font> <br>You took the ticket Anna pass you before leaving...<font color = #DC143C> "I...understand... . Goodbye Anna." </font><br><font color = blue> "It was a pleasure... . Goodbye <<$pcs_nickname>>." </font>. <br>You walk the hallway with a ticket in your purse...<font color = #DC143C>...'' ...no. i don''t understand... '' ...</font>...'
-				act'Leave': gt'Hotelhole'
+				act'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1746,14 +1746,14 @@ if $ARGS[0] = 'Anna_end_pupil':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2a.jpg"></center>'
 			'<font color = blue> "..." </font><br><font color = #DC143C> "...You sure have something else to teach me..." </font><br><font color = blue> "As i said not right now... . I''m sure you will make the right choice anyway.</font><br><font color = #DC143C> "...But but...we won''t see each other again...." </font><br><font color = blue>"What about going shopping sometimes...would you like that?. " </font><br>You expect all but not Anna stopping the meeting with you... <font color = #DC143C> "...going...shopping..." </font><br><font color = blue> "Think about that place...and a nice shop; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "...I...thanks...Anna...i think. ...Goodbye." </font><br><font color = blue> "... Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks... . <br>You walk the hallway with a ticket in your purse...<font color = #DC143C>...'' ...why?... '' ...</font>...'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 		act'...':
 			*clr & cla
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionend/pupil2c.jpg"></center>'
 			'<font color = blue> "You will make the right choice anyway." </font><br><font color = #DC143C> "..." </font>You expect all but not Anna stopping the meeting with you..<br><font color = blue>"What''s that face? I know ...we should go shopping sometimes, would you like that?. " </font><br>. <font color = #DC143C> "...going...shopping..." </font><br><font color = blue> "Think about that place...and a nice shop; i''m quite busy lately but you are free to pass and look for me of course... " </font>Anna stand up and pass you the paper...<font color = blue> "Do not forget your ticket." </font> She let you understand that she has something else to do and lead you to the exit... .<br><font color = #DC143C> "...Goodbye...Anna..." </font><br><font color = blue> "It was a pleasure to spend some time with you... . Goodbye <<$pcs_nickname>>." </font>. You left and Anna gave you two kiss on the cheecks; you walk the hallway with a ticket in your purse...that''s not how you planned your visit.'
-			act'Leave': gt'Hotelhole'
+			act'Leave': gt'pav_hotel'
 		end
 	end
 end

+ 112 - 112
locations/hotel_anna_gear.qsrc

@@ -18,7 +18,7 @@ if $ARGS[0] = 'toys_paddle':
 		$anna_toys_image2
 		'"I think it''s time for me to leave."'
 		'"Of course my dear, maybe another time if you desire." Anna leads you to the door'
-		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 	end
 	
 	gs 'hotel_anna_gear', 'toys_paddle_options'
@@ -57,7 +57,7 @@ if $ARGS[0] = 'toys_paddle_options':
 				'"See? Now you have a nice imprint on your butt!"'
 				'"Emmm... thank you Anna... I think it''s time to leave."'
 				'"It was a pleasure <<$pcs_nickname>>. We''ll continue another time." You put on your clothes and let Anna lead you to the exit.'
-				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 			end
 		end
 	end
@@ -82,7 +82,7 @@ if $ARGS[0] = 'toys_paddle_options':
 				'Anna has a look, "That''s worked really well you can read it so clearly"'
 				'The word "SLUT" is imprinted on your butt. You admire it for a couple of minutes then redress.'
 				'"OK <<$pcs_nickname>>, it''s time for you to go, we can continue another time." Anna leads you to the door.'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	act'I would prefer to test on you... (dom)':
@@ -101,7 +101,7 @@ if $ARGS[0] = 'toys_paddle_options':
 			else
 				'"Mmmh, it seems mommy <<$pcs_nickname>> will need a lot of practice. Hehehe. Unfortunately for you i''ve got a steel butt from plenty of practice. Still, the main thing is that you get the idea and understand the process. That''s all for today come find me when you want to learn more." Anna leads you to the door.'
 			end
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 end
@@ -124,7 +124,7 @@ if $ARGS[0] = 'toys_vacuum':
 			gs 'stat'
 			$anna_toys_image5
 			'"Well, I told you I won''t force you and I''m faithful to my promise. Next time I''ll teach you about restraints and maybe another time you can try the vacuum cups if you desire."'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	act'Mmmh...no. But I''d like to see it in action':
@@ -138,7 +138,7 @@ if $ARGS[0] = 'toys_vacuum':
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 			'"Well, I told you I won''t force you and I''m faithful to my promise. Next time I''ll teach you about restraints and maybe another time you can try the vacuum cups if you desire."'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	act'On me?':
@@ -156,7 +156,7 @@ if $ARGS[0] = 'toys_vacuum':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 		'"Well, I told you I won''t force you and i''m faithful to my promise. Next time I''l teach you about restraints and maybe another time you can try the vacuum cups if you desire."'
-		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 	end
 end
 	
@@ -175,7 +175,7 @@ if $ARGS[0] = 'toys_vacuum2':
 		'After a little time Anna releases the pressure and removes the cup from her nipple.'
 		'"Thanks for the show Anna, it was... impressive."'
 		'Anna smiles, "Thank you it comes with experience. OK <<$pcs_nickname>> that''s all for today."'
-		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 	end
 end
 
@@ -195,7 +195,7 @@ if $ARGS[0] = 'toys_vacuum3':
 		$anna_toys_image5
 		'Anna removes the cup from your nipple and you do the same with the other one.' 
 		'"Please, come find me when you want to learn some more <<$pcs_firstname>>."'
-		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+		act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 	end
 end
 
@@ -236,7 +236,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image4
 						'"I-i... mmmh... emmmh... good?"'
 						'"Well... I cannot guess as to your feelings... What can I say is that you have a really sensitive skin: I''ve used almost no strength to be honest... Anyway I don''t know if this is good for you: you are the only one who can answer that, and that depends on what are you looking for... Anyway we''re done for today, let me show you out you have things to do and I gotta do some housework."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Mainly painful...':
 						*clr & cla
@@ -244,7 +244,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image4
 						'"It hurts Anna! Well not only, but I fell mostly pain... is this bad?"'
 						'"Well... I cannot know your feelings... What can I say is that you have a really delicate skin: I''ve used almost no strength to be honest... Anyway how painful this is for you I can''t know: you are the only one who can know that, and that depends on what are you looking for... Anyway we''re done for today, let me lead to the exit you have things to do and I have other things to attend to."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'I-i...i''m not sure...':
 						*clr & cla
@@ -252,7 +252,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image4
 						'You say while panting. "I-I... I don''t know Anna... I feel a lot... that''s for sure..."'
 						'"Well... i think you now have an idea about the mixed feelings we talked about. In time you will be able to more precisely what you are feeling if you want that is. Anyway we''ve done for today, let me lead to the exit you have things to do and I have a tight schedule today."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 			end
@@ -261,7 +261,7 @@ if $ARGS[0] = 'toys_wheel':
 				gs 'stat'
 				$anna_toys_image2
 				'"As you wish. I told you I will not force this on you and I always keep my promises." The session finish and after you exchange few other words Anna leads you to the exit.'
-				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 			end
 		end
 		act'Thank you for the offer Anna but i''m a little scared...':
@@ -269,7 +269,7 @@ if $ARGS[0] = 'toys_wheel':
 			gs 'stat'
 			$anna_toys_image2
 			'"As you wish. I told you I won''t make you do anything you don''t want to and I always keep my promises." The session finish and after you exchange few other words Anna leads you to the exit.'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	
@@ -302,7 +302,7 @@ if $ARGS[0] = 'toys_wheel':
 						AnnaQW['trust'] += 1
 						'"Well it has different uses, that''s for sure."'
 						'"Good! That was the main goal... Ok we''ve done for today, let me show you out, you got have homework to do and I have to do some housework."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Meh...':
 						*clr & cla
@@ -310,7 +310,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image2
 						'"It dosen''t really do anything for me..."'
 						'"Maybe, or maybe it''s something that simply isn''t for you. In other words YKINMK: Your Kink Is Not My Kink. In a BDSM relationship there''s never just one point of view; to have the maximal benefits from a BDSM relationship a good Dom should always consider a proper way to reward their Sub and the vice versa: a sub should always be faithful and consider their Dom''s wishes. That can includes something that their counterpart maybe doesn''t like; nonetheless it should be considered... and accepted, within limits of course. Ok we''re done for today, let show you out, you have school tomorrow and I have to get the laundry."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 			end
@@ -331,7 +331,7 @@ if $ARGS[0] = 'toys_wheel':
 						AnnaQW['trust'] += 1
 						'"Well it have different use, that''s for sure."'
 						'"Good! That was the goal... Ok we''ve done for today, let show you out, you probably have dinner soon and I gotta get started on ours."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'I don''t think this is for me':
 						*clr & cla
@@ -339,7 +339,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image2
 						'"Dosen''t really do anything for me."'
 						'"That''s fair. In other words YKINMK: Your Kink Is Not My Kink. In a BDSM relationship there''s never just one point of view; to have the maximum benefit from a BDSM relationship a good Dom should always consider a proper way to reward their Sub and vice versa: a sub should always be faithful and consider their Dom''s wishes. That can includes something that their counterpart maybe doesn''t like; nonetheless it should be considered... and accepted, within limits of course. Ok we''re done for today, let me show you out"'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 			end
@@ -348,7 +348,7 @@ if $ARGS[0] = 'toys_wheel':
 				gs 'stat'
 				$anna_toys_image5
 				'"As you wish. I told you I will not force anything you don''t want on you and I always keep my promises... Anyway the main things is that you have an idea. Ok we''re done for today." The session ends and after you exchange few words Anna leads you to the exit.'
-				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 			end
 		end
 		act'I''d rather not':
@@ -356,7 +356,7 @@ if $ARGS[0] = 'toys_wheel':
 			gs 'stat'
 			$anna_toys_image2
 			'"Tha''s fair. Like I told you I won''t force this on you and I always keep my promises." The session ends and after you exchange few words, Anna leads you to the exit'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	act'On me?':
@@ -389,7 +389,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image3
 						'"I-i... mmmh... emmmh... good?"'
 						'"Well... I must say that you have  really sensitive skin: i''ve used almost no strength at all... Anyway You should think about if this is what you are looking for and if it feels good for you... Anyway we''re done for today, let me lead to the door you gotta get home and I have to go get my daughter."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Mostly painful...':
 						*clr & cla
@@ -397,7 +397,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image2
 						'"It hurts Anna! Well not only pain... but that''s what I feel the most... is that bad?"'
 						'"I''d say  that you have very delicate skin: i''ve used almost no strength at all to be honest... So you need to ask yourself if feeling mostly pain is the sensation you are looking for... Anyway we''re done for today, let me lead to the door you probably got homework to do and I''ve got to get started on dinner."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'I-i...i''m not sure...':
 						*clr & cla
@@ -405,7 +405,7 @@ if $ARGS[0] = 'toys_wheel':
 						$anna_toys_image2
 						'You pant as you reply. "I-i... i don''t know Anna... i feel a lot... that''s for sure."'
 						'"Well... i think you have an idea about the mixed feelings I mentioned. So if being kept at a mixed balance between pain and pleasure is what you are looking for this might be just what you are looking for... Anyway we''re done for today, let me lead to the door your mother is probably wondering where you are and I got some laundry to do."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 			end
@@ -414,7 +414,7 @@ if $ARGS[0] = 'toys_wheel':
 				gs 'stat'
 				$anna_toys_image2
 				'"I understand. I told you I won''t force this on you and I always keep my promises." The session ends and after you exchange few words Anna leads you to the exit.'
-				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 			end
 		end
 		act'Thanks for the offer Anna but i''m a little scared...':
@@ -422,7 +422,7 @@ if $ARGS[0] = 'toys_wheel':
 			gs 'stat'
 			$anna_toys_image2
 			'"I understand. Like I told you I won''t make you do anyhing you don''t want to and I always keep my promises." The session ends and after you exchange few words Anna leads you to the door.'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 end
@@ -463,21 +463,21 @@ if $ARGS[0] = 'toys_wand':
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"Mmm... I see. Anyway you have nothing to worry about. Stimulation has its purpose after all, and how sensations could be feels can be totally different from person to person. But we have done enough for today, I don''t want to keep you here all evening. Let me show you out." You say thank you and go outside.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Clit...':
 						*clr & cla
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"Mmm... i see. Anyway there is nothing to worry about. Stimulation has its purpose after all, and how these sensations are felt are totally different from person to person. But we have done enough for today, you probably have some homework to do. Let me show you out." You say thank you and go outside.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Both':
 						*clr & cla
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"Interesting... A friend of mine would be really interested in that... it''s not everybody that gets so aroused by such a low current; I assume you got wet? Ok <<$pcs_nickname>>, I want you to know that''s normal and you shouldn''t worry. You are very sensitive to electro stimulation, This is one of the purposes of the violet wand. Okay I think that''s enough for today, let me show you out, we can continue this another time."'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Lie':
 						*clr & cla
@@ -486,7 +486,7 @@ if $ARGS[0] = 'toys_wand':
 						Anna_trust -= 1
 						'"No no! My hair reacts to the wand... it rises up! Yes... that''s it." You try to avoid being honest with Anna.'
 						'"Well assuming you are telling the truth... that''s totally normal as I was saying... but it''s not something that''s usually a surprise to people; it''s something that''s expected from playing with electricity. Anyway, if you are telling the truth then I must say you are really impressionable. But we''re done for today. Let me show you out." You shake her hand and leave.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 				act'You don''t see this everyday...':
@@ -494,7 +494,7 @@ if $ARGS[0] = 'toys_wand':
 					gs 'stat'
 					$anna_toys_image2
 					'"That''s because you don''t often see these. And this was only a small taste of what it can offer but we''ll explore that another day. Let me lead show you out it''s getting late, and I need to get Lariska and I''m sure you have things to do." You shake her hand and head out the door.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 				act'Emmmh... what am I suppose to feel?':
 					*clr & cla
@@ -502,7 +502,7 @@ if $ARGS[0] = 'toys_wand':
 					$anna_toys_image2
 					Anna_see_abrat += 1
 					'"Don''t be silly... if that was enough to move your finger you definitely felt something. Never left yourself be led by the rush, especially in BDSM world. It''s easy to over estimate your limits, and that could be dangerous. As I said you must always, be honest with yourself. I think you''ve learned something new today so we''ll end it at that for today. Let me show you out, I gotta get started at dinner and you probably got homework." You shake her hand and leave.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 			end
 		end
@@ -511,7 +511,7 @@ if $ARGS[0] = 'toys_wand':
 			gs 'stat'
 			$anna_toys_image2
 			'"I understand, we can do this another time if you''d like, but next time come a little earlier so you don''t waste my time." You exchange few words with Anna and she shows you out.'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 	
@@ -539,7 +539,7 @@ if $ARGS[0] = 'toys_wand':
 					AnnaQW['trust'] += 1
 					$anna_toys_image2
 					'"It''s certianly a unique little thing with the pleasure it can bring. And it can offer more than this, this was only a little demonstration... But I think that''s enough for today. Let me show you out, I have to do some laundry and you probably need to get home." You exchange an handshake and turn to your road.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 				act'Emmmh...what am i supposed to feel?':
 					*clr & cla
@@ -547,7 +547,7 @@ if $ARGS[0] = 'toys_wand':
 					Anna_see_abrat += 1
 					$anna_toys_image2
 					'"Playng the tough girl eh?. <<$pcs_nickname>>... if that was enough to move your finger you felt something for sure. Never let yourself be seduced by the rush, especially in the BDSM world. It''s easy to over estimate your limits, and that can be dangerous when we talk about BDSM. Always be honest with yourself and your partner: misjudgments could happen from both parts, and that has to be avoided, are we clear? We''ll end it at that. Let me show you to the door, You need to get home and eat something and I need to do some housework." You shake her hand and walk out of the apartment.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 			end
 		end
@@ -570,7 +570,7 @@ if $ARGS[0] = 'toys_wand':
 					AnnaQW['trust'] += 1
 					$anna_toys_image2
 					'"It''s certainly a unique little thing with the pleasure it can bring. This was only a little taste of what it can give you. But I think you''ve learned enough for today. Let me show you out, You need to get home before you mother starts to worry and I need to make some dinner." You shake her hand and leave the apartment.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 				act'Emmmh...what am I supposed to feel?':
 					*clr & cla
@@ -578,7 +578,7 @@ if $ARGS[0] = 'toys_wand':
 					Anna_see_abrat += 1
 					$anna_toys_image2
 					'"Such bravery. <<$pcs_nickname>>... don''t be silly... if that was enough to move your finger you felt something for sure. Never let yourself be seduced by the rush, especially in the BDSM world. It''s easy to over estimate your limits, and that can be dangerous when we talk about BDSM. Always be honest with yourself and your partner: misjudgments could happen from both parts, and that has to be avoided, are we clear? We''ll end it at that. Let me show you to the door, You need to get home and eat something and I need to do some housework." You shake her hand and walk out of the apartment.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 			end
 		end
@@ -587,7 +587,7 @@ if $ARGS[0] = 'toys_wand':
 			gs 'stat'
 			$anna_toys_image5
 			'"Understandable. Not all of these toys are for everyone... The main things is that you have an idea. Alright we''re done for today." You exchange few more words with Anna and she leads you out'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end		
 
@@ -631,21 +631,21 @@ if $ARGS[0] = 'toys_wand':
 								gs 'stat'
 								AnnaQW['trust'] += 1
 								'"Mmm...I can understand that... Anyway you have nothing to be worried about. Stimulation is the purpose after all, and how sensations are felt can be totally different from person to person. I think we''ll end it for today, you probably have some chores to do. Let me show you out." You shake her hand and go outside.'
-								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 							end
 							act'Clit...':
 								*clr & cla
 								gs 'stat'
 								AnnaQW['trust'] += 1
 								'"Mmm...feels nice dosen''t it?... Anyway you have nothing to be worried about. Stimulation is the purpose after all, and how sensations feel totally different from person to person. But I thinks that''s enough for today, I don''t want to waste your time and I got to get started on dinner. Let me show you out." You shake her hand and head outside.'
-								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 							end
 							act'Both':
 								*clr & cla
 								gs 'stat'
 								AnnaQW['trust'] += 1
 								'"Interesting... A friend of mine would be really interested in that... i think you saw her once... You showed arousal in both your nipples and clit... and i assume you were wet? Ok <<$pcs_nickname>>, i want you to know that''s normal and you shouldn''t be embarrassed. You are really sensitive to electro stimulation, but do not forget that this is one of the purpose of the wand... i have to warn you that you can''t play with this without the right tools. Alright, I think we should end it here, we can continue another time... you got to get home... and... emmmh... I got something else to take care of."'
-								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 							end
 							act'Lie':
 								*clr & cla
@@ -654,7 +654,7 @@ if $ARGS[0] = 'toys_wand':
 								$anna_toys_image2
 								'"No no! My hair it''s stands up! That''s all!."You try to avoid being honest with Anna.'
 								'"Well assuming you are telling the truth... that''s totally normal it''s not something that usually surprises people; it something that''s expected from playing with the wand. Anyway, if you are telling the truth you are really impressionable, i have to say. But we''re done for today. Let me show you out, you got homework to do and I have to do some laundry." You shake her hand and go outside'
-								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+								act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 							end
 						end
 						act'It''s a bit weird...':
@@ -662,14 +662,14 @@ if $ARGS[0] = 'toys_wand':
 							gs 'stat'
 							$anna_toys_image2
 							'"The wand does have a unique way of stimulating. Well it can offer much more than this. This was only a little demonstration of what it can do... But I think this is enough for today, you learned something new so we''ll end it here, let me show you out, we can continue this next time." Anna leads you to the door, you shake her hand and go outside.'
-							act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+							act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 						end
 						act'Emmmh...what am i suppose to feel?':
 							*clr & cla
 							gs 'stat'
 							Anna_see_abrat += 1
 							'"That was enough to move your finger you felt something that''s for sure, don''t be silly. Never left yourself be blinded by the rush, especially in the BDSM world. It''s easy to over estimate your limits, and that can be dangerous. Always, be honest with yourself. I think that''s enough for today. Let me show you out, we can continue this another time." Anna leads you to the door, you shake her hand and go outside.'
-							act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+							act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 						end
 					end
 				end
@@ -677,7 +677,7 @@ if $ARGS[0] = 'toys_wand':
 					*clr & cla
 					gs 'stat'
 					'"As you wish. We can continue this another time." You exchange few more words with Anna and she leads you to the door, you shake her hand and go out into the residential area.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 			end
 			
@@ -685,7 +685,7 @@ if $ARGS[0] = 'toys_wand':
 				*clr & cla
 				gs 'stat'
 				'"As you wish. We can continue this another time." You exchange few more words with Anna and she leads you to the door, you shake her hand and go out into the residential area.'
-				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+				act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 			end
 		end
 		act'Ok':	
@@ -712,21 +712,21 @@ if $ARGS[0] = 'toys_wand':
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"That''s nothing to worry about. Stimulation is the purpose after all, and how sensations feel can be completely different from person to person. But I believe that''s enough for today. Let me show you to the door." Anna leads you to the door, you shake her hand and head outside to the residential area.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Clit...':
 						*clr & cla
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"And do you like it?. Stimulation is the purpose after all. The sensations felt can be totally different from one person to another. But I think we''ll end it at that for today. Let me show you out." Anna leads you to the door, you shake her hand and go outside and head towards the residential area.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Both':
 						*clr & cla
 						gs 'stat'
 						AnnaQW['trust'] += 1
 						'"Interesting... A friend of mine would be really interested to hear about this... not everybody get''s so aroused by a little shock; you seemed to show both on your breasts and you clitoris, did you get wet?. Ok <<$pcs_nickname>>, I want you to know that''s normal and you shouldn''t worry. It just means you are really sensitive to electro stimulation, but don''t forget that this is the purpose of the wand. I believe we should say that''s enough for today, let me show you out, we can pick this up another time." Anna leads you to the door, you shake her hand and head out to the residential area.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 					act'Lie':
 						*clr & cla
@@ -734,21 +734,21 @@ if $ARGS[0] = 'toys_wand':
 						Anna_trust -= 1
 						'"No no! It''s just my hair that stands up! Yes...that''s it." You try to avoid being honest with Anna.'
 						'"Well assuming you are telling the truth... that''s  normal. It''s not something that usually surprise people. Anyway, if you were telling the truth you are really impressionable, i have to say. But we''ll leave that for another day. Let''s head to the front door, you probably have homework to do." Anna leads you to the door, you shake her hand and go outside.'
-						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+						act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 					end
 				end
 				act'Never felt something like that before':
 					*clr & cla
 					gs 'stat'
 					'"The wand does have it''s own special way of stimulating. It can offer so much more than this. This was only a little demonstration of what it can do... But I think this is enough for today, you learned something new so we''ll end it here, let me show you out, we can continue this next time." Anna leads you to the door, you shake her hand and go to the residential area.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 				act'Emmmh...what am i suppose to feel?':
 					*clr & cla
 					gs 'stat'
 					Anna_see_abrat += 1
 					'"That was enough to move your finger so you definitely felt something that''s for sure. Don''t be blinded by the excitement, especially in BDSM world. It''s easy to over estimate your limits, and that is dangerous when we talk about BDSM. Always, be honest with yourself. That''s enough today. Let me follow you out." Anna leads you to the door, you shake her hand and head out the residential area.'
-					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+					act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 				end
 			end
 		end
@@ -756,7 +756,7 @@ if $ARGS[0] = 'toys_wand':
 			*clr & cla
 			gs 'stat'
 			'"As you wish. Don''t feel like I''m trying to push this on you, if you don''t want to that''s fine." The session ends and after you exchange few more words with Anna she leads you to the door'
-			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'HotelHole'
+			act 'Leave': gs 'hotel_anna_gear', 'toys_images_clear' & gt 'pav_hotel'
 		end
 	end
 end
@@ -839,7 +839,7 @@ if $ARGS[0] = 'restraints_rope':
 		'"Thank you Anna, but I don''t think I''m ready for this."'
 		'"Don''t worry <<$pcs_nickname>>, you are free to learn at your own pace and only do what you are comfortable with. Next time something a bit more exciting, if I can get it arranged in time."'
 		'"Thank you Anna, good bye."'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 end
 
@@ -891,7 +891,7 @@ if $ARGS[0] = 'restraints_rope_sub1':
 		'"So this will give you an idea of how suspension feels, it also shows how versatile ropes are for BDSM play. Of course you still need to have a secure fixing to suspend someone from safely. This fixing point is good for 150kg so you are perfectly safe.'
 		'Right, We can continue this next time." Anna helps you down and you put your clothes back on, after a few words with Anna she sees you out. "Next time I hope to have something a little more exciting if I can get it arranged, see you then <<$pcs_nickname>>."'
 		'"Thank you Anna, goodbye."'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 	act'Thanks Anna but I think that''s enough for today...':
 		*clr & cla
@@ -900,7 +900,7 @@ if $ARGS[0] = 'restraints_rope_sub1':
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/Anna2restr5.jpg"></center>'
 		'"Of course dear. Restraints can be a bit overwhelming when you first try them and they are not for everyone." You put your clothes on, and after exchanging a few words with Anna she leads you to the door. "Next time I hope to have something a little more exciting if I can get it arranged, see you then <<$pcs_nickname>>."'
 		'"Thank you Anna, good bye.'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 end
 
@@ -938,7 +938,7 @@ if $ARGS[0] = 'restraints_rope_dom':
 				'You feed the rope back through the hoop and help Anna out of the rope you tied around her.'
 				'"Don''t worry, we''ll get there." Anna says reassuringly as she puts her clothes back on, and after a brief chat she leads you to the door. "Next time I hope to have something a little more exciting if I can get it arranged, see you then <<$pcs_nickname>>."'
 				'"Thank you Anna, goodbye."'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -972,7 +972,7 @@ if $ARGS[0] = 'restraints_harness':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/harness1.jpg"></center>'
 				'You slowly turn trying to put on a show on for Anna. "beautiful body. But we are not here to make you blush or feel uncomfortable. I don''t know how much you can feel the leather, but i can assure you that leather has its own unique appeal; it''s a matter on how feels to the skin, its smell... and other things you will eventually discover. I don''t think we''re gonna go any further today so we''ll call it a night. Let me get your clothes." Anna gives you your clothes and you put them on, after few words she walks you the door and you head out to the residential area.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 			act'I think I''m done for today, I really have to go...':
 				*clr & cla
@@ -980,7 +980,7 @@ if $ARGS[0] = 'restraints_harness':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/Anna2restr5.jpg"></center>'
 				'"That''s okay... I hope you learned a little about the harness and what it brings. Here let me get your clothes." Anna gives you your clothes and you put them back on, Anna talks a little bit about different harnesses before you leave.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'Thank you Anna, but i have to go...':
@@ -990,7 +990,7 @@ if $ARGS[0] = 'restraints_harness':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 			'"Hope you don''t mind Anna, but I have to get home."'
 			'"Understandable. The main thing is you got the basic idea about the harness and what it can do. Here let me get your clothes." Anna gives you your clothes and you put them back on, Anna talks a little bit about her first experience with harnesses before you leave.'
-			act 'Leave': gt'HotelHole'
+			act 'Leave': gt'pav_hotel'
 		end
 	end
 	act'Why don''t you try it on so i can see how it looks on you?':
@@ -1013,7 +1013,7 @@ if $ARGS[0] = 'restraints_harness':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/harnessd1.jpg"></center>'
 				'"No... this is enough. I''m not a doll that you can just boss around."'
 				'"My dear I can assure you that wasn''t an order... anyway I won''t press you on it... you are free to do what you want. I think it''s best if we end it for today. The main thing is that you have an idea about the harness. Let me get your clothes." You put your clothes back on. After few words about today Anna reassures you there was no reason to be worried, and that your reaction was completely normal. Soon you finish discussing and you head out the door.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 			act'Turn and tease':
 				*clr & cla
@@ -1025,7 +1025,7 @@ if $ARGS[0] = 'restraints_harness':
 				'You slowly turn swinging your back to tease Anna. "Mmmm... there''s no need to put a show on... but... ok: if that make you feel comfortable by all means... go on. Just remember, we don''t have all day <<$pcs_nickname>>."'
 				'"Ok ok... you''re no fun... but I got the message." You stop from teasing Anna.'
 				'"Don''t take it the wrong way... you can try to tease me on our free time if you''d like. But we are here for your session. I reckon by now you''ve gotten to feel the leather a bit and how nice it feels against your skin, it''s texture and smell, there really isn''t anything quite like leather. I think that''s enough for today. Let me get your clothes." Anna gives you your clothes and you redress yourself, and after a brief conversation you both say goodbye.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 			act'We can stop here...':
 				*clr & cla
@@ -1033,7 +1033,7 @@ if $ARGS[0] = 'restraints_harness':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/Anna2restr5.jpg"></center>'
 				'"Tha''s okay... I think it best if we end it for today then. I hope you learned something from our session here today. Let me get you your clothes." Anna gives you your clothes and you redress. You chat a little bit about the harness before saying goodbye'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'Thanks for your offer Anna, but I have to go...':
@@ -1042,7 +1042,7 @@ if $ARGS[0] = 'restraints_harness':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 			'"Hope you don''t mind Anna, but I really have to go."'
 			'"That''s fine, we can pick this up again next time. I hope that you got a little bit of an insight into what this harness can bring. You can take it off now and redress." You put your clothes back on, and after some small talk you say goodbye and leave.'
-			act 'Leave': gt'HotelHole'
+			act 'Leave': gt'pav_hotel'
 		end
 	end
 	act'On me?':
@@ -1073,7 +1073,7 @@ if $ARGS[0] = 'restraints_harness':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/harness1.jpg"></center>'
 					'You slowly turn as to put a show on for Anna. "As I said <<$pcs_nickname>> you have a great body. But we are not here to make you blush or feel uncomfortable. Now, do you feel how nice the the leather feels against your body? Just the smell of leather can be arousing to some you know. Nothing quite beats leather. I think we''ll end it there and continue next time. You can take the harness off now and get dressed." You put your clothes back on and talk a bit about leather harnesses before you say goodbye and go outside.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 				act'I think we''ve done for today, I have to go':
 					*clr & cla
@@ -1081,7 +1081,7 @@ if $ARGS[0] = 'restraints_harness':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/Anna2restr5.jpg"></center>'
 					'"Then I think we should wrap it up for today. I hope that you see what a wonderful addition a harness can bring to BDSM. You can get dressed again now." Anna gives you your clothes and you get dressed, after some small talk you both say goodbye and you head out to the residential area.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 			act'Thank you Anna, but i have to go...':
@@ -1091,7 +1091,7 @@ if $ARGS[0] = 'restraints_harness':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 				'"Hope you don''t mind Anna, I really have to get going."'
 				'"That''s okay, we can continue this another day then. I hope you''ve learned something here today." You get dressed before chatting a bit with Anna about school before you say goodbye and leave.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1100,7 +1100,7 @@ if $ARGS[0] = 'restraints_harness':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 		'"As you wish. We''ll continue another time. Hopefully I''ve given you some things to think about tonight. Let me show you out." You chat a bit on the way to the door when you reach the door you kindly say goodbye and leave.'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 end
 		
@@ -1146,7 +1146,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff1.jpg"></center>'
 						'"I-i..."'
 						'"Well... if that left you speechless you felt something for sure. I won''t push things though the main thing is to improve your knowledge, so I think we''ll end it there. Just let me free you now." Anna smiles at you in a reassuring way; once free and with your panties on, you chat a little bit with Anna before you say goodbye and leave'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'C-can you free me now?':
 						*clr & cla
@@ -1156,7 +1156,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff1.jpg"></center>'
 						'"Sure <<$pcs_nickname>> Just lay still and I''ll unlock the cuffs." Anna starts freeing your ankles and wrists.'
 						'"Just remember, I won''t force you to do anything you don''t want... the main things is to improve your knowledge about this, and I feel you learned something today." Anna smiles at you in a reassuring way. Once free and with your panties back on, she takes you to the front door where you say goodbye'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1187,7 +1187,7 @@ if $ARGS[0] = 'restraints_cuff':
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff2.jpg"></center>'
 							'"I-i..."'
 							'"Cat got your tounge? You definitely felt something then. I won''t push it though the main thing is that you learn, and you''ve certainly learned a bit today so we''ll stop for today. Let me unlock you so you can get dressed." Anna smiles at you in a reassuring way; once free and with your panties on, you talk a little bit about school before saying goodbye'
-							act 'Leave': gt'HotelHole'
+							act 'Leave': gt'pav_hotel'
 						end
 						act'C-can you free me now?':
 							*clr & cla
@@ -1197,7 +1197,7 @@ if $ARGS[0] = 'restraints_cuff':
 							end
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff1.jpg"></center>'
 							'"Of course <<$pcs_nickname>> wait a sec. Just lay still so I can unlock the cuffs." Anna starts freeing your ankles and wrists. "I want you to remember that i won''t push this on you... the main thing that you learn, and I''d say you''ve learned some today, now get dressed." She smiles at you in a reassuring way... Once free and with your panties back on, you thank Anna for tonight and say goodbye.'
-							act 'Leave': gt'HotelHole'
+							act 'Leave': gt'pav_hotel'
 						end
 					end
 				end
@@ -1205,7 +1205,7 @@ if $ARGS[0] = 'restraints_cuff':
 					cla
 					gs 'stat'
 					'"No worries." Anna smiles at you in a reassuring way. "If you don''t want to I will not force you. We''ll end it here, but I hope you''ve learned a little bit about cuffs and what they bring to BDSM. Now, I think it''t time you got home, you probably have homework to do." Anna leads you to the door and you say goodbye and leave.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 			act'I''m sorry Anna, i cannot do that...':
@@ -1214,7 +1214,7 @@ if $ARGS[0] = 'restraints_cuff':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuffn.jpg"></center>'
 				'"That''s okay." Anna smiles at you in a reassuring way.'
 				'"I''m not going to push you into doing things you don''t want to, We''ll wrap this up for now, but I hope you''ve learned a thing or two about cuffs and what they can be used for. Now you should get going home, it''s getting late and I got some housework to do." Anna leads you to the front door and you say goodbye and leave.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'On you? Sure...you got ropes too...this should be fun.':
@@ -1233,7 +1233,7 @@ if $ARGS[0] = 'restraints_cuff':
 				'"Cuffs have a meaning dear, and you need to learn all aspects of this. We are not a BDSM session now, this is an learning session and has no meaning unless you are willing to try. but as i said i won''t force you if you don''t want to."'
 				'"I think it''s best if we end it here today."'
 				'"Sure, we wrap ut. Let me lead show you out." You both walk out of the bedroom and down the hallway to the front door where you say goodbye.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 			act'Mfffh...do not try anything. Was i clear?':
 				*clr & cla
@@ -1256,7 +1256,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'"I thought it would be worse"'
 						'"Now that you''ve got a better understanding. Remember, what you learn from our sessions is entirely up to you. We are doing this to improve your knowledge, and we''ve learned a lot today I''d say so we''ll end it here."'
 						'You nod. "Okay" Anna smiles at you as she removes your cuffs; once free and with your panties back on, you chat a little bit about school before you say goodbye and leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Can you free me now?':
 						*clr & cla
@@ -1265,7 +1265,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'"Sure <<$pcs_nickname>>... just give me a moment." Anna starts freeing your ankles and wrists.'
 						'"Just remember <<$pcs_nickname>> I won''t force you to do anything you don''t want to... the main things is for you to learn, and and it seems you''ve learned enough today."'
 						'"Just get me out of this please." Anna smiles as she removes your cuffs. Once your arms and legs are free you hurriedly get dressed, you chat a little with Anna before she she walks you to the front door and say goodbye and walk out to the residential area.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1298,7 +1298,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff2.jpg"></center>'
 						'"I-i..."'
 						'"No words... I suspect you really felt something. But I don''t think we should puss this much further... the main thing today is to improve your basic knowledge, and we''ve done that today. Now... let me loosen the cuffs." You nod. Anna smiles at you while freeing you; once freed and with your panties on, you chat a little bit about school before you leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'C-can you free me now?':
 						*clr & cla
@@ -1309,7 +1309,7 @@ if $ARGS[0] = 'restraints_cuff':
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuff1.jpg"></center>'
 						'"Sure <<$pcs_nickname>>... just let me get undo the straps." Anna start freeing your ankles and wrists.'
 						'"I want you to remember that I won''t make you do anything you don''t want to... the main things is that you learn, and I think you''ve learned enough for today." She smiles and removes the cuffs... Once freed and with your panties on, chat a little thanking her for teaching you before you leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1319,7 +1319,7 @@ if $ARGS[0] = 'restraints_cuff':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/cuffn.jpg"></center>'
 				'"No worries." Anna smiles at you in a reassuring way.'
 				'"Let me just get these cuffs off you. Ok, then I think we''re done for today; I hope you''ve learned a little bit more about BDSM. Let me walk you out" Anna leads you to the front and you walk out to the residential area.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1328,7 +1328,7 @@ if $ARGS[0] = 'restraints_cuff':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/annaintro1.jpg"></center>'
 		'"Alright. If you don''t want to I can understand that and I won''t force you. Just think about some of the things you''ve seen here today okay? Now, let me show you out." Anna leads you to the front door and you leave.'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 end
 		
@@ -1362,7 +1362,7 @@ if $ARGS[0] = 'restraints_leash':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakfine.jpg"></center>'
 					'"I''m happy to hear it... anyway we should stop for now. The walk ends. "We shouldn''t get carried away, this is a practice session after all, so <<$pcs_nickname>> I hope it has been instructive for you, you should have a better idea about the collar and the leash. You can get dressed now, and we''ll continue next time"'
 					'"Thank you Anna." You get dressed and and chat a little about collars before saying goodbye and leaving.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 				act'S-stop...':
 					*clr & cla
@@ -1370,7 +1370,7 @@ if $ARGS[0] = 'restraints_leash':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakstop.jpg"></center>'
 					'You loose all interest in completing the walk. "Uh? Oh... ok." The walk ends. Anna immediately stops as soon as she sees you no longer want to continue. she dosen''t tighten her grip, the only tightness you feel is from the sudden stop. "I assume it was too much for you. I think we should end it here, you should get dressed <<$pcs_nickname>>."'
 					'"Y-yes..." You weren''t able to complete your sentence feeling too much shame from the walk. As soon as you put clothes back on you exchange few words with Anna. She reassures you about the session and your feelings, telling again that there''s no reason to worry as it''s only a learning session. You finally finish the chat and leave for today.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 				act'...':
 					*clr & cla
@@ -1381,7 +1381,7 @@ if $ARGS[0] = 'restraints_leash':
 					'"What''s wrong?" You are too ashamed to lift your head: you are soaking wet.'
 					'"M-my... my pussy." Anna immediately realizes what you are talking about.'
 					'"Oh... I see." As if this is totally normal Anna reassures you. "Don''t worry... this can be a highly arousing situation: no matter what end of the leash you''re on. It''s totally natural, but I think we''ll end it there, you''ve learned enough for today. Let me go get your clothes." You put your clothes back on while trying to focus on something else. She reassures you about the session and your feelings. after a brief chat and given yourself time to calm down you say goodbye and leave the apartment.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 		end
@@ -1404,7 +1404,7 @@ if $ARGS[0] = 'restraints_leash':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakfine.jpg"></center>'
 					'"I''m happy to hear it... But we should stop for now." The walk ends. "We shouldn''t drag this on too long, this is for you to learn after all, so <<$pcs_nickname>> I hope it has been a learning experience for you, hopefully you should have a better idea about the collar and the leash. You can get dressed now, and we''ll follow up on this next time"'
 					'"Thank you Anna."You get dressed and and chat a little about collars before saying goodbye and leaving.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 				act'S-stop...':
 					*clr & cla
@@ -1412,7 +1412,7 @@ if $ARGS[0] = 'restraints_leash':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakstop.jpg"></center>'
 					'You freeze up completely. "Uh? Oh... ok."</font> Anna stops the walk as soon as she sees you don''t want to continue. she dosen''t tighten her grip, the only tightness you feel is from when you stopped moving. "I suppose it got to be too much for you. It''s probably best if we end it here, you should get dressed <<$pcs_nickname>>."'
 					'"Y-yes..." You weren''t able to complete your sentence feeling too much shame from the walk. As soon as you put clothes back on you exchange few words with Anna. She reassures you about the session and your feelings, telling again that there''s no reason to worry as it''s only a learning session. When you finish the chat you say goodbye and leave for today.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 			act'Don''t...':
@@ -1420,7 +1420,7 @@ if $ARGS[0] = 'restraints_leash':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashownoend.jpg"></center>'
 				'You shake your head. "Well <<$pcs_nickname>>... in that case we should end it for today. Hopefully I''ve given you some things to think about... and we''ve made some steps forward." She unclips the leash from your collar. "Move your hair so I can get the collar off." Anna removes the collar and gives you back your clothes. Once your clothes are back on you chat a little with Anna; she reassures you that there is no hidden motive. after a little while you say your thanks and head out of the apartment towards the residential area.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'Change your mind':
@@ -1432,7 +1432,7 @@ if $ARGS[0] = 'restraints_leash':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashownoend.jpg"></center>'
 			'"I-i... can''t I''m sorry Anna."'
 			'"Well <<$pcs_nickname>>... in that case we''ll call it a day. The main thing is that you learn... and we''ve made progress." She removes the least from your collar. "Move your hair out of the way so it dosen''t get stuck." Anna removes collar gives you your dress. As soon you''re dressed you talk a bit with Anna; she reassures you about the session saying there''s no underlying meaning and that the session is purely instructional. You feel she has no intention to make you do anything you don''t want to. Once your little chat is over Anna follows you to the front door where you say goodbye and head to the residential area.'
-			act 'Leave': gt'HotelHole'
+			act 'Leave': gt'pav_hotel'
 		end
 	end
 	act'If there''s no real meaning...why don''t you let me put the collar on you?':
@@ -1459,7 +1459,7 @@ if $ARGS[0] = 'restraints_leash':
 					'"So <<$pcs_nickname>>, how does it feel to be walking your slave around naked, it''s exhilarating isn''t it?"'
 					'"I''ve never heard of a puppy talking."'
 					'"Right..." You walk Anna for a little. "That''s it we should stop for now."'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 		end
@@ -1493,7 +1493,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Happy to hear it''s not a big deal for you. I think that''s enough for today." The walkie ends. "Even doing a simple practice session with no meaning could be hard we won''t go much furher, I hope <<$pcs_nickname>> I hope this little session has been informative for you; hopefully you got some better idea about the collar and the leash."'
 						'"Just... don''t try anything okay?"'
 						'"Of course not, this is your show, eventually you will decide for yourself what the sessions mean. Well, now that we''re done you can change back into your regular clothes and I''ll see you next time." You get dressed and say goodbye to Anna before you leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Stop!':
 						*clr & cla
@@ -1503,7 +1503,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"I guess it became too much for you... Alright; you can put back your clothes <<$pcs_nickname>> we''re done for today."'
 						'"This was a big mistake."'
 						'"If you think so...then that''s what it was. It seems to have been very instructive though and we learn when we make mistakes." You weren''t able to reply, ashamed by the session; you only want this to end. Anna reassures you about the session and your feelings, saying you did nothing wrong and that it''s okay. Once you''ve gotten dressed again you say goodbye to Anna, hurrying towards the door to leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Meh...':
 						*clr & cla
@@ -1517,7 +1517,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Are you mocking me?"'
 						'"Don''t be silly <<$pcs_nickname>>... you decide for yourself what you want to do, and you wanted to try this. Now we know you don''t really feel anything about this so we''ve learned something. Since that''s done I think we''ll call it for today."'
 						'"Baf!" Once you''ve gotten your clothes back on you thank Anna for today and leave the apartment.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1542,7 +1542,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Glad to hear it''s not too big a problem... anyway, we should stop for now." The walk ends. "Well <<$pcs_nickname>> I assume it was an instructive session; you should have a better idea about collar, leash, submission and petplay."'
 						'"Just... don''t get any ideas okay?"'
 						'"Don''t worry I won''t. let''s wrap it up and let me get you clothes, we''ll continue next time." You get dressed and chat a bit with Anna before saying goodbye'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Stop!':
 						*clr & cla
@@ -1552,7 +1552,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"It can be too much in the beginning... Let''s get your clothes back on we''re done for today."'
 						'"I shouldn''t have done this."'
 						'"It''s not all bad you know, we have made progress and you''ve learned a bit today. Nothing to be ashamed of." You can''t bring yourself to answer, wanting only to go home. Anna tells you that there is nothing to worry about. Once you''ve gotten dressed you say goodbye and hurry out the door.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'I don''t know':
 						*clr & cla
@@ -1565,7 +1565,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Well, maybe we''ll try something else next time, you might be more dominant something you really aren''t right now."'
 						'"Are you mocking me?"'
 						'"Just saying my dear <<$pcs_nickname>>.. .We went down this road hoping to learn, and we''ve learned this isn''t exactly for you so we''ll stop there for today, let''s get that collar off and you can put your clothes back on." Once you''ve gotten your clothes back on you thank Anna for tonight and say goodbye.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 				act'This was a mistake. it''s too much.':
@@ -1581,7 +1581,7 @@ if $ARGS[0] = 'restraints_leash':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashownoend.jpg"></center>'
 				'"I think I''ll have to pass"'
 				'"That''s okay <<$pcs_nickname>> we can continue next time. I hope you''ve learned a little bit though." Anna removes the collar and leash and gives you your clothes, once you''ve gotten dressed you chat a little bit about school and life at home before you leave.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'Ok I''ll do it. But I''m not putting on a show...':
@@ -1610,7 +1610,7 @@ if $ARGS[0] = 'restraints_leash':
 						end
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashlingfine.jpg"></center>'
 						'"I''m happy to hear it wasn''t a problem for you. Ok <<$pcs_nickname>> i hope it was an instructive session; you should have a better idea about collar, leash, submission and petplay. now we''ll end it here for today, let me remove the collar and get your clothes." You get dressed and after a brief chat you leave Anna''s apartment.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Stop!':
 						*clr & cla
@@ -1620,7 +1620,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Sometimes it can get a bit too much, let me get this collar off and get your clothes <<$pcs_nickname>> we''re done for today."'
 						'"I shouldn''t have done this."'
 						'"It''s okay, we wanted to you to learn about this and we''ve learned more today, there''s nothing to worry about." You try to answer but you can''t find the words, you just want to go home. Anna removes the collar and gives you your clothes, once you''ve gotten dressed you say goodbye to Anna before hurrying out the door.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Meh...':
 						*clr & cla
@@ -1631,7 +1631,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Nothing. are you sure?"'
 						'"Really dosen''t feel like it."'
 						'"That''s okay, perhaps being in the submissive state of this isn''t your thing, or maybe this just isn''t the right setting. But in any case we''ll end it here for today, let me get that collar and you can get dressed." Once you''ve gotten your clothes back on you thank her for taking the time to try and teach you before you leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1654,7 +1654,7 @@ if $ARGS[0] = 'restraints_leash':
 						end
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashlingfine.jpg"></center>'
 						'"Glad to hear it wasn''t too bad for you, let''s end it here for today." The walk ends. "Now, as you already know this is a learning session, this dosen''t mean anything between us. what you take from this is entirely up to you, but I hope you''ve learned a little bit about what it''s like for the submissive to be led by their master or mistress. Anyways, let''s get that collar off so you can get dressed." You put your clothes back on and after a brief talk about the role of being submissive you say goodbye and leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Stop!':
 						*clr & cla
@@ -1663,7 +1663,7 @@ if $ARGS[0] = 'restraints_leash':
 						'Your body freezes completely, feeling the collar yank against your neck. "What?" Anna drops the leash immediately letting it fall. "Are you okay <<$pcs_nickname>>? I think we''ve gone far enough for today."'
 						'"I shouldn''t have done this."'
 						'"It''s okay, maybe this part of it isn''t for you, we''ve learned something today so focus on that." You find yourself unable to answer feeling only embarrassed and wanting to hide. Anna removes your collar and tells you again that it''s okay and you shouldn''t think too much into it. Once you''ve gotten your clothes you say goodbye to Anna, wanting to get away from all this as soon as possible.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'Meh...':
 						*clr & cla
@@ -1674,7 +1674,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"Nothing? Are you sure?"'
 						'"Yeah, I''m not really feeling it"'
 						'"Well, that really depends on perspective dosen''t it, we have learned today that this dosen''t really do anything for you. you can always find some way to learn for everything you do. But we''ll end it here so this dosen''t turn into a school lecture, let me get that collar off so you can get dressed". After getting dressed you thank Anna for her time today and walk out of the apartment.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 				act'Now hold on!':
@@ -1691,7 +1691,7 @@ if $ARGS[0] = 'restraints_leash':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashlingno.jpg"></center>'
 				'"I''m not so sure I wanna do this anymore"'
 				'"That''s okay <<$pcs_nickname>> you are in charge here today, you say stop, we stop. Hopefully you''ve learned a little bit and maybe that''ll is enough for today." Anna helps you remove the collar and gives you your dress. After getting dressed you exchange few words with Anna; you tell her again that even if there''s no underlying meaning this is just too much for you; she doesn''t seem to criticize your decision, and listens to you with kind eyes. Once you''ve finished talking you say goodbye and go out to the residential area.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 	end
@@ -1724,7 +1724,7 @@ if $ARGS[0] = 'restraints_leash':
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakfine.jpg"></center>'
 						'"I''m happy to hear you feel it''s going well but, I think it''s best if we stop for today.</font> The walk ends<font color = blue>"This was a good start, seems like you learned a lot today which is good. Now, let me get that collar off so you can get dressed"</font><br><font color = #DC143C>"Thank you Anna"</font> You get dressed  and thank Anna for her time, she smiles and leads you to the front door.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'I...don''t like it...':
 						*clr & cla
@@ -1733,7 +1733,7 @@ if $ARGS[0] = 'restraints_leash':
 						'You sit on the floor not moving. Anna immediately lets go of her grip on the leash. "I assume it was too much for you <<$pcs_nickname>>, that''s okay, it happens. Let''s get that collar off and get your clothes we''re done for today."'
 						'"I''m sorry Anna, but I don''t think this is for me."'
 						'"I understand <<$pcs_nickname>>, it can be hard sometimes doing this." Anna watches as you get dressed telling you that you shouldn''t feel any shame over what happened. Once you''re fully dressed you thank her and you walk out of her apartment.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'...':
 						*clr & cla
@@ -1744,7 +1744,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"What''s wrong <<$pcs_nickname>> is there a problem with the collar or something?" You just stare at the floor unable to answer: you are soaking wet.'
 						'"M-my... my pussy." You force out. Anna immediately realizes what you are talking about.'
 						'"Oh... I got scared for a moment there." As if this is totally normal Anna reassures you. "Don''t worry... for some this is a highly arousing situation: it doesn''t matter the role. It''s totally natural, but I think it''s better for you to go home now so you can focus on something else, you''ve learned enough for today." Anna removes your collar and you get dressed. After a brief conversation you thank her for understanding and you hurry out the door'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 			end
@@ -1764,7 +1764,7 @@ if $ARGS[0] = 'restraints_leash':
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashnakfine.jpg"></center>'
 						'"Glad to hear it''s not too bad, but let''s stop for today.</font> The walk ends...<font color = blue>"Now, remember this is a learning session, this dosen''t mean anything between us. you choose what to take from this, but I hope you''ve learned a little bit about what it''s like for the submissive to be led by their master or mistress. Anyways, let''s get that collar off so you can get dressed"</font> After getting redressed you talk a little with Anna about the role of being the submissive before you say goodbye and leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 					act'I...don''t like this...':
 						*clr & cla
@@ -1774,7 +1774,7 @@ if $ARGS[0] = 'restraints_leash':
 						'"I''m guessing this isn''t what you''re looking for then. Maybe it''s best we stop for today <<$pcs_nickname>> what do you say?"'
 						'"I''m sorry Anna, but I dont''t think this is for me."'
 						'"That''s okay, we''re making progress either way" Anna reassures you about the session saying maybe we should try something different next time. Once you''ve gotten the collar off and gotten dressed, you thank Anna for her time and leave.'
-						act 'Leave': gt'HotelHole'
+						act 'Leave': gt'pav_hotel'
 					end
 				end
 				act'Don''t...':
@@ -1782,7 +1782,7 @@ if $ARGS[0] = 'restraints_leash':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashownoend.jpg"></center>'
 					'You shake your head unable to speak. "Okay <<$pcs_nickname>>. you''ve learned a little today but we''re stopping for today." Anna unhooks the leash and removes your collar. As soon as you''ve gotten dressed you exchange few words with Anna; she talks session and your feelings, saying that what you felt is perfectly natural. When you are done chatting Anna thanks you for stopping by today and leads you out.'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 			act'Change your mind':
@@ -1791,7 +1791,7 @@ if $ARGS[0] = 'restraints_leash':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/Anna/sessionhotel/leashownoend.jpg"></center>'
 				'"I-i... can''t I''m sorry Anna i have to go."'
 				'"Okay <<$pcs_nickname>>...let''s wrap up for today. Hopefully we''ve made some steps forward today." Anna moves removes the leash and the collar, and gives you your clothes. As soon as you''ve gotten dressed you chat a little bit with Anna, she reminds you that you control the situation and can decide when to stop. When you''re done chatting you thank her and say goodbye before leaving out towards the residential area.'
-				act 'Leave': gt'HotelHole'
+				act 'Leave': gt'pav_hotel'
 			end
 		end
 		act'I want you to try the collar':
@@ -1812,7 +1812,7 @@ if $ARGS[0] = 'restraints_leash':
 					gs 'stat'
 					'<center><video autoplay loop src="images/characters/pavlovsk/resident/Anna/sessionhotel/leash.mp4"></video></center>'
 					'"Not so difficult is it? Just remember to keep a firm grip and have a firm tone so the submissive knows who''s in charge. not just to the submissive mind you but also if there are anyone else around." You continue walk Anna for a little. "That''s it we should stop now."'
-					act 'Leave': gt'HotelHole'
+					act 'Leave': gt'pav_hotel'
 				end
 			end
 		end
@@ -1824,7 +1824,7 @@ if $ARGS[0] = 'restraints_leash':
 			'"Well <<$pcs_nickname>>... in that case we''re done for today. Hopefully you''ve gotten some things to think about tonight."'
 			'"I''m sorry."'
 			'"That''s okay <<$pcs_nickname>> we''ll continue another day, let me show you out." You both chat a little as you walk to the door, when you reach the door you say goodbye and leave.'
-			act 'Leave': gt'HotelHole'
+			act 'Leave': gt'pav_hotel'
 		end
 	end
 	act'Leave':
@@ -1834,7 +1834,7 @@ if $ARGS[0] = 'restraints_leash':
 		'"That''s okay <<$pcs_nickname>>. We''ll pick this up some other time, let me show you out." You walk towards the door through the hallway chatting as you go. "Hopefully you''ve gotten something to think about before bedtime tonight."'
 		'"I hope so too."'
 		'"Here we are, now hope to see you again soon."you smile to Anna and say goodbye before you leave out towards the residential area.'
-		act 'Leave': gt'HotelHole'
+		act 'Leave': gt'pav_hotel'
 	end
 end
 

+ 132 - 468
locations/intro_city.qsrc

@@ -66,10 +66,12 @@ if $ARGS[0] = 'start':
 	$start_type = 'nt'
 	NTstart = 1
 	
-	gt 'intro_city', '2'
+	gt 'intro_city', 'city_intro'
 end
 
-if $ARGS[0] = '2':
+if $ARGS[0] = 'city_intro':
+	!! Intro to starting city
+	!!variables for apartment living
 	pcs_hairlng = 100
 	!!Default Names
 	$pcs_firstname = 'Svetlana'
@@ -92,6 +94,17 @@ if $ARGS[0] = '2':
 	if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
 	killvar '$temp_nickname'
 
+	*clr & cla
+	!!pic of apartment or Gazelle?
+	'The big day has finally arrived! Your family piled into your stepfather''s Gazelle pickup and you all traveled from your hometown, Pavlovsk, to the big city of St. Petersburg. Today is the day you move into your own apartment and start this new phase of your life.'
+	'You think back to your school days and what kind of student you were...'
+
+	act 'Continue': gt 'intro_city', 'vlad_intro'
+end
+
+if $ARGS[0] = '2':
+	$loc = 'intro_city'
+	$loc_args = '2'
 !!	Just hair and eye color here for now; the dialog will be update as more options are added
 	'<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
 	'<center><b>Allows you to alter hair and eyes, use to match fixed profile picture if in use.</b></center>'
@@ -100,494 +113,145 @@ if $ARGS[0] = '2':
 	'You are fairly tall.'
 	*nl
 	'<center>Customize your:</center>'
-	'<center><a href="exec:gs ''intro_city'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''begin'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
+	'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
 	
-	act 'Done': gt 'intro_city', '3'
+	act 'Done': gt 'intro_city', 'city_intro'
 end
 
-if $ARGS[0] =  '3':
-	*clr & cla
-	menu_off = 1
+if $ARGS[0] = 'vlad_intro':
 	gs 'intro_initialization'
 	gs'stat'
-	'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-	*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-	'You close the cabinet in front of you, displaying a mirror as you prepare yourself to tell your mother that you are leaving for good.'
-	'You look at your new lease while thinking to yourself: <font color=#FF00CC>It is time for me to finally be able to live my own life. I can finally make my own decisions, choose my own path and I can finally bring guys home without having to hear...</font> You suddenly hear banging on the bathroom door with your mother shouting, "<<$pcs_firstname>> what on earth is taking you so long? We need to get going!" You take a deep breath then turn to walk out of the restroom.'
+	!! Intro to your stepfather
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big28.jpg"></center>'
+	!!basic desc of Vlad, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Having spent almost an hour in the cramped truck, you jump out as soon as you arrive. Vlad gets out and stretches a bit, before heading to the back of the Gazelle to start unloading your stuff.'
 
-	act 'Walk out of the bathroom':
-		*clr & cla
-		minut += 7
-		gs'stat'
-		'<center><b><font color=#00FF9C><<"Natasha [Mother] <<$pcs_lastname>>">></font></b></center>'
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
-		'You step out of the bathroom to a scorn from your mother. "You don''t even have your sweater on. You know how cold it is going to be today." Your mother grabs your sweater then quickly forces you into it while pulling you toward the door where you place your coat on and leave the apartment. Your mother walks you down the side walk while you ask her, "What is so important that I have to leave this early?"'
-		*nl
-		'Your mother responds, "What''s important is your future and I''m not going to have a daughter who sits at home all day doing god know what. We are getting you a job in the pharmacy here in Pavlovsk. I need to keep a close eye on you or else you will get into trouble." You recoil in shock as you think to yourself, <font color=#FF00CC>I can''t stay at home with my parents anymore. I need to tell her now.</font>'
-
-		act 'Tell her that you are moving out':
-			*clr & cla
-			minut += 3
-			gs'stat'
-			'<center><b><font color=#00FF9C><<"Natasha [Mother] <<$pcs_lastname>>">></font></b></center>'
-			'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_Natasha_2.jpg"></center>'
-			'You pull away from her then say, "<<$npc_nickname[''A29'']>>... I''m moving out." Your mother grabs your hand then begins pulling you forward while saying, "Stop playing around, I promised Luda that we would be there before seven and we are already running late." You pull away again. "I mean it this time. I have rented a new apartment and purchased train tickets." You mother crosses her arms and says, "You did what? How could you afford a new home? What kind of favors have you been performing behind my back?" You reply, "No favors. I have been working for aunt Luda and I have been saving up my earnings."'
-			*nl
-			'Your mother''s voice gets louder as she responds, "So aunt Luda has been working you behind my back and you spent your money on a new apartment instead of college? HAVE YOU LOST YOUR MIND!?" You recoil for a second before mustering your courage, "Maybe I don''t want to go to college. Maybe i just want to live my own life." Your mother pinches your ear as she says, "You ungrateful brat! Have I not done everything for you? I raised you in my home. I kept you fed. I protected you from the boys who would just take advantage of you. I even put up with your occasional attitude while showing you the right way to live your life."'
-
-			act 'Tell her how you truly feel':
-				*clr & cla
-				minut += 3
-				gs'stat'
-				'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-				*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-				'You quickly reply, "You''re smothering me! You won''t let me make my own decisions. You don''t let me make my own mistakes. You won''t let me live my own life. I need to be free of you. I want to live for myself. I want to go out and meet new people, instead of staying at home doing homework and chores. I want to go out and meet boys. Maybe get a boyfrie..." Your mother cuts you off, "Those boys will only use you. You are too gullible. You need to find a good boy in church. I would have introduced you to a nice boy named..." You cut her off, "You see? You always make the choices for me. I never have any say in the matter. This is why I need to leave."'
-				*nl
-				'Your mother replies, "You don''t realise how dangerous boys can be! They can rape and even kill you!" You quickly respond, "You''re right! I don''t know. How can I ever know anything about boys when you work so hard to keep me away from them? You have no idea what how hard it is to be the only girl without a date on Valentines day, to be the only girl who couldn''t go to the prom because her mother kept her home for "Her own safety"" You can feel tears streaming down your face as you continue screaming, "I CAN NEVER MAKE NEW FRIENDS! I CAN NEVER TAKE RISKS AND I CAN NEVER FALL IN LOVE! WHY CAN''T I FALL IN LOVE MOTHER!? WHY DO YOU HATE ME SO MUCH!? WHY DON''T YOU LEAVE ME ALONE!?" Your mother stares at you in shock as you both stare at each other in silence.'
-				'<center><b><font color=#00FF9C><<"Natasha [Mother] <<$pcs_lastname>>">></font></b></center>'
-				'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_Natasha_2.jpg"></center>'
-
-				act 'Say goodbye':
-					*clr & cla
-					minut += 12
-					gs'stat'
-					'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-					*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-					'You take a few seconds to wipe your tears away before saying, "I''m leaving mother and for once in my life, I am going to be happy." You look toward your mother in blind hatred. "And you... can''t control me... anymore." You then turn around and walk back to your parents''s apartment to collect your things. You walk into the bedroom you share with your older sister Anya where your bags are laid out. You open one of them up to check if you have packed everything while you hear your mother arrive back home.'
-					*nl
-					'You peek out the doorway while feeling your heart pounding, not wanting to get into another argument, you try to check your things quietly while you mother calls someone on the phone. As soon as you finish your packing, you quietly walk toward the front door before hearing your mother leave the kitchen with the phone still in her hand.'
-					'<center><b><font color=#00FF9C><<"Natasha [Mother] <<$pcs_lastname>>">></font></b></center>'
-					'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_Natasha_2.jpg"></center>'
-
-					act 'Turn to face her':
-						*clr & cla
-						minut += 2
-						gs'stat'
-						'<center><b><font color=#00FF9C><<"Natasha [Mother] <<$pcs_lastname>>">></font></b></center>'
-						'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_Natasha_2.jpg"></center>'
-						'Your mother takes one look at you then says, "I''ll call you back." before hanging up the phone. She then walks up to you and says, "If you are really committed to this then go, but when the boys use you and break your heart then don''t say that I didn''t warn you." She then opens the door and holds it open for you. You begin walking out before you hear her say, "And if you get knocked up by someone you don''t even know then don''t bring any babies back here expecting me to take care of them. You have made your choice and I hope to god that you don''t ruin your life. May god watch over you." Not wanting to have another argument, you turn and walk away toward the train station.'
-
-						act 'Head to the train station':
-							*clr & cla
-							minut += 10
-							gs'stat'
-							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
-							'You arrive at the train station then walk toward your train, still thinking about the argument that you just had, wondering if you were justified in what you have said until you end up bumping into a man, causing you to drop your bags. The man leans forward to pick up your bags as he says, "Oh how clumsy of me. I should have payed better attention. I''m sorry about that. Here let me carry your bags for you." You give him a nod and he gives you a smile before lifting your bags. He then asks, "What is your name?" You lightly bite your lip, still feeling nervous around men.'
-							'<center><b><font color=#0060FF><<"?">></font></b></center>'
-							'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert1.jpg"></center>'
-
-							act 'Tell him your name':
-								*clr & cla
-								minut += 3
-								gs'stat'
-								'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-								*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-								'You give him a smile as you say, "My name is <<$pcs_firstname>>. It is nice to meet you." Then man returns the smile as he replies, "The pleasure is all mine, but where are my manners? My name is Albert." You respond, "Well hello Albert, what brings you here?" Albert replies, "I came here to pick up my sister, she is taking a trip to the city to start her track career. She has been training months for this and I am always happy to support her when she needs." You nod then say, "That is so sweet of you. Are you waiting for her now?"'
-								*nl
-								'He replies, "Yes but I arrived very early, she won''t be here for another 30 minutes or so. Are you waiting for someone?" You shake your head, "No I''m just heading to my new home." Albert then asks, "Would you like a ride? The city is not far, I could drive there and back before my sister arrives." You take a few seconds to think to yourself, <font color=#FF00CC>Should I go with him? He is handsome and sweet, but <<$npc_nickname[''A29'']>> did say that I was too trusting. Should I take a chance or play it safe?</font>'
-								'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-								'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert3.jpg"></center>'
-
-								act 'Accept Albert''s offer':gt 'preNT', '4'
-
-								act 'Decline Albert''s offer':
-									*clr & cla
-									minut += 2
-									gs'stat'
-									'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-									'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert1.jpg"></center>'
-									'Not wanting to take a chance of being abused or kidnapped, you calmly say, "That is very sweet of you to offer but I''d prefer taking the train." Albert understandingly nods his head before responding, "I understand, riding on a train can be relaxing sometimes." Albert then motions you to follow him as he says, "We should get you to your train before you end up missing it." You give him an approving nod before following him to the train. Albert places your bags on the ground next to the train then places his hands in his pockets as he says, "I hope that you have everything set from here."'
-									*nl
-									'You nod as you reply, "I do, thank you very much Albert. I hope that everything works out for your sister." Albert replies, "Thank you <<$pcs_firstname>> and I hope that everything goes well with your new place." Albert then bows his head as he turns around then walks away. You pick up your bags then look around for an isolated seat, hoping not to be disturbed.'
-
-									act 'Ride the train':gt 'preNT', 'Train'
-								end
-							end
-
-							act 'Remain silent':
-								*clr & cla
-								minut += 2
-								gs'stat'
-								'<center><b><font color=#0060FF><<"?">></font></b></center>'
-								'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert2.jpg"></center>'
-								'Still feeling shy around men, you remain silent, not knowing what to say until he says, "It''s alright, you don''t need to tell me. I am a stranger after all." He then motions you to follow him as he says, "Let''s get you to your train. I wouldn''t want you to be late." You give him an approving nod before following him to the train. The man places your bags on the ground next to the train then places his hands in his pockets as he says, "I hope that you have everything set from here." You nod as you reply, "I do, thank you mister." The man bows his head as he turns around then walks away. You pick up your bags then look around for an isolated seat, hoping not to be disturbed.'
-
-								act 'Remain silent':gt 'preNT', 'Train'
-							end
-						end
-					end
-				end
-			end
-		end
-	end
+	act 'Check Kolka': gt 'intro_city', 'kolka_intro'
 end
 
-if $ARGS[0] =  '4':
+if $ARGS[0] = 'kolka_intro':
+	!! Intro to Kolka
 	*clr & cla
-	minut += 2
-	gs'stat'
-	'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-	'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert3.jpg"></center>'
-	'<font color=#FF00CC>I can''t be shy my whole life. I need to take some chances. I need to prove my mother wrong.</font> You confidently nod as you say, "That would be great. Thank you." Albert returns the nod as he responds, "It''s no trouble at all." He then motions you to follow him before leading you to his car, where he packs your bags into the trunk and opens the door for you before sitting down and firing up the engine.'
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big34.jpg"></center>'
+	!!basic desc of Kolka, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Your brother, caught up in the excitement of seeing the city, tries to slide past Vlad unnoticed but is called back to help unload. He sighs and shuffles his feet a bit before turning around to help his dad get your stuff.'
+	'Giving him a smile to encourage him, you thank him for helping. Your effort pays off, his chest puffs out a bit as he starts to help his father.'
+
+	act 'Head inside': gt 'intro_city', 'anya_intro'
+end
+
+if $ARGS[0] = 'anya_intro':
+	!! Intro to Anya
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big33.jpg"></center>'
+	!!basic desc of Anya, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Your sister comes up to you, links her arm with yours, and pulls you forward. "Come on, <<$pcs_nickname>>! I want to see this place."'
+	'Already knowing the answer, you ask anyway "Why don''t you have your own apartment then?"'
+	'"I''m comfortable where I am right now. When I''m ready, maybe I will."'
+	'Rolling your eyes, you let her keep pulling on your arm.'
+
+	act 'Enter the apartment': gt 'intro_city', 'apartment_intro'
+end
+
+if $ARGS[0] = 'apartment_intro'
+	$temp_nickname = input('<center>What name do you address your mother by?<br>Mother (default), Mum, Mom, Mama, etc.</center>')
+	if $temp_nickname ! '':$npc_nickname['A29'] = '<<$temp_nickname>>'
+	killvar '$temp_nickname'
+
+	!! Intro to apartment
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/home/korr.jpg"></center>'
+	'Once you get inside you look around, already trying to decide where things should go. Anya sees this, and laughing, drags you through each room to check them out.'
+	'By the time you''re done Kolka and Vladimir have started bringing boxes in. "Your <<$npc_nickname[''A29'']>> is staying outside for a bit to keep an eye on your stuff. I don''t think she likes the neighborhood much," he says with a shrug.'
+	'Both you and Anya pick up the boxes they set down and take them to the rooms they were labeled for, while your brother and stepfather bring it all inside.'
+
+	act 'Greet <<$npc_nickname[''A29'']>>': gt 'intro_city', 'mom_intro'
+end
+
+if $ARGS[0] = 'mom_intro':
+	!! Intro to Mom - answer sets relationship level
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+	'Your <<$npc_nickname[''A29'']>> comes inside finally, carrying food she made ahead of time to feed everybody.'
+	'"<<$pcs_nickname>>, this is a pretty rough neighborhood. You need to be really careful of those boys outside. The sooner University starts the better, so you can get out of here. I don''t know why you couldn''t just wait until summer ended to move to the city."'
+	act 'I will be fine (neutral response)':
+		gs 'npc_relationship', 'set', 'A29', '50'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"Everything will be fine, <<$npc_nickname[''A29'']>>. I will look into university prices and decide then."'
+		'She gives you a hug before going to the kitchen to start setting up everybody with a plate of food.'
 
-	act 'Sit back and relax':
+		act 'Have lunch': gt 'intro_city', 'lunch_break'
+	end
+	act 'Give it a rest (angry response)':
+		gs 'npc_relationship', 'set', 'A29', '30'
 		*clr & cla
-		minut -= 2
-		gs'stat'
-		'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-		*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-		'You rest your head on the headrest while looking out the window. Albert begins driving as you relax. You both continue driving until the car suddenly hits a pothole causing you to bounce up, slamming your knee on the glove compartment. Albert slows down then says, "Where did that thing come from? I hope that didn''t shake you up." he gives you a quick smile before turning back to the road. You start leaning back when you feel something resting on your leg. You look down to see the glove compartment open with something on top of a few letters.'
-		'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/car.jpg"></center>'
-
-		act 'Take a closer look':
-			*clr & cla
-			minut -= 2
-			gs'stat'
-			'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/1.jpg"></center>'
-			'You immediately recognize it as a firearm. You suddenly feel your heart sink as your thoughts race. <font color=#FF00CC>OH NO! Mother was right. I was too trusting. He is going to kidnap me isn''t he? What do I do? Do I take the gun? Is the safety on? I don''t know if I can even shoot it. Maybe I''m overreacting.</font> You carefully watch Albert while shaking until you see him reach toward his back and scratch his side, lifting his shirt just high enough for you to see something shiny. You look closer at it and realize that it is a police badge. You take a huge sigh of relief as you carefully close the glove compartment. You continue relaxing until you catch Albert, in the corner of your eye, staring at your legs.'
-			*nl
-			'You watch him at the corner of your vision while he continues to stare at your legs while you pretend not to notice. After a minute you notice him begin firmly rubbing on his crotch. You start feeling a little hot, not entirely sure why. <font color=#FF00CC>Why is it so hot all of a sudden? Maybe it is the way he is looking at me. He must really want me. He keeps rubbing that... Bulge. Maybe I should touch it for him. I bet his dick is big if his bulge is that big, but what if he doesn''t want it? That would be so embarrassing, but if he does want it then this is my chance to finally be with a real man, but am I ready?</font>'
-
-			gs 'willpower', 'hj', 'self'
-			if will_cost <= pcs_willpwr:
-				act 'Reach out for his crotch (<<will_cost>> Willpower)':
-					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					minut -= 2
-					gs'stat'
-					'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/hj1.jpg"></center>'
-					'You can feel your heart pounding as you slowly reach out then begin lightly rubbing Albert''s crotch through his pants. To your surprise, he doesn''t seem to react, so you continue stroking it until you find the zipper of his pants then reach inside, feeling his really warm penis tensing up like a tree stump. You pull it out of his pants then begin firmly stroking it as Albert starts lightly moaning. You can feel your body heating up and your cheeks growing red as you think of how far you have gone. You continue stroking his dick until you feel his hand on the back of your head.'
-					*nl
-					'You look up at Albert to see a lustful look on his face. He moves his lips close to yours before sharing a passionate kiss for a few seconds until he pauses then turns around to see if any other cars are around before you feel his hand lightly pulling you down to his rock hard penis.'
-					'<center><video autoplay loop src="images/system/1_openings/5_nit/kiss.mp4"></video></center>'
-					gs 'arousal', 'hj', 5, 'dom'
-					gs 'stat'
-
-					gs 'willpower', 'bj', 'resist'
-					if will_cost <= pcs_willpwr:
-						act 'Continue jerking him (<<will_cost>> Willpower)':
-							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							guy += 1
-							minut += 4
-							gs'stat'
-							'<center><video autoplay loop src="images/system/1_openings/5_nit/hj2.mp4"></video></center>'
-							'Despite Albert''s intentions, you continue stroking his penis, feeling it occasionally throb in your hand. Albert lowers his hand from your head realizing that you aren''t going to suck his dick. Something about the way he just gave up to you makes you feel a sort of exhilarated rush while you think to yourself, <font color=#FF00CC>He just let go of me. He let me decide what to do. Mother always told me that men are all controlling pigs, but I feel in control here. His dick is mine to use as I see fit. His moans are mine to control. Ohh mother, how wrong you were about everything. This is my new life now. My time to choose who I can be with and what i can do. This man is at my mercy. I control his pleasure and I can choo...</font>'
-							gs 'arousal', 'hj', 5, 'dom'
-							gs 'stat'
-
-							act 'Continue':
-								*clr & cla
-								minut += 4
-								gs'stat'
-								'<center><video autoplay loop src="images/system/1_openings/5_nit/hj3.mp4"></video></center>'
-								'You suddenly see Alberts head jerk back as his cock begins throbbing in your hands. You feel a little nervous while you think to yourself, <font color=#FF00CC>What is going on? Is he in pain? Did i do something wrong? What is this warm liquid leaking out of his penis?</font> You slowly bring your hand to your face then smell the liquid and almost gag at the smell, as you quickly grab a nearby tissue and wipe some of the cum off of your hand, leaving your hand feeling sticky. You turn to Albert and see a satisfied smile on his face as he strokes your cheek then continues driving.'
-								gs 'cum_call', 'hands', 'Albert'
-								gs 'arousal', 'hj', 5, 'dom'
-								gs 'stat'
-								gs 'arousal', 'end'
-
-								act 'Lay back and relax':
-									cla
-									*clr
-									minut += 2
-									gs'stat'
-									'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/car.jpg"></center>'
-									'You lay back feeling very confident with yourself and after a few minutes of silence, the car stops and you realize that you have arrived at your building. Albert turns to your with a smile and says, "Here we are. I hope that you enjoyed the ride as much as I did." You can''t help but giggle a bit before replying, "I had a wonderful time. Thank you Albert." Albert chuckles before saying, "Anytime <<$pcs_firstname>>."'
-									*nl
-									'He then steps out of the car then heads to the trunk while you get out and begin stretching your legs. Albert brings out your bags then places them next to you before placing his hand on your hip then giving you a kiss on the cheek, followed by a wink. Albert returns to his car as you wave goodbye then turn to your new home.'
-									'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-									'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert3.jpg"></center>'
-
-									act 'Walk toward your new home':
-										*clr & cla
-										minut += 4
-										if sound = 0:
-											if month >=11 and month <= 12 or month >=1 and month <=3:
-												if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
-												if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
-											else
-												if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
-												if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
-											end
-										end
-										gs'stat'
-										if month >= 11 or month <= 3:
-											if hour >= 8 and hour <= 21:
-												'<center><img <<$set_imgh>> src="images/locations/city/residential/streetw.jpg"></center>'
-											else
-												'<center><img <<$set_imgh>> src="images/locations/city/residential/streetwn.jpg"></center>'
-											end
-										else
-											if hour >= 8 and hour <= 21:
-												'<center><img <<$set_imgh>> src="images/locations/city/residential/street.jpg"></center>'
-											else
-												'<center><img <<$set_imgh>> src="images/locations/city/residential/street_night.jpg"></center>'
-											end
-										end
-										'You begin heading in the direction of your new home when you notice some gopniks harassing a woman. One of the gopniks is whistling at her while the other is lifting up her skirt. You try your best to ignore them as you continue toward you apartment when you suddenly trip over something. You reach down and pick it up realizing that it is a news paper. You take a quick moment to open it up then look through the job listings.'
-
-										act 'Look at the job listings':gt 'preNT', 'Listings'
-									end
-								end
-							end
-						end
-					else
-						act 'Continue jerking him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-					end
-					act 'Suck his dick':
-						*clr & cla
-						minut -= 2
-						gs'stat'
-						'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/bj1.jpg"></center>'
-						'Realizing what he wants, you lower your head to his penis then light kiss the tip before looking up at him, as he gives you an approving nod, signalling you to continue. You wrap your lips around the tip then give it a light suck before rubbing it with your tongue. You enjoy the warmth of it in your mouth while you slide it in deeper. You begin thoroughly sucking his cock while he takes a quick look around to see if anyone is watching before he continues driving with his dick in your mouth. You can feel your underwear growing wet, causing you to think to yourself,'
-						*nl
-						'<font color=#FF00CC>Why am I so wet? Did I pee myself? Am I really doing this? Is this really happening? I''m sucking this man''s dick and I don''t even know him, but I feel so hot. I want more. I want him to put his dick inside of me. I want him so bad. What is wrong with me? i just met him...</font>'
-						'<center><video autoplay loop src="images/system/1_openings/5_nit/bj2.mp4"></video></center>'
-						gs 'arousal', 'bj', 5, 'sub'
-						gs 'stat'
-
-						act 'Continue':
-							*clr & cla
-							guy += 1
-							minut -= 2
-							gs'stat'
-							'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/fedor/fedorev2/home/bedroom/sex/bj2.mp4"></video></center>'
-							'You suddenly feel his penis throbbing in your mouth, filling it with a warm liquid. <font color=#FF00CC>What is going on? what is this liquid? Did he pee or something? Should I spit it out? No I will get it all over his floor. I should just swallow it quickly.</font> You swallow the liquid and suddenly feel the sting as it goes down your throat. You try not to gag as you look up at Albert and see a very satisfied smile on his face as he lightly strokes your cheek. You slowly sit back in your seat embarrassed at what you just did and not knowing what to say to him.'
-							'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-							'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert3.jpg"></center>'
-							gs 'cum_call', 'mouth', 'Albert'
-							gs 'arousal', 'bj', 5, 'sub'
-							gs 'stat'
-							gs 'arousal', 'end'
-
-							act 'Continue riding in silence':
-								*clr & cla
-								minut += 4
-								gs'stat'
-								'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/car.jpg"></center>'
-								'You lay back trying to relax while still feeling the sting of his cum in your mouth. After a few minutes of silence, the car stops and you realize that you have arrived at your building. Albert turns to your with a smile and says, "Here we are. I hope that you enjoyed the ride as much as I did." You can''t help but giggle a bit before replying, "I had a wonderful time. Thank you Albert." Albert chuckles before saying, "Anytime <<$pcs_firstname>>."'
-								*nl
-								'He then steps out of the car then heads to the trunk while you get out and begin stretching your legs. Albert brings out your bags then places them next to you before placing his hand on your hip then giving you a kiss on the cheek, followed by a wink. Albert returns to his car as you wave goodbye then turn to your new home."'
-								'<center><b><font color=#0060FF><<"Albert Sokolov">></font></b></center>'
-								'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/albert3.jpg"></center>'
-
-								act 'Walk toward your new home':
-									*clr & cla
-									minut += 4
-									if sound = 0:
-										if month >=11 and month <= 12 or month >=1 and month <=3:
-											if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
-											if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
-										else
-											if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
-											if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
-										end
-									end
-									gs'stat'
-									if month >= 11 or month <= 3:
-										if hour >= 8 and hour <= 21:
-											'<center><img <<$set_imgh>> src="images/locations/city/residential/streetw.jpg"></center>'
-										else
-											'<center><img <<$set_imgh>> src="images/locations/city/residential/streetwn.jpg"></center>'
-										end
-									else
-										if hour >= 8 and hour <= 21:
-											'<center><img <<$set_imgh>> src="images/locations/city/residential/street.jpg"></center>'
-										else
-											'<center><img <<$set_imgh>> src="images/locations/city/residential/street_night.jpg"></center>'
-										end
-									end
-									'You begin heading in the direction of your new home when you notice some gopniks harassing a woman. One of the gopniks is whistling at her while the other is lifting up her skirt. You try your best to ignore them as you continue toward you apartment when you suddenly trip over something. You reach down and pick it up realizing that it is a news paper. You take a quick moment to open it up then look through the job listings.'
-
-									act 'Look at the job listings':gt 'preNT', 'Listings'
-								end
-							end
-						end
-					end
-				end
-			else
-				act 'Reach out for his crotch (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end
-
-			act 'Pretend not to notice it':
-				*clr & cla
-				minut += 8
-				gs'stat'
-				'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/car.jpg"></center>'
-				'Not wanting to take a chance of offending him, you turn away then look out of the window while thinking to yourself, <font color=#FF00CC>So my new life is starting. My chance to try new things, but yet I don''t feel too confident. I want to be more daring, but I just hesitate too much. Will I ever be able to break out of my shell, or will I grow up to be just like my mother planned for me to be? Boring and normal.</font>'
-
-				act 'Continue':
-					*clr & cla
-					minut += 2
-					gs'stat'
-					'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-					*pl '<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
-					'You notice your new building in front of you as the car stops and Albert says, "Wakey wakey, We''re here." He then steps out of the car and heads to the trunk while you get out of the car and begin stretching your legs. Albert places your bags down next to you then says, "I hope everything works for you." You reply, "Thank you for everything Albert and I hope everything works out with your sister too." Albert gives you an approving nob as he walks back to his car and you turn toward your new home.'
-					'<center><img <<$set_imgh>> src="images/shared/home/bedroom/dream/nightout/date/car.jpg"></center>'
-
-					act 'Walk toward your new home':
-						*clr & cla
-						minut += 4
-						if sound = 0:
-							if month >=11 and month <= 12 or month >=1 and month <=3:
-								if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
-								if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
-							else
-								if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
-								if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
-							end
-						end
-						gs'stat'
-						if month >= 11 or month <= 3:
-							if hour >= 8 and hour <= 21:
-								'<center><img <<$set_imgh>> src="images/locations/city/residential/streetw.jpg"></center>'
-							else
-								'<center><img <<$set_imgh>> src="images/locations/city/residential/streetwn.jpg"></center>'
-							end
-						else
-							if hour >= 8 and hour <= 21:
-								'<center><img <<$set_imgh>> src="images/locations/city/residential/street.jpg"></center>'
-							else
-								'<center><img <<$set_imgh>> src="images/locations/city/residential/street_night.jpg"></center>'
-							end
-						end
-						'You begin heading in the direction of your new home when you notice some gopniks harassing a woman. One of the gopniks is whistling at her while the other is lifting up her skirt. You try your best to ignore them as you continue toward you apartment when you suddenly trip over something. You reach down and pick it up realizing that it is a news paper. You take a quick moment to open it up then look through the job listings.'
-
-						act 'Look at the job listings':gt 'preNT', '5'
-					end
-				end
-			end
-		end
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"Just stop <<$npc_nickname[''A29'']>>! I''m an adult now, and I will do whatever I want with who I want!"'
+		'Her eyes flash in anger, but she doesn''t say anything. She goes to the kitchen to start setting up everybody with a plate of food.'
+
+		act 'Have lunch': gt 'intro_city', 'lunch_break'
+	end
+	act 'Don''t worry (loving response)':
+		gs 'npc_relationship', 'set', 'A29', '70'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"I know, don''t worry so much <<$npc_nickname[''A29'']>>. I will be very careful, I promise. It''s only for a few months."'
+		'She gives you a big hug before going to the kitchen to start setting up everybody with a plate of food.'
+
+		act 'Have lunch': gt 'intro_city', 'lunch_break'
 	end
 end
 
-if $ARGS[0] =  '5':
+if $ARGS[0] = 'lunch_break':
 	*clr & cla
-	minut += 2
-	gs'stat'
-	'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/2.jpg"></center>'
-	'Clothing Saleswoman at the marketplace (Residential Area).'
-	'Waitress at the Roadhouse (Residential Area).'
-	'Office Secretary at Titran-Express (City Center).'
-	'Salon Masseuse at Beauty Bar in the Galeria Mall (City Center).'
-	'Store Clerk at Pussy Cats in the Galeria Mall (City Center).'
-	'Fashion Model at Aphrodite Photography (City Center).'
-	'Mercy Clinic is looking for volunteers to help with elderly patients (City Industrial Region).'
-	'Stripper in the Red Light District (City Industrial Region).'
-
-	act 'Continue toward your apartment':
-		*clr & cla
-		music_loop = 0
-		close all
-		minut += 5
-		gs'stat'
-		'<center><b><font color="maroon">Corridor</font></b></center>'
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/korr.jpg"></center>'
-		'You begin heading to your apartment before opening the door to your new home. After entering your home, you hang up your jacket then place your bags down before walking up to the window and opening it, letting in the fresh air while taking a few moments to think to yourself: <font color=#FF00CC>So this is my new life. A life where I can make MY OWN decisions on how to live it. I can be whatever I want to be. I can be a waitress, a model, a secretary or even a stripper if I wanted to but... I don''t think that I have the courage to work a job like that, maybe I will feel more confident about that in the months to come.</font>'
-		*nl
-		'<font color=#FF00CC>Anyway I have a new city to explore and enough money for another two months of rent. I can look for a job or maybe stop by the mall for some new clothes... Although I have heard of a rather risque clothing shop in the city center, but there is no way that I would have enough confidence to wear such clothes.</font> You quickly shake your head before taking a deep breath, ready to start your new life.'
-		'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-		*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-
-		act 'Start your new life':
-			cla
-			showstat 1
-			showobjs 1
-			gs 'obj_din', 'old'
-			gt 'korr'
-		end
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/dinnerhome.jpg"></center>'
+	if npc_rel['A29'] >= 60:
+		'<<$npc_nickname[''A29'']>> hands you a plate with a big smile as you all sit down at your kitchen table.'
+	elseif npc_rel['A29'] <= 30:
+		'Lunch is a little tense at first, but for the most part everybody is used to you and your <<$npc_nickname[''A29'']>> fighting.'
+	else
+		'<<$npc_nickname[''A29'']>> hands plates of food as you all sit down at your kitchen table.'
 	end
+	'Before long, you are all laughing and joking with each other as you eat. You are still looking forward to being on your own, but you know times like this meal will become pretty rare once they head home.'
+	'Once the meal is done and <<$npc_nickname[''A29'']>> cleans up the mess, everybody stands up to say goodbye.'
+
+	act 'Say goodbye to your family': gt 'intro_city', 'family_goodbye'
 end
 
-if $ARGS[0] =  'Train':
+if $ARGS[0] = 'family_goodbye':
+	!! Say goodbye to your family
 	*clr & cla
-	gs'stat'
-	'<center><img <<$set_imgh>> src="images/locations/city/shared/metro/metro.jpg"></center>'
-	'You sit down in one of the corner seats then suddenly feel something pressed against your bottom. You quickly reach down then pull out a news paper. You must have sat on it. You drop it on the chair next to you then begin looking out of the window while thinking to yourself, <font color=#FF00CC>I''m actually doing this. This is actually happening. I am finally going to live on my own. I wonder what life would have been like if my papa never passed away. He was always out in military bases training and honing his skills. His letters always brought me comfort, just knowing that he was thinking of me. Would he be proud of me now? I hope so. I know that he only enlisted to keep us safe and fed.</font>'
+	'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/home/korr.jpg"></center>'
+	'Anya gives a big hug, congratulates you on getting your own place, and then steps back to give the rest of your family room to do the same. Your brother gives you an awkward hug and whispers to text him what it''s like before stepping back too.'
+	'Vladimir comes over and hugs you too, tells you how proud he is to be your stepfather and to call if you need anything.'
+	if npc_rel['A29'] >= 60:
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over, tears in her eyes. Wrapping you in a big hug, she reminds you again to stay away from the boys outside, before joining the rest of the family by the door.'
+	elseif npc_rel['A29'] <= 30:
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over and gives you an awkward hug, saying she is sorry for fighting with you on your big day, before joining the rest of the family by the door.'
+	else
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over and gives you a hug and reminds you to stay away from the boys outside, before joining the rest of the family by the door.'
+	end
 	*nl
-	'<font color=#FF00CC>I wonder what life would have been like if he were still around. Would <<$npc_nickname[''A29'']>> be so controlling or would she release the reigns and give me space? I can''t think about this now. I need to focus on my new life. That is all that matters now.</font> You turn to the news paper then unfold it, checking the latest job listings.'
-	'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-	*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
+	'They all wave and head out, leaving you alone for the first time. You spend some time unpacking your stuff, before you stop and stretch, deciding you can finish later.'
 
-	act 'Look at the job listings':
-		*clr & cla
-		minut += 2
-		gs'stat'
-		'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/2.jpg"></center>'
-		'Clothing Saleswoman at the marketplace (Residential Area).'
-		'Waitress at the Roadhouse (Residential Area).'
-		'Office Secretary at Titran-Express (City Center).'
-		'Salon Masseuse at Beauty Bar in the Galeria Mall (City Center).'
-		'Store Clerk at Pussy Cats in the Galeria Mall (City Center).'
-		'Fashion Model at Aphrodite Photography (City Center).'
-		'Mercy Clinic is looking for volunteers to help with elderly patients (City Industrial Region).'
-		'Stripper in the Red Light District (City Industrial Region).'
-
-		act 'Finish reading':
-			*clr & cla
-			minut += 2
-			gs'stat'
-			'<center><img <<$set_imgh>> src="images/locations/city/shared/metro/metro.jpg"></center>'
-			'You lower the paper then lay back as you roll it back up and place it back on the seat next to you. The train reaches the next stop and you recognize it as your stop. You reach down, picking up your bags then stand next to the door when it suddenly opens, releasing a gust of wind on your face, which you find somewhat comforting. You then walk out of the train station.'
-
-			act 'Head toward your new apartment building':
-				*clr & cla
-				minut += 2
-				if sound = 0:
-					if month >=11 and month <= 12 or month >=1 and month <=3:
-						if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
-						if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
-					else
-						if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
-						if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
-					end
-				end
-				gs'stat'
-				if month >= 11 or month <= 3:
-					if hour >= 8 and hour <= 21:
-						'<center><img <<$set_imgh>> src="images/locations/city/residential/streetw.jpg"></center>'
-					else
-						'<center><img <<$set_imgh>> src="images/locations/city/residential/streetwn.jpg"></center>'
-					end
-				else
-					if hour >= 8 and hour <= 21:
-						'<center><img <<$set_imgh>> src="images/locations/city/residential/street.jpg"></center>'
-					else
-						'<center><img <<$set_imgh>> src="images/locations/city/residential/street_night.jpg"></center>'
-					end
-				end
-				'You begin heading in the direction of your new home when you notice some gopniks harassing a woman. One of the gopniks is whistling at her while the other is lifting up her skirt. You try your best to ignore them as you continue toward you apartment.'
-
-				act 'Continue toward your apartment':
-					*clr & cla
-					music_loop = 0
-					close all
-					minut += 5
-					gs'stat'
-					'<center><b><font color="maroon">Corridor</font></b></center>'
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/korr.jpg"></center>'
-					'You approach your apartment then begin opening the door to your new home. After entering your home, you hang up your jacket then place your bags down before walking up to the window and opening it, letting in the fresh air while taking a few moments to think to yourself: <font color=#FF00CC>So this is my new life. A life where I can make MY OWN decisions on how to live it. I can be whatever I want to be. I can be a waitress, a model, a secretary or even a stripper if I wanted to but... I don''t think that I have the courage to work a job like that, maybe I will feel more confident about that in the months to come. Anyway I have a new city to explore and enough money for another two months of rent.</font>'
-					*nl
-					'<font color=#FF00CC>I can look for a job or maybe stop by the mall for some new clothes... Although I have heard of a rather risque clothing shop in the city center, but there is no way that I would have enough confidence to wear such clothes.</font> You quickly shake your head before taking a deep breath, ready to start your new life.'
-					'<center><b><h4><font color=#FF00CC><<"<<$pcs_firstname>> [<<$pcs_nickname>>] <<$pcs_lastname>>">></font></h4></b></center>'
-					*pl '<center><img src="<<FUNC(''$face_image'')>>"></center>'
-
-					act 'Start your new life':
-						showstat 1
-						showobjs 1
-						gs 'obj_din', 'old'
-						cla
-						*clr
-						'<center><img <<$set_imgh>> src="images/system/1_openings/5_nit/start_nit.jpg"></center>'
-						'Welcome to the New in Town start! You are finally free of your mother and ready to face all the freedoms and challenges that entails. Your options are nearly unlimited and now it''s time to go out and discover them all.'
-						act 'Begin': gt 'korr'
-					end
-				end
-			end
-		end
-	end
+	act 'Continue': gt 'intro_city', 'welcome_intro'
 end
 
+if $ARGS[0] = 'welcome_intro':
+	!! Welcome to Girl Life speech
+	showstat 1
+	showobjs 1
+	gs 'obj_din', 'old'
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/system/1_openings/5_city/city_start.jpg"></center>'
+	'Welcome to Girl Life. You are finally free of your parents and ready to face all the freedoms and challenges that entails. Your options are nearly unlimited and now it''s time to go out and discover them all.'
+	'Don''t forget to enroll in university during August, if that''s a goal you want to pursue.'
+
+	act 'Start the game': gt 'korr'
+end
+
+
 --- intro_city ---------------------------------
 

+ 13 - 0
locations/intro_city_m.qsrc

@@ -0,0 +1,13 @@
+# intro_city_m
+
+music_loop = 0
+CLOSE ALL
+gs 'themes', 'indoors'
+$start_type = 'city_m'
+
+'Not yet available!!'
+
+act 'Return': gt 'begin', 'start'
+
+--- intro_city_m ---------------------------------
+

+ 1551 - 0
locations/intro_city_select.qsrc

@@ -0,0 +1,1551 @@
+# intro_city_select
+
+if $ARGS[0] = 'start':
+	ml_update_1 = 1
+	birthyear = 1999
+	yearlefttemp = 1
+
+	if player_avatar = 0:
+		birthmonth = 4
+		birthday = 1
+		pcs_haircol = 1
+		pcs_eyesize = 2
+		pcs_lip = 1
+		pcs_lashes = 1
+	end
+
+!!	Body
+	pcs_hgt = 170
+	salo = 80
+	dick = 0
+	pcs_energy = 60
+	pcs_hydra = 60
+	pcs_sleep = 70
+!!	Stats
+	pcs_stren = 30
+	strenbuf = 10
+	pcs_agil = 30
+	agilbuf = 10
+	pcs_vital = 30
+	vitalbuf = 10
+	pcs_intel = 30
+	pcs_sprt = 30
+	pcs_react = 30
+	pcs_chrsm = 30
+	pcs_prcptn = 30
+	pcs_magik = 0
+
+	pcs_heels = 5
+	pcs_makupskl = 20
+	pcs_pubes = 30
+	pcs_leghair = 12
+	pcs_makeup = 1
+
+	money = 2000
+	prezikProver = 3
+	brothersawpirsF = 0
+	dynamic $currentpursetype + '_purses[<<currentpursenumber>>] = 1'
+
+	!!Default Names
+	$pcs_firstname = 'Svetlana'
+	$pcs_lastname = 'Lebedev'
+	$pcs_nickname = 'Sveta'
+
+	!!Player names are set here
+	$temp_firstname = '<<$pcs_firstname>>'
+	$pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
+	if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'
+	killvar '$temp_firstname'
+
+	$temp_lastname = '<<$pcs_lastname>>'
+	$pcs_lastname = input("What is your family name? (Leave blank for Lebedev)")
+	if $pcs_lastname = '':$pcs_lastname = '<<$temp_lastname>>'
+	killvar '$temp_lastname'
+
+	$temp_nickname = '<<$pcs_nickname>>'
+	$pcs_nickname = input("What is your nickname? (Leave blank for Sveta)")
+	if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
+	killvar '$temp_nickname'
+
+	gs 'npcstatic1'
+	gs 'npcstatic2'
+	gs 'npcstatic3'
+	gs 'npcstatic4'
+	gs 'npcstatic5'
+
+	$pcs_dna = func('dna','generate',$npc_dna['A29'],$npc_dna['A35'])
+
+	home_owned[2] = 1
+	gs 'set_home', 2
+
+	killvar 'class_list_institution'
+	killvar 'class_list_name'
+
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_1.jpg"></center>'
+	'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, friends and family often calling you <<$pcs_nickname>>. Your mother''s name is <<$npc_firstname[''A29'']>> and your biological father left when you were a baby. Your mother married your stepfather, <<$npc_firstname[''A28'']>>, shortly afterwards. <<$npc_firstname[''A33'']>> is your older sister. She is two years older than you and is still living at home while working at the local grocery store. She chose not to attend university and instead spends most of her free time drinking with her friends and going to parties, much to your mother''s dismay. You also have a younger half-brother, <<$npc_firstname[''A34'']>>, who is really into sports, especially football, and is shaping up to be a fine athlete. He is a year younger than you and his father is your stepfather.'
+
+	act 'Re-enter name/s': gt 'intro_city_select', 'SGStart'
+	act 'Continue':	gt 'intro_city_select', 'SGStart2'
+end
+
+if $ARGS[0] = 'SGStart2':
+	$locM = 'intro_city_select'
+	$loc_argsM = 'SGStart2'
+!!make sure this image shows up above the text that shows your birthday
+	!date_toggle = args[1]
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_2.jpg"></center>'
+	if birthday < 10 and birthmonth < 10:
+		$startdob = 'Your birthday: <B>0<<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
+	elseif birthday < 10 and birthmonth >= 10:
+		$startdob = 'Your birthday: <B><<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
+	elseif birthday >= 10 and birthmonth < 10:
+		$startdob = 'Your birthday: <B>0<<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
+	elseif birthday >= 10 and birthmonth >= 10:
+		$startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
+	end
+
+	'<a href="exec:gt ''intro_customization'', ''birthday''"><<$startdob>></a>.'
+
+	act 'Confirm':
+		cls
+		killvar '$startdob'
+		gt 'intro_city_select', 'charselect'
+	end
+end
+
+if $ARGS[0] = 'charselect':
+	killvar '$locM'
+	killvar '$loc_argsM'
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_4.jpg"></center>'
+	'Select your personality/social group. Your social group will have a major defining impact upon your life in school and will determine your starting friends, starting traits and overall look. While you can always change groups later on, it takes time and effort, so choose wisely. Your five choices of social group are.'
+	*nl
+	'Nerds, geeks and good students. - These students tend to do well in school and are well liked by teachers and other adults and your parents will also be more proud of you. They tend to not have many friends outside of their own social group, however, and are also sometimes picked on or bullied. They are subpar athletically and place less value on looks and social skills than other cliques.'
+	*nl
+	'Jocks and natural athletes. - These students are gifted in their chosen sport and are very athletically inclined. This means that they tend to be fit and in good shape, often making them better looking than many of the other students. They get along with other jocks and are respected by the cool kids of the school while being feared by the nerds, geeks and losers. They don''t value academic achievements and can come into conflict with the gopniks and other troublemakers.'
+	*nl
+	'The popular, cool and beautiful. - These students are typically socially-gifted and are often blessed with natural good looks. They are envied by many because of this, and most other kids want to be their friends. More than any of the other cliques, they have the ability to ruin someone''s reputation and make them social outcasts, which earns them the fear of many students. Being cool and good looking is all they value, so they tend to be subpar athletically and academically.'
+	*nl
+	'Gopniks, rebels, punks and troublemakers. - These students don''t play by the rules and, in fact, will often happily piss on them if given half a chance. They are in decent shape from all of their fighting and troublemaking, but their predilection for drinking, smoking and drugs often counteracts this to a point. They are not the most well-liked students; teachers and parents alike take a dim view of them, as does the local police. Most other students fear them, either from the years of bullying or from the gopniks'' willingness to fight. Some students secretly envy their carefree attitude and apparent ability to sneer and wave off many of the social pitfalls that other students face.'
+	*nl
+	'Losers, teachers'' pets, sluts and the ugly. - These students are the outcasts - the kids no one likes to spend time with, other than to pick on or bully them. Perhaps they are just socially awkward and never made many friends, broke one of the unwritten social school rules, are ugly, a snitch, a slut and/or an outed gay boy. Either way, they all have one thing in common: they are easy targets to bully and mock.'
+
+	act 'Full custom setup': gt 'intro_customization', 'start'
+
+	act 'Nerd, Geek, Student':
+		*clr & cla
+		gs 'intro_city_select', 'nerdinfo'
+		act 'I am the Queen of the Nerds!': gt 'intro_city_select', 'nerdqueen'
+		act 'I am a good student': gt 'intro_city_select', 'goodstudent'
+		act 'I am a computer geek': gt 'intro_city_select', 'computergeek'
+		act 'I am an avid chess player': gt 'intro_city_select', 'chessplayer'
+
+	end
+
+	act 'Athlete, Jock':
+		*clr & cla
+		gs 'intro_city_select', 'jockinfo'
+		act 'Avid volleyball player': gt 'intro_city_select', 'volleyball'
+		act 'Avid dancer': gt 'intro_city_select', 'dancer'
+		act 'Avid runner': gt 'intro_city_select', 'runner'
+		act 'Avid football player.': gt 'intro_city_select', 'football'
+	end
+
+	act 'Popular, Cool, Beautiful':
+!!if we can do school uniforms gets an appropriate or borderline uniform.
+		*clr & cla
+		gs 'intro_city_select', 'popularinfo'
+		act 'I have a lot of friends': gt 'intro_city_select', 'socialite'
+		act 'I am beautiful': gt 'intro_city_select', 'beautiful'
+	end
+
+	act 'Gopnik, Rebel, Punk, Troublemaker':
+!!If you can do uniforms then they can choose inappropriate or borderline
+!!can pick 1-3 tattoos at start
+		*clr & cla
+		gs 'intro_city_select', 'gopnikinfo'
+		act 'A gopnik': gt 'intro_city_select', 'gopnikstart'
+		act 'A punk or troublemaker': gt 'intro_city_select', 'troublemaker'
+		act '<<$npc_nickname[''A9'']>>''s girlfriend':  gt 'intro_city_select', 'vitekgf'
+		act 'An alternative, party girl or rebel': gt 'intro_city_select', 'alternative'
+	end
+
+	act 'Outcast, Loser, Goth, Ugly':
+		*clr & cla
+		gs 'intro_city_select', 'outcastinfo'
+		act 'I have no friends': gt 'intro_city_select', 'friendless'
+		act 'I am an ugly duckling': gt 'intro_city_select', 'uglyduckling'
+		act 'I am a good girl': gt 'intro_city_select', 'goodgirl'
+		act 'I am a slut': gt 'intro_city_select', 'slut'
+		act 'I am the resident goth': gt 'intro_city_select', 'goth'
+	end
+
+	act 'Random personality':
+!! This allows the player to select a random personality.
+		*clr & cla
+		persrand = rand(0, 18)
+		if persrand <= 3:
+		!! Nerd
+			gs 'intro_city_select', 'nerdinfo'
+			if persrand = 0:
+				killvar 'persrand'
+				gs 'intro_city_select', 'nerdqueen'
+			elseif persrand = 1:
+				killvar 'persrand'
+				gs 'intro_city_select', 'goodstudent'
+			elseif persrand = 2:
+				killvar 'persrand'
+				gs 'intro_city_select', 'computergeek'
+			elseif persrand = 3:
+				killvar 'persrand'
+				gs 'intro_city_select', 'chessplayer'
+			end
+		elseif persrand <= 7:
+		!! Jock
+			gs 'intro_city_select', 'jockinfo'
+			if persrand = 4:
+				killvar 'persrand'
+				gs 'intro_city_select', 'volleyball'
+			elseif persrand = 5:
+				killvar 'persrand'
+				gs 'intro_city_select', 'dancer'
+			elseif persrand = 6:
+				killvar 'persrand'
+				gs 'intro_city_select', 'runner'
+			elseif persrand = 7:
+				killvar 'persrand'
+				gs 'intro_city_select', 'football'
+			end
+		elseif persrand <= 9:
+		!! Popular
+			gs 'intro_city_select', 'popularinfo'
+			if persrand = 8:
+				killvar 'persrand'
+				gs 'intro_city_select', 'socialite'
+			elseif persrand = 9:
+				killvar 'persrand'
+				gs 'intro_city_select', 'beautiful'
+			end
+		elseif persrand <= 13:
+		!! Gopnik
+			gs 'intro_city_select', 'gopnikinfo'
+			if persrand = 10:
+				killvar 'persrand'
+				gs 'intro_city_select', 'gopnikstart'
+			elseif persrand = 11:
+				killvar 'persrand'
+				gs 'intro_city_select', 'troublemaker'
+			elseif persrand = 12:
+				killvar 'persrand'
+				gs 'intro_city_select', 'vitekgf'
+			elseif persrand = 13:
+				killvar 'persrand'
+				gs 'intro_city_select', 'alternative'
+			end
+		elseif persrand <= 18:
+		!! Outcast
+			gs 'intro_city_select', 'outcastinfo'
+			if persrand = 14:
+				killvar 'persrand'
+				gs'intro_city_select', 'friendless'
+			elseif persrand = 15:
+				killvar 'persrand'
+				gs 'intro_city_select', 'uglyduckling'
+			elseif persrand = 16:
+				killvar 'persrand'
+				gs 'intro_city_select', 'goodgirl'
+			elseif persrand = 17:
+				killvar 'persrand'
+				gs 'intro_city_select', 'slut'
+			elseif persrand = 18:
+				killvar 'persrand'
+				gs 'intro_city_select', 'goth'
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'nerdinfo':
+	'<center><h4><font color="maroon">Nerd</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/nerd_0.jpg"></center>'
+	'While you were growing up, you spent virtually all of your free time at home, pursuing various cerebral pursuits. These might have included reading comics, fantasy or sci-fi books, learning about chess or computers or playing cards, board games, or RPGs with the other nerds in addition to faithfully going to school. While you have gained a huge amount of knowledge from this, your lack of interest in exercising as a child has left your body a little frail.'
+	*nl
+	'The long nights of trying to read in poor light have taken a toll on your eyesight as well, and you now need glasses to be able to read. Your cerebral pursuits have also had somewhat of a negative impact on your friendship with <<$npc_firstname[''A11'']>>: as you grew up. He became a gopnik and the two of you slowly started hanging out less and less, although you still consider each other to be friends. On the plus side, doing well in school has made your parents happy and has left you with some extra spending money as a reward for your hard work. Now...'
+	*nl
+end
+
+if $ARGS[0] = 'jockinfo':
+	'<center><h4><font color="maroon">Jock</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/jock_0.jpg"></center>'
+	'While you were growing up, you spent virtually all of your free time outdoors. You loved playing sports, running, biking, horseback riding, hiking and most other outdoor activities. This has kept you in fairly good shape as well as decently socially active in a variety of team sports over the years. Doing this, however, negatively impacted your friendship with <<$npc_firstname[''A11'']>> somewhat. As you grew up, he became a gopnik and the two of you slowly started hanging out less and less, though you still consider each other to be friends. From all the sports available, you are an...'
+	*nl
+end
+
+if $ARGS[0] = 'popularinfo':
+	'<center><h4><font color="maroon">Popular</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/popular_0.jpg"></center>'
+	'You spent most of your childhood outdoors, playing with other girls and boys. As a result, you''re quite healthy. You''re also pretty strong verbally, with a keen understanding about how to get yourself out of trouble (or shifting the blame to someone else). You were never very interested in school or sports, however, and are only a sub-par student. Your popularity has negatively impacted your relationship with <<$npc_firstname[''A11'']>> somewhat, and you are not as close as you once were. Now...'
+	*nl
+end
+
+if $ARGS[0] = 'gopnikinfo':
+	'<center><h4><font color="maroon">Gopnik</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/gopnik_0.jpg"></center>'
+	'You spent most of your childhood outdoors, playing with the other girls and boys. As a result, you''re quite healthy. As you got older you lost any interest you might have once had with fitting in - now you do your own thing, and you’’re ready to tell anyone where they can stick it if they have a problem with that.'
+	'As you and <<$npc_firstname[''A11'']>> walked a similar path, your bond of friendship only deepened. This has had some repercussions on your school performance; you''re a sub-par student. It has also had some less enjoyable consequences leading you into more than your fair share of fights, into all sorts of problems at home, landing you in trouble and often punished at school, and even into a few run-ins with the local police. Now most consider you...'
+	*nl
+end
+
+if $ARGS[0] = 'outcastinfo':
+	'<center><h4><font color="maroon">Outcast</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_0.jpg"></center>'
+	'You never really fit in. You’’re just one of those individuals who, by choice or circumstance, never really clicked with the other kids. As you got older things only got worse, and now you are seen as an outcast. This breaks one of the most important social rules among your peers, and you are now considered in the same vein as sluts, losers, gay boys and the like.'
+	'Being an outcast has also had a somewhat negative impact on your friendship with <<$npc_firstname[''A11'']>>. As you grew up, he became a gopnik and the two of you slowly started hanging out less and less, although you still consider each other to be friends - if just barely. You have no other real friends, and you get bullied and made fun of all the time because...'
+	*nl
+end
+
+if $ARGS[0] = 'nerd':
+	pcs_tan = 0
+	pcs_gaming = 20
+	if player_avatar ! 1: pcs_haircol = 1
+	if player_avatar ! 1: pcs_eyecol = 0
+	fantasybook = 5
+	grupTipe=3
+	money += 3000
+	shampoo = 20
+	if player_avatar = 0:
+		pcs_eyesize = 1
+		pcs_lip = 1
+		pcs_lashes = 0
+	end
+	pcs_skin = 20
+	pcs_inhib = 10
+	pcs_heels = 10
+	pcs_makupskl = 15
+	gs 'npc_relationship', 'socialgroup_setting', -10, 0, 25, 0, 5, 20
+	npc_rel['A129'] += 10
+	npc_rel['A28'] += 10
+	npc_rel['A29'] += 10
+	grupvalue[1] = 200
+	grupvalue[2] = 100
+	grupvalue[3] = 700
+	grupvalue[4] = 100
+	grupvalue[6] = 600
+	genbsize = 22
+	traits['nerd_points'] = 60
+	traits['nerd_status'] = 2
+	traits['nerd_lernHome'] = 5
+end
+
+if $ARGS[0] = 'nerdqueen':
+	'<center><h4><font color="maroon">Queen of the nerds</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/nerd_1.jpg"></center>'
+	'While you love all things nerdy or geeky, what you love the most is hanging out with your fellow nerds and doing nerdy things together. This has made you fairly social for a nerd and more general in your areas of knowledge. As you got older and started to develop as a girl, it also made you much more aware of your sexuality than most nerds are comfortable with. As such, you cultivated that awareness more than most and are now more at ease with your body than most of the other nerds. By the usual nerd standards you are confident, dynamic and attractive. This has lead to you being the leader of your group of friends, and you are more acceptable to other social groups as a result, especially the cool kids who seem to respect your social skills and looks.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'nerd'
+		alterstrtimg = 8
+		pcs_intel = 40
+		pcs_chrsm = 40
+		pcs_sprt = 40
+		pcs_icesktng = 10
+		pcs_humint = 10
+		pcs_persuas = 10
+		pcs_makupskl = 30
+		pcs_inhib = 20
+		pcs_heels = 25
+		pirsC = 2
+		PirsC2_owned = 1
+		$currentpursetype = 'fashionista'
+		currentpursenumber = 13
+		fashionista_purses[13] = 1
+		bag = 1
+		gs 'npc_relationship', 'socialgroup_setting', 10, 5, 10, 5, 5, 5
+		npc_rel['A18'] = 1
+!!make sure this coming after the gs code above will still set christina to a 1 relationship, if I did this code correctly, if not look for this code in other spots and fix it pls
+		grupvalue[1] = 300
+		grupvalue[3] = 800
+		grupvalue[6] = 700
+		kosmetica = 10
+		stanok = 10
+		if player_avatar = 0:
+			pcs_hairlng = 300
+			pcs_eyesize = 3
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		pcs_skin = 50
+		genbsize = 17
+		salo = 87
+		willpowermax = 90
+		gs 'grades', 'grade_award', 'school', 'math', 75
+		gs 'grades', 'grade_award', 'school', 'rus', 90
+		gs 'grades', 'grade_award', 'school', 'lit', 80
+		gs 'grades', 'grade_award', 'school', 'art', 75
+		gs 'grades', 'grade_award', 'school', 'bio', 75
+		gs 'grades', 'grade_award', 'school', 'pe', 70
+		gs 'grades', 'grade_award', 'school', 'eng', 80
+		gs 'grades', 'grade_award', 'school', 'geo', 75
+		gs 'grades', 'grade_award', 'school', 'sci', 75
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 75
+		gs 'grades', 'grade_award', 'school', 'mus', 75
+		gs 'grades', 'grade_award', 'school', 'his', 75
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'goodstudent':
+	'<center><h4><font color="maroon">Good student</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/nerd_2.jpg"></center>'
+	'You just love school, and your grades are more than good enough to attend the university of your choosing after graduation - all you have to do is not let your grades slip. You have always tried to absorb every bit of knowledge possible and have done everything you could to excel in school. While this attitude has gained you a lot of respect from the other nerds, it did not earn you a lot of friends and you never found the time for sports. You are often asked to be a tutor and sometimes find yourself forced to do others'' homework for them. You have excellent grades, and your mother is very proud of you. She has shown her appreciation for your hard work by rewarding you with money.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'nerd'
+		traits['nerd_points'] = 100
+		traits['nerd_status'] = 3
+		alterstrtimg = 9
+		if glass < 1 : glass = 1
+		pcs_intel = 50
+		pcs_instrmusic = 10
+		pcs_artskls = 10
+		money += 2000
+		pcs_skin = 20
+		salo = 115
+		grupvalue[3] = 750
+		grupvalue[6] = 700
+		gs 'npc_relationship', 'socialgroup_setting', 0, 0, 5, 0, 0, 0
+		npc_rel['A29'] += 20
+		if player_avatar ! 1: pcs_hairlng = 200
+		willpowermax = 80
+		gs 'grades', 'grade_award', 'school', 'math', 90
+		gs 'grades', 'grade_award', 'school', 'rus', 90
+		gs 'grades', 'grade_award', 'school', 'lit', 90
+		gs 'grades', 'grade_award', 'school', 'art', 90
+		gs 'grades', 'grade_award', 'school', 'bio', 90
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 90
+		gs 'grades', 'grade_award', 'school', 'geo', 90
+		gs 'grades', 'grade_award', 'school', 'sci', 90
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 90
+		gs 'grades', 'grade_award', 'school', 'mus', 90
+		gs 'grades', 'grade_award', 'school', 'his', 90
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'computergeek':
+	'<center><h4><font color="maroon">Computer geek</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/nerd_3.jpg"></center>'
+	'You were always into computers, whether it be by playing video games, taking computers apart or learning programing and even hacking. You love everything about computers, but this passion left you little time to make friends - real-life friends, at least. You have managed to befriend many online players that you talk to while you play various video games, however, and you rarely spend any time outdoors, nor money on clothes or other girly stuff. You are far more interested in saving your money for a better computer in order to play even better games. You have considered hosting a web series of video games or vlogs - you even took the time to learn how to video edit - but you aren’’t sure if you want to put yourself out there like that.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'nerd'
+		alterstrtimg = 10
+		if glass < 1 : glass = 1
+		pcs_intel = 55
+		pcs_compskl = 40
+		pcs_comphckng = 20
+		pcs_gaming = 30
+		internet = 20
+		pcs_skin = 30
+		salo = 38
+		pcs_inhib = 20
+		npc_rel['A152'] += 10
+		npc_rel['A153'] += 10
+		npc_rel['A142'] += 15
+		npc_rel['A129'] += 10
+		komp = 1
+		if player_avatar ! 1: pcs_hairlng = 120
+		willpowermax = 90
+		gs 'grades', 'grade_award', 'school', 'math', 90
+		gs 'grades', 'grade_award', 'school', 'rus', 85
+		gs 'grades', 'grade_award', 'school', 'lit', 85
+		gs 'grades', 'grade_award', 'school', 'art', 85
+		gs 'grades', 'grade_award', 'school', 'bio', 85
+		gs 'grades', 'grade_award', 'school', 'pe', 65
+		gs 'grades', 'grade_award', 'school', 'eng', 85
+		gs 'grades', 'grade_award', 'school', 'geo', 85
+		gs 'grades', 'grade_award', 'school', 'sci', 85
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 95
+		gs 'grades', 'grade_award', 'school', 'mus', 85
+		gs 'grades', 'grade_award', 'school', 'his', 85
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'chessplayer':
+	'<center><h4><font color="maroon">Avid chess player</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/nerd_4.jpg"></center>'
+	'You were always into chess as a child, and you have studied all the great chess masters. You can even name them all as well as their favorite strategies! You find nothing more interesting than matching your wits against someone else’’s in a game of chess. It has left you with the ability to often see the consequences of your actions better than most as you are used to looking several moves ahead. All of this has left you with little time to make many friends, and you rarely spend any time outdoors.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'nerd'
+		alterstrtimg = 11
+		pcs_intel = 55
+		pcs_prcptn = 40
+		pcs_react = 40
+		pcs_chess = 40
+		pcs_skin = 35
+		salo = 120
+		pcs_inhib = 15
+		chessyear = year
+		chessmonth = month
+		npc_rel['A151'] += 20
+		if player_avatar ! 1: pcs_hairlng = 200
+		willpowermax = 90
+		gs 'grades', 'grade_award', 'school', 'math', 90
+		gs 'grades', 'grade_award', 'school', 'rus', 90
+		gs 'grades', 'grade_award', 'school', 'lit', 90
+		gs 'grades', 'grade_award', 'school', 'art', 85
+		gs 'grades', 'grade_award', 'school', 'bio', 85
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 85
+		gs 'grades', 'grade_award', 'school', 'geo', 85
+		gs 'grades', 'grade_award', 'school', 'sci', 85
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 85
+		gs 'grades', 'grade_award', 'school', 'mus', 80
+		gs 'grades', 'grade_award', 'school', 'his', 85
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'jock':
+	pcs_sprt = 40
+	pcs_stren = 40
+	pcs_vital = 40
+	pcs_react = 40
+	pcs_agil = 40
+	genbsize = 17
+	kosmetica = 10
+	stanok = 10
+	shampoo = 20
+	tampon = 20
+	pcs_run = 20
+	pcs_bushcraft = 5
+	pcs_ftbll = 10
+	pcs_vball = 10
+	pcs_danc = 10
+	pcs_icesktng = 20
+	pcs_humint = 10
+	pcs_makupskl = 30
+	pcs_heels = 20
+	pcs_inhib = 20
+	swim_start = 1
+	pirsC = 1
+	PirsC1_owned = 1
+	$currentpursetype = 'fashionista'
+	currentpursenumber = 11
+	fashionista_purses[11] = 1
+	bag = 1
+	grupvalue[1] = 400
+	grupvalue[2] = 700
+	grupvalue[3] = 100
+	grupvalue[4] = 300
+	grupvalue[6] = 200
+	gs 'npc_relationship', 'socialgroup_setting', 10, 25, -5, 0, -10, 0
+	npc_rel['A129'] -= 10
+	npc_rel['A18'] = 1
+	hscrunch = 10
+	hscrunchw = 0
+	pcs_tan = 20
+	if player_avatar = 0:
+		pcs_hairlng = 55
+		pcs_haircol = 3
+		pcs_eyecol = 3
+		pcs_eyesize = 3
+		pcs_lip = 2
+		pcs_lashes = 1
+	end
+	npc_rel['A34'] += 10
+	grupTipe=2
+end
+
+if $ARGS[0] = 'volleyball':
+	'<center><h4><font color="maroon">Volleyball player</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/jock_1.jpg"></center>'
+	'Ever since the first time you played volleyball, you have been in love with the sport. You spent a lot of your free time trying to improve your ability, and it paid off; you''re actually quite good now! Your obsession with volleyball, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks. You are especially close with <<$npc_firstname[''A13'']>> and your coach.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'jock'
+		alterstrtimg = 12
+		pcs_react = 50
+		pcs_vital = 50
+		pcs_stren = 45
+		pcs_agil = 50
+		pcs_skin = 50
+		salo = 68
+		pcs_vball = 50
+		gsAboVolley += 30
+		npc_rel['A13'] += 10
+		npc_rel['A69'] += 10
+		willpowermax = 140
+		school_clothing = 7
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 95
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'dancer':
+	'<center><h4><font color="maroon">Avid dancer</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/jock_2.jpg"></center>'
+	'You fell in love with dancing at an early age and never looked back. You spent a lot of your free time trying to improve your skills, and it paid off; you''re actually quite good now! <<$npc_firstname[''A11'']>> helpfully pointed out that an added benefit of dance was a greater increase in your flexibility (that is, of course, typical of <<$npc_firstname[''A11'']>>). Your obsession with dancing, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks.'
+	*nl
+	'You are particularly close with <<$npc_firstname[''A23'']>>, who is just as passionate about dancing as you are. You trained a lot together as children and have a mutual respect for each other''s abilities.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'jock'
+		alterstrtimg = 13
+		pcs_sprt = 45
+		pcs_vital = 50
+		pcs_react = 50
+		pcs_agil = 55
+		pcs_chrsm = 35
+		pcs_perform = 35
+		pcs_makupskl = 40
+		pcs_skin = 80
+		pcs_tan = 5
+		salo = 50
+		genbsize = 12
+		if player_avatar = 0:
+			pcs_hairlng = 200
+			pcs_eyesize = 2
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		pcs_skin = 60
+		pcs_danc = 50
+		pcs_heels = 30
+		pcs_inhib = 25
+		pcs_makupskl = 35
+		gsAboDance += 30
+		gs 'npc_relationship', 'socialgroup_setting', 5, 0, 0, -5, 0, 0
+		npc_rel['A23'] += 25
+		npc_rel['A144'] += 10
+		grupvalue[1] = 500
+		willpowermax = 140
+		school_clothing = 7
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 95
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 80
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'runner':
+	'<center><h4><font color="maroon">Track runner</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/jock_3.jpg"></center>'
+	'Ever since you first tried track, you have been in love with the sport. When you’re running, the rest of the world fades away and you experience a natural high like no other. You spent a lot of your free time trying to get better at it, and it paid off; you''re actually quite good now! Your obsession with running, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks and your coach.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'jock'
+		alterstrtimg = 14
+		pcs_vital = 60
+		pcs_agil = 50
+		pcs_stren = 45
+		pcs_inhib = 25
+		salo = 58
+		pcs_skin = 40
+		genbsize = 12
+		pcs_run = 50
+		gsAboBeg += 30
+		npc_rel['A3'] += 10
+		npc_rel['A5'] += 10
+		npc_rel['A8'] += 5
+		npc_rel['A18'] = 1
+		npc_rel['A131'] += 10
+		grupvalue[2] = 750
+		willpowermax = 140
+		school_clothing = 7
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 75
+		gs 'grades', 'grade_award', 'school', 'pe', 95
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'football':
+	'<center><h4><font color="maroon">Football player</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/jock_4.jpg"></center>'
+	'Ever since your first football game, you have been in love with the sport. You spent a lot of your free time trying to get better at it, and it paid off; you''re actually quite good now! Your obsession with football has had some repercussions on your school performance, however, and you''re now a sub-par student. You haven''t made many friends other than your fellow jocks, especially <<$npc_firstname[''A149'']>> and your coach.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'jock'
+		alterstrtimg = 15
+		pcs_stren = 50
+		pcs_react = 50
+		pcs_vital = 50
+		salo = 80
+		pcs_skin = 50
+		pcs_kick = 20
+		pcs_ftbll = 50
+		npc_rel['A131'] += 10
+		npc_rel['A149'] += 10
+		npc_rel['A34'] += 10
+		grupvalue[2] = 800
+		willpowermax = 140
+		$currentpursetype = 'fashionista'
+		currentpursenumber = 11
+		fashionista_purses[11] = 1
+		bag = 1
+		school_clothing = 7
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 95
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'cool':
+	pcs_sprt = 40
+	pcs_chrsm = 40
+	pcs_prcptn = 40
+	pcs_icesktng = 10
+	pcs_danc = 10
+	pcs_persuas = 30
+	pcs_inhib = 20
+	swim_start = 99
+	kosmetica = 20
+	shampoo = 20
+	stanok = 20
+	tampon = 20
+	money += 1000
+	grupvalue[1] = 700
+	grupvalue[2] = 300
+	grupvalue[3] = 100
+	grupvalue[4] = 200
+	grupvalue[6] = 300
+	gs 'npc_relationship', 'socialgroup_setting', 25, 15, 0, -10, -20, 0
+	npc_rel['A129'] -= 20
+	npc_rel['A144'] += 10
+	npc_rel['A18'] = 1
+	if player_avatar ! 1: pcs_haircol = 2
+	if player_avatar ! 1: pcs_eyecol = 2
+	pcs_tan = 30
+	if player_avatar = 0:
+		pcs_eyesize = 2
+		pcs_lip = 2
+		pcs_lashes = 1
+	end
+	pcs_skin = 50
+	pcs_tan = 5
+	npc_rel['A33'] += 10
+	grupTipe=1
+end
+
+if $ARGS[0] = 'socialite':
+	'<center><h4><font color="maroon">Sociable</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/popular_1.jpg"></center>'
+	'You have a ton of friends! You''re friends with all of the important kids at school, anyways, which is what really matters. You were very social growing up and enjoyed being around others, often becoming the center of attention. You have always had a knack of knowing the right thing to say at the right moment, which led to many other students wanting to be your friend. You can with a little work get along with nearly anyone if you put your mind to it.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'cool'
+		alterstrtimg = 16
+		pcs_chrsm = 45
+		genbsize = 32
+		pcs_humint = 40
+		pcs_makupskl = 35
+		pcs_heels = 30
+		pcs_perform = 20
+		pirsC = 1
+		PirsC1_owned = 1
+		$currentpursetype = 'fashionista'
+		currentpursenumber = 4
+		fashionista_purses[4] = 1
+		bag = 1
+		school_clothing = 6
+		if player_avatar ! 1: pcs_hairlng = 200
+		npc_rel['A140'] += 10
+		salo = 68
+		willpowermax = 110
+		gs 'grades', 'grade_award', 'school', 'math', 65
+		gs 'grades', 'grade_award', 'school', 'rus', 90
+		gs 'grades', 'grade_award', 'school', 'lit', 65
+		gs 'grades', 'grade_award', 'school', 'art', 65
+		gs 'grades', 'grade_award', 'school', 'bio', 65
+		gs 'grades', 'grade_award', 'school', 'pe', 65
+		gs 'grades', 'grade_award', 'school', 'eng', 80
+		gs 'grades', 'grade_award', 'school', 'geo', 65
+		gs 'grades', 'grade_award', 'school', 'sci', 65
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 65
+		gs 'grades', 'grade_award', 'school', 'mus', 65
+		gs 'grades', 'grade_award', 'school', 'his', 65
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'beautiful':
+	'<center><h4><font color="maroon">Beautiful</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/popular_2.jpg"></center>'
+	'You might not be the smartest and you might not be the most social or have the toughest attitude - but what you do have are natural good looks. That’s not something you can earn! You blossomed earlier than most girls and the boys took note, especially <<$npc_firstname[''A11'']>>, who started acting differently around you. You know he is attracted to you, but who can blame him? After all, you''re fairly certain that all of the boys (and even some of the girls) lust after you either openly or secretly. As you got older your looks only improved, and you are often considered one of the best looking girls in the room wherever you go. You are especially popular with the cool kids and jocks.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'cool'
+		alterstrtimg = 17
+		pcs_humint = 20
+		pcs_makupskl = 50
+		pcs_heels = 40
+		if player_avatar = 0:
+			pcs_hairlng = 300
+			pcs_eyesize = 2
+			pcs_lip = 3
+			pcs_lashes = 2
+		end
+		school_clothing = 6
+		pcs_skin = 70
+		pcs_tan = 50
+		genbsize = 37
+		pcs_inhib = 25
+		kosmetica = 50
+		falselashesplain = 10
+		falselashesmink = 2
+		$currentpursetype = 'fashionista'
+		currentpursenumber = 9
+		fashionista_purses[9] = 1
+		bag = 1
+		gs 'obj_din', 'old'
+		greben = 1
+		kosmetitka = 10
+		krem = 10
+		pirsC = 2
+		PirsC2_owned = 1
+		gs 'npc_relationship', 'socialgroup_setting_boys', 10, 10, 10, 10, 10, 0
+		salo = 63
+		grupvalue[1] = 800
+		grupvalue[4] = 300
+		gs 'fame', 'pav', 'sex', 20
+		willpowermax = 110
+		gs 'grades', 'grade_award', 'school', 'math', 60
+		gs 'grades', 'grade_award', 'school', 'rus', 60
+		gs 'grades', 'grade_award', 'school', 'lit', 60
+		gs 'grades', 'grade_award', 'school', 'art', 60
+		gs 'grades', 'grade_award', 'school', 'bio', 60
+		gs 'grades', 'grade_award', 'school', 'pe', 60
+		gs 'grades', 'grade_award', 'school', 'eng', 60
+		gs 'grades', 'grade_award', 'school', 'geo', 60
+		gs 'grades', 'grade_award', 'school', 'sci', 60
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 60
+		gs 'grades', 'grade_award', 'school', 'mus', 60
+		gs 'grades', 'grade_award', 'school', 'his', 60
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'gopnik':
+	pcs_sprt = 35
+	pcs_stren = 35
+	pcs_vital = 35
+	pcs_react = 35
+	pcs_agil = 35
+	genbsize = 22
+	pcs_inhib = 25
+	pcs_heels = 10
+	pcs_makupskl = 25
+	kosmetica = 10
+	shampoo = 20
+	stanok = 10
+	siga = 20
+	fakepassport = 1
+	pirsC = 1
+	PirsC1_owned = 1
+	grupvalue[1] = 100
+	grupvalue[2] = 300
+	grupvalue[3] = 100
+	grupvalue[4] = 700
+	grupvalue[6] = 100
+	gs 'npc_relationship', 'socialgroup_setting', 0, 0, -10, 25, 0, 0
+	npc_rel['A129'] -= 30
+	npc_rel['A11'] += 10
+	tampon = 20
+	pcs_run = 20
+	pcs_humint = 10
+	pcs_tan = 10
+	if player_avatar = 0:
+		pcs_hairlng = 120
+		pcs_haircol = 0
+		pcs_eyecol = 1
+		pcs_eyesize = 3
+		pcs_lip = 2
+		pcs_lashes = 1
+	end
+	pcs_skin = 40
+	pcs_vag = 1
+	pcs_throat = 1
+	stat['hj'] = 10
+	stat['bj'] = 5
+	stat['vaginal'] = 1
+	Gspassed = 0
+	gs 'fame', 'pav', 'sex', 30
+	grupTipe=4
+end
+
+if $ARGS[0] = 'gopnikstart':
+	'<center><h4><font color="maroon">Gopnik</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/gopnik_1.jpg"></center>'
+	'You are a gopnik. While you are still low in the gopnik pecking order, you have already proven yourself to them and most fully accept you as an equal. You have problems at home and school due to your antisocial behavior. This is especially true with your mother and stepfather, who see you going down the wrong path. The teachers and the police all know you''re one of the local gopniks. The jocks have a not so friendly rivalry with you and the other gopniks, while you don''t get along much, have some mutal respect for you.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'gopnik'
+		gs 'npc_relationship', 'socialgroup_setting', -10, -10, -10, 20, -10, 0
+		alterstrtimg = 18
+		pcs_stren = 40
+		pcs_vital = 40
+		pcs_jab = 35
+		pcs_punch = 35
+		pcs_kick = 35
+		pcs_def = 35
+		salo = 80
+		school_clothing = 5
+		npc_rel['A9'] += 10
+		npc_rel['A10'] += 10
+		npc_rel['A11'] += 10
+		npc_rel['A20'] += 10
+		npc_rel['A21'] += 10
+		npc_rel['A24'] += 10
+		npc_rel['A28'] -= 10
+		npc_rel['A29'] -= 20
+		npc_rel['A33'] -= 10
+		npc_rel['A34'] -= 10
+		grupvalue[4] = 800
+		willpowermax = 130
+		gs 'grades', 'grade_award', 'school', 'math', 25
+		gs 'grades', 'grade_award', 'school', 'rus', 25
+		gs 'grades', 'grade_award', 'school', 'lit', 25
+		gs 'grades', 'grade_award', 'school', 'art', 25
+		gs 'grades', 'grade_award', 'school', 'bio', 25
+		gs 'grades', 'grade_award', 'school', 'pe', 80
+		gs 'grades', 'grade_award', 'school', 'eng', 25
+		gs 'grades', 'grade_award', 'school', 'geo', 25
+		gs 'grades', 'grade_award', 'school', 'sci', 25
+		gs 'grades', 'grade_award', 'school', 'shop', 80
+		gs 'grades', 'grade_award', 'school', 'comp', 25
+		gs 'grades', 'grade_award', 'school', 'mus', 25
+		gs 'grades', 'grade_award', 'school', 'his', 25
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'troublemaker':
+	'<center><h4><font color="maroon">Troublemaker</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/gopnik_2.jpg"></center>'
+	'You are a troublemaker. Nothing makes you happier than causing problems, whether it be petty larceny, getting into fights or vandalism. You live for the thrill of breaking the rules. You get along fairly well with the gopniks and they accept you as a kindred spirit. They seem to love your willingness to jump head first into any and all trouble you run across - and if you can''t find any, you will happily make your own, which keeps things lively. You have problems at home and school due to your antisocial behavior. This is especially true with your mother and stepfather, who see you going down the wrong path. The teachers and the police all know who you are.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		traits['nerd_points'] = -50
+		gs 'intro_city_select', 'gopnik'
+		alterstrtimg = 19
+		pcs_stren = 40
+		pcs_react = 40
+		pcs_jab = 20
+		pcs_punch = 20
+		pcs_kick = 20
+		pcs_def = 20
+		pcs_humint = 10
+		pcs_persuas = 10
+		pcs_skin = 40
+		salo = 75
+		pirsD = 4
+		PirsD4_owned = 1
+		$currentpursetype = 'dolls'
+		currentpursenumber = 16
+		dolls_purses[16] = 1
+		bag = 1
+		school_clothing = 5
+		if player_avatar ! 1: pcs_hairlng = 55
+		gs 'npc_relationship', 'socialgroup_setting', 0, 0, -10, 0, -10, -10
+		npc_rel['A24'] += 10
+		npc_rel['A155'] += 15
+		npc_rel['A157'] += 10
+		npc_rel['A143'] += 10
+		npc_rel['A144'] += 15
+		npc_rel['A145'] += 10
+		npc_rel['A28'] -= 10
+		npc_rel['A29'] -= 20
+		npc_rel['A33'] -= 10
+		npc_rel['A34'] -= 10
+		grupvalue[4] = 750
+		willpowermax = 120
+		gs 'grades', 'grade_award', 'school', 'math', 25
+		gs 'grades', 'grade_award', 'school', 'rus', 25
+		gs 'grades', 'grade_award', 'school', 'lit', 25
+		gs 'grades', 'grade_award', 'school', 'art', 25
+		gs 'grades', 'grade_award', 'school', 'bio', 25
+		gs 'grades', 'grade_award', 'school', 'pe', 80
+		gs 'grades', 'grade_award', 'school', 'eng', 25
+		gs 'grades', 'grade_award', 'school', 'geo', 25
+		gs 'grades', 'grade_award', 'school', 'sci', 25
+		gs 'grades', 'grade_award', 'school', 'shop', 80
+		gs 'grades', 'grade_award', 'school', 'comp', 25
+		gs 'grades', 'grade_award', 'school', 'mus', 25
+		gs 'grades', 'grade_award', 'school', 'his', 25
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'vitekgf':
+	'<center><h4><font color="maroon">Vitek''s girlfriend</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/gopnik_3.jpg"></center>'
+	'You are <<$npc_nickname[''A9'']>>''s girlfriend. You love the thrill and danger of hanging out with the gopniks, even if you lack the true attitude yourself. You met <<$npc_nickname[''A9'']>> after he and <<$npc_firstname[''A11'']>> became friends. There was something about his bad boy attitude that drew you in, and you soon found yourself falling for him.'
+	'As you developed, he started to take an interest in you as well. Soon thereafter the two of you started dating. You''re not technically a gopnik - you are considered more of a wannabe - but the rest of the gopniks seem to accept you anyways. You’’re not sure what would happen if you ever broke up with <<$npc_nickname[''A9'']>>, however, as being his girlfriend and hanging out with the other gopniks has cost you any real, close friends outside of their group.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		traits['nerd_points'] = -10
+		gs 'intro_city_select', 'gopnik'
+		alterstrtimg = 20
+		pcs_sprt = 30
+		pcs_stren = 30
+		pcs_vital = 30
+		pcs_react = 30
+		pcs_agil = 30
+		pcs_chrsm = 40
+		genbsize = 32
+		pcs_humint = 20
+		pcs_makupskl = 30
+		pcs_heels = 30
+		pcs_jab = 10
+		pcs_punch = 10
+		pcs_kick = 10
+		pcs_def = 10
+		pirsD = 3
+		PirsD3_owned = 1
+		$currentpursetype = 'dolls'
+		currentpursenumber = 19
+		dolls_purses[19] = 1
+		bag = 1
+		npc_rel['A9'] += 50
+		npc_rel['A10'] += 5
+		npc_rel['A11'] += 5
+		npc_rel['A24'] -= 10
+		npc_rel['A28'] -= 10
+		npc_rel['A29'] -= 20
+		npc_rel['A33'] -= 10
+		grupvalue[4] = 600
+		if player_avatar = 0:
+			pcs_hairlng = 200
+			pcs_eyesize = 2
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		pcs_skin = 50
+		pcs_tan = 5
+		pcs_vag = 1
+		pcs_throat = 1
+		salo = 87
+		stat['hj'] = 10
+		stat['bj'] = 5
+		stat['vaginal'] = 2
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+
+!! Vitek;s relationship
+		Gspassed = 0
+		kotovLoveQW = 1
+		vitekvisit = 5
+		npc_sex['A9'] += 5
+		willpowermax = 100
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'alternative':
+!!can choose two more starting tattoo''s
+	'<center><h4><font color="maroon">Alternative</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/gopnik_4.jpg"></center>'
+	'You march to your own tune. You’’re not a follower - you’’re a leader! You just have no desire to actually lead anything. You do what you want when you want and you do it with a fuck-it-all attitude. The local gopniks respect you and for the most part you get along with them. You''re not one of them, however, but rather a kindred spirit looking to walk your own path and raise a little hell along the way.'
+	*nl
+	'Unlike the gopniks, you have far less interest in fighting or causing problems, instead just looking for a good time - you love to party more than anything else. The cool kids don''t completely look down their nose at you. Even if they don''t approve of your clothes, they respect your love of looking nice and having a good time. You have problems at home and school due to your behavior. This is especially true with your mother and stepfather, who see you going down the wrong path.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		traits['nerd_points'] = -20
+		pcs_exhib = 25
+		Exhibitionist_lvl = 1
+		addictive_exp = 1
+		addictive_trait_lvl = 1
+		gs 'intro_city_select', 'gopnik'
+		alterstrtimg = 21
+		pcs_vital = 40
+		pcs_agil = 40
+		pcs_react = 40
+		salo = 50
+		pcs_chrsm = 35
+		pcs_humint = 20
+		pcs_persuas = 10
+		pcs_makupskl = 40
+		pcs_danc = 20
+		pcs_heels = 20
+		falselashesplain = 5
+		kosmetica = 20
+		pirsD = 5
+		PirsD5_owned = 1
+		pirsA = 2
+		PirsA2_owned = 1
+		$currentpursetype = 'dolls'
+		currentpursenumber = 15
+		dolls_purses[15] = 1
+		bag = 1
+		if player_avatar = 0:
+			pcs_eyesize = 2
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		school_clothing = 4
+		pcs_skin = 60
+		pcs_tan = 5
+		pcs_inhib = 35
+		pcs_vag = 1
+		pcs_ass = 1
+		pcs_throat = 5
+		stat['hj'] = 15
+		stat['bj'] = 10
+		stat['vaginal'] = 3
+		stat['anal'] = 1
+		stat['vaginal_finger'] = 5
+		stat['vaginal_finger_give'] = 5
+		stat['cuni'] = 3
+		stat['cuni_give'] = 3
+		gs 'fame', 'pav', 'sex', 40
+		Gspassed = 0
+		npc_rel['A154'] += 10
+		npc_rel['A155'] += 10
+		npc_rel['A156'] += 10
+		npc_rel['A158'] += 10
+		npc_rel['A143'] += 10
+		npc_rel['A144'] += 20
+		npc_rel['A28'] -= 10
+		npc_rel['A29'] -= 10
+		npc_rel['A33'] += 10
+		grupvalue[1] = 200
+		grupvalue[2] = 400
+		willpowermax = 120
+		gs 'grades', 'grade_award', 'school', 'math', 25
+		gs 'grades', 'grade_award', 'school', 'rus', 25
+		gs 'grades', 'grade_award', 'school', 'lit', 25
+		gs 'grades', 'grade_award', 'school', 'art', 25
+		gs 'grades', 'grade_award', 'school', 'bio', 25
+		gs 'grades', 'grade_award', 'school', 'pe', 80
+		gs 'grades', 'grade_award', 'school', 'eng', 25
+		gs 'grades', 'grade_award', 'school', 'geo', 25
+		gs 'grades', 'grade_award', 'school', 'sci', 25
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 25
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 25
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'outcast':
+	pcs_prcptn = 35
+	pcs_inhib = 10
+	pcs_makupskl = 0
+	grupvalue[1] = 100
+	grupvalue[2] = 100
+	grupvalue[3] = 300
+	grupvalue[4] = 100
+	grupvalue[6] = 200
+	gs 'npc_relationship', 'socialgroup_setting', -10, -5, 0, -5, 0, 0
+	npc_rel['A133'] += 20
+	npc_rel['A11'] -= 10
+	npc_rel['A33'] -= 10
+	npc_rel['A34'] -= 10
+	if player_avatar = 0:
+		pcs_hairlng = 200
+		pcs_haircol = 1
+		pcs_eyecol = 0
+		pcs_eyesize = 1
+		pcs_lip = 1
+		pcs_lashes = 0
+	end
+	pcs_skin = 0
+	pcs_tan = 0
+	grupTipe=5
+	shampoo = 20
+end
+
+if $ARGS[0] = 'friendless':
+	'<center><h4><font color="maroon">Friendless</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_1.jpg"></center>'
+	'You were never very social and never learned how to make friends. You were often made fun of or bullied by the other kids as you grew up. As such, you naturally shielded away from them, an action that only served to isolate you even further. Now, years later, you have yet to make any real friends - even Vasily, who is your closest friend, wouldn''t be considered a particularly close one. In public, he scorns you like all the rest, but is a little nicer in private.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'outcast'
+		gs 'npc_relationship', 'socialgroup_setting', -10, -10, -10, -10, -10, 0
+		alterstrtimg = 22
+		genbsize = 17
+		pcs_chrsm = 20
+		pcs_observ = 20
+		pcs_skin = 10
+		pcs_makupskl = 10
+		npc_rel['A11'] -= 20
+		grupvalue[1] = 50
+		grupvalue[3] = 200
+		willpowermax = 80
+		salo = 68
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 25
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 25
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'uglyduckling':
+	'<center><h4><font color="maroon">Ugly duckling</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_2.jpg"></center>'
+	'Some girls blossom early and some have natural good looks... you got neither. In fact, you seem to have been cursed with an androgynous face and body. You have been mistaken for a boy more times than you would care to admit. You have never learned to use makeup, but maybe you should. It might help make people realize you are indeed a girl.'
+	*nl
+	'Your body seemed to have grown out of sync, leaving you looking odd and, at best, unattractive for most of your life. Now in your teens, your body is starting to even out in growth but you are still very androgynous and you are still considered by most to be ugly. Your lack of good looks has made you a social pariah. Nobody seems to like you or want to spend time with you unless they are making fun of you.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		gs 'intro_city_select', 'outcast'
+		gs 'npc_relationship', 'socialgroup_setting_boys', -10, -10, -10, -10, 0, 0
+		grupvalue[1] = 0
+		uglyduck_flag = 1
+		alterstrtimg = 23
+		if glass < 1 : glass = 1
+		genbsize = 2
+		pcs_inhib = 5
+		pcs_skin = 1
+		if player_avatar = 0:
+			pcs_eyesize = 0
+			pcs_lip = 0
+			pcs_lashes = 2
+		end
+		school_clothing = 3
+		salo = 210
+		willpowermax = 70
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 25
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 25
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'goodgirl':
+	'<center><h4><font color="maroon">Good girl</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_3.jpg"></center>'
+	'You are a good girl. The kind parents, teachers and adults love, but the other kids hate. You always reminded the teacher to give out homework and you would tell on anyone for doing anything. You love the attention you get from adults, and while you can feel lonely at times, you are still pretty happy knowing you''re a good girl. You also regularly attend church just like any good girl should. The nerds seem to tolerate you the most, probably because they almost never misbehave and always do their homework anyways.'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		traits['nerd_points'] = 100
+		traits['nerd_status'] = 3
+		traits['nerd_lernHome'] = 5
+		gs 'intro_city_select', 'outcast'
+		gs 'npc_relationship', 'socialgroup_setting', -5, -5, 0, -20, 0, 0
+		npc_rel['A25'] -= 5
+		npc_rel['A28'] += 10
+		npc_rel['A29'] += 10
+		npc_rel['A11'] -= 20
+		grupvalue[3] = 400
+		alterstrtimg = 24
+		pcs_intel = 35
+		pcs_sprt = 60
+		pcs_inhib = 5
+		pcs_makupskl = 10
+		money += 1000
+		shampoo = 10
+		pcs_skin = 30
+		$currentpursetype = 'gm'
+		currentpursenumber = 6
+		dolls_purses[6] = 1
+		bag = 1
+		if player_avatar = 0:
+			pcs_hairlng = 300
+			pcs_eyesize = 3
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		school_clothing = 3
+		salo = 48
+		genbsize = 17
+		willpowermax = 150
+		gs 'grades', 'grade_award', 'school', 'math', 80
+		gs 'grades', 'grade_award', 'school', 'rus', 80
+		gs 'grades', 'grade_award', 'school', 'lit', 80
+		gs 'grades', 'grade_award', 'school', 'art', 80
+		gs 'grades', 'grade_award', 'school', 'bio', 80
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 80
+		gs 'grades', 'grade_award', 'school', 'geo', 80
+		gs 'grades', 'grade_award', 'school', 'sci', 80
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 80
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 80
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'slut':
+	'<center><h4><font color="maroon">Slut</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_4.jpg"></center>'
+	'You were the first girl at your age to lose her virginity, to your childhood friend Vasily. You became curious about sex far sooner than other kids your age and started masturbating long before the others in your year. You also found a desire for pornography and would masturbate to it. You loved the sensation so much that you wanted to find out how good sex would feel. Once you tried it, you learned that you loved it - you really love everything about it.'
+	*nl
+	'The boys took advantage of your sexual needs and made you give them handjobs, which then led to blowjobs under the bleachers during recess and after school (sometimes they would return the favour by fingering you or a few times even eating you out) You always savored swallowing their cum, and you even love how it tastes. The only thing you like more than sucking cock and swallowing cum is getting fucked by a huge cock while sucking on another one.'
+	*nl
+	'However, your sex addiction has made you a social pariah. The girls all despise you and the boys publicly mock you, although they don''t mind using you. The nerds completely avoid you, while the gopniks seem to tolerate you the most (likely because they enjoy your blowjobs)'
+	act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		trait['commando_lvl'] = 2
+		trt_cumeater = 1 and cumeater_cheat = 1
+		pcs_exhib = 40
+		Exhibitionist_lvl = 1
+		gs 'intro_city_select', 'outcast'
+		gs 'npc_relationship', 'socialgroup_setting', -10, -10, -10, -10, 0, 0
+		gs 'npc_relationship', 'socialgroup_setting_boys', 10, 10, 0, 15, 0, 0
+		npc_rel['A11'] += 20
+		npc_rel['A25'] += 30
+		npc_rel['A28'] -= 20
+		npc_rel['A29'] -= 30
+		npc_rel['A33'] -= 10
+		npc_rel['A34'] -= 10
+		npc_rel['A144'] += 10
+		grupvalue[1] = 0
+		grupvalue[2] = 50
+		grupvalue[3] = 50
+		grupvalue[4] = 100
+		alterstrtimg = 25
+		pcs_makupskl = 50
+		pcs_heels = 50
+		genbsize = 32
+		kosmetica = 30
+		falselashesplain = 20
+		$currentpursetype = 'cats'
+		currentpursenumber = 10
+		cats_purses[10] = 1
+		bag = 1
+		gs 'obj_din', 'old'
+		greben = 1
+		kosmetitka = 10
+		salfetka = 10
+		stanok = 10
+		shampoo = 20
+		pirsC = 2
+		PirsC2_owned = 1
+		motherKnowSpravka = 1
+		if player_avatar = 0:
+			pcs_hairlng = 120
+			pcs_eyesize = 2
+			pcs_lip = 2
+			pcs_lashes = 1
+		end
+		school_clothing = 2
+		pcs_perform = 20
+		pcs_skin = 60
+		pcs_tan = 20
+		pcs_vag = 10
+		pcs_ass = 10
+		pcs_throat = 10
+		pcs_inhib = 60
+		gs 'fame', 'pav', 'sex', 600
+		GspravkaT = 2
+		motherKnowSpravka = 2
+		Gspassed = 0
+		salo = 110
+		stat['porn'] = 75
+		stat['mast'] = 100
+		stat['hj'] = 70
+		stat['bj'] = 50
+		stat['vaginal_finger'] = 20
+		stat['cuni'] = 5
+		stat['vaginal'] = 30
+		stat['anal'] = 20
+		stat['group'] = 5
+		guy = 15
+		orgasm = 120
+		swallow = 40
+		trt_cumeater = 1
+		grupvalue[4] = 100
+		willpowermax = 50
+		motherKnowWhore = 1
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 55
+		gs 'grades', 'grade_award', 'school', 'art', 55
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 55
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 55
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+if $ARGS[0] = 'goth':
+	'<center><h4><font color="maroon">Goth</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/outcast_5.jpg"></center>'
+	'There is always an oddball, the weirdo at every school and at yours, it seems you are the one. You have always felt different, like a person standing outside looking in at the world. You never felt like you fit in, at least until you watched some American movies, saw some goths and suddenly you felt like you belonged. You quickly used all the allowance you had to buy new clothes and makeup so you could finally feel good about yourself. Your family doesn''t approve, hell no one seems to approve but you don''t care.'
+	*nl
+    'You are the school''s resident Goth. The Dark Temptress that all the boys secretly dream of, weaver of bad poetry and suicide covenants... Yep, people have too much imagination. Most adults think that you are going to sacrifice their children. In fact, everyone seems to think you are going to sacrifice someone or commit suicide. The school''s kids aren''t better, with the so-called "cool girls" leading an ostracism campaign against you... Sigh... Fortunately, not everyone is a brainwashed sheep happily following all along, a few think for themselves. The nerds like your reading proclivity and that you are into some of the same things they are; you think they might even invite you to their game one day. A couple of the Gopniks like your party attitude, specifically the kids in the band Pizdá Buysto, who seem to respect your artistic disposition. Or maybe their lead singer just wants to get in your panties, it''s hard to tell.'
+    act 'Select another': gt 'intro_city_select', 'charselect'
+	act 'Confirm this option':
+		traits['nerd_points'] = -10
+		gs 'intro_city_select', 'outcast'
+		gs 'npc_relationship', 'socialgroup_setting', -5, 0, 0, +5, 0, -10
+        npc_rel['A28'] -= 20
+	    npc_rel['A29'] -= 20
+		npc_rel['A33'] -= 20
+	    npc_rel['A34'] -= 20
+	    npc_rel['A144'] += 10
+		npc_rel['A155'] += 5
+		grupvalue[4] = 300
+        alterstrtimg = 28
+		genbsize = 17
+		salo = 45
+		pcs_chrsm = 35
+		pcs_intel = 35
+		pcs_sprt = 45
+		pcs_observ = 5
+		pcs_heels = 30
+		pcs_makupskl = 50
+		pcs_artskls = 10
+		pcs_sewng = 20
+		pcs_skin = 50
+	    pcs_inhib = 25
+		willpowermax = 100
+		if player_avatar = 0:
+		    pcs_hairlng = 265
+            pcs_haircol = 0
+			pcs_eyesize = 3
+			pcs_eyecol = 1
+			pcs_lashes = 1
+        end
+		school_clothing = 1
+        kosmetica = 25
+		stanok = 20
+		tampon = 10
+        $currentpursetype = 'dolls'
+		currentpursenumber = 18
+		dolls_purses[18] = 1
+		bag = 1
+		umbrella = 1
+		money -= 1000
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus', 55
+		gs 'grades', 'grade_award', 'school', 'lit', 80
+		gs 'grades', 'grade_award', 'school', 'art', 80
+		gs 'grades', 'grade_award', 'school', 'bio', 55
+		gs 'grades', 'grade_award', 'school', 'pe', 70
+		gs 'grades', 'grade_award', 'school', 'eng', 55
+		gs 'grades', 'grade_award', 'school', 'geo', 55
+		gs 'grades', 'grade_award', 'school', 'sci', 55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus', 80
+		gs 'grades', 'grade_award', 'school', 'his', 55
+		gt $loc, $loc_args
+	end
+end
+
+
+if $ARGS[0] = 'sg_settings':
+	gm_school[6] = 1
+	sisboyday = -2
+	home_owned[1] = 0
+	cltarelka = 0
+	fairy = 0
+	eda = 0
+	poroshok = 0
+	shampoo = 0
+
+	hcolmotherremember = pcs_haircol
+	hcolfatherremember = pcs_haircol
+	hcolfronce = 1
+
+	!!Setting Kolkas birthday based off the PCs
+	koldobtmp_d = rand(1,28)
+	koldobtmp_y = birthyear
+	koldobtmp_m = birthmonth + 11
+	if koldobtmp_m > 12:
+		koldobtmp_y += 1
+		koldobtmp_m -= 12
+	end
+	npc_dob['A34'] = koldobtmp_y * 10000
+	npc_dob['A34'] += koldobtmp_m * 100
+	npc_dob['A34'] += koldobtmp_d
+	killvar 'koldobtmp_d' & killvar 'koldobtmp_m' & killvar 'koldobtmp_y'
+end
+
+--- intro_city_select ---------------------------------
+

+ 525 - 0
locations/intro_city_tg.qsrc

@@ -0,0 +1,525 @@
+# intro_city_tg
+
+music_loop = 0
+CLOSE ALL
+gs 'themes', 'indoors'
+$start_type = 'city_tg'
+
+if $ARGS[0] = 'start':
+	menu_off = 1
+	'<center><b><font color="maroon">Apartment</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/1.jpg"></center>'
+	'You wake up to the sound of your alarm clock. You hear Luda, your wife, mumbling next to you, "Don''t want to, it''s too early." She pulls her blanket up and rolls over. You reach over and turn the clock off.'
+	*nl
+	'<i>There are days when I just want to keep on sleeping</i>, you think to yourself. <i>But I can''t, not today.</i>'
+	act 'Go to the bathroom':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/mikhail_2.jpg"></center>'
+		'Quietly, so that you don''t wake up your daughter, you go to the bathroom and take care of your morning routine.'
+		act 'Leave the apartment':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/3.jpg"></center>'
+			'In a parking lot near your house sits your car. You unlock it with the remote key and climb in.'
+			act 'Go to work':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/4.jpg"></center>'
+				'You turn the key and the engine roars to life. As you drive to work the roads are filled with traffic, but it''s the morning rush hour, so it''s no surprise. You drive for what feels like an eternity, give or take an hour, but you eventually reach the office. The music on the radio was pleasant, at least.'
+				act 'Park at the office':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/5.jpg"></center>'
+					'You pull into a parking lot near the building and manage to find a good spot. You greet the security guard on your way in to the building, and then go upstairs to your office. Shortly after you sit down at your desk and boot up your computer, your boss''s secretary comes in and hands you a folder with several travel documents.'
+					*nl
+					'"Am I going on a business trip or something?" you ask her.'
+					*nl
+					'"Yes, the director said it had something to do with a construction project, out in the middle of nowhere, but that''s pretty much all I know," Oksana says.'
+					*nl
+					'After she leaves, you read over the travel documents and fill them out. Time to go to the director.'
+					act 'Go and see your boss':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_roman.jpg"></center>'
+						'You head into the directors'' office, greet him and hand him the papers to sign. The director, Roman Gromov, scans through the text before signing off on it with a broad, sweeping stroke.'
+						*nl
+						'"Ms. Glavbukh is in her office. Go get some travel money while I make a few calls. We''ll discuss your trip when you get back."'
+						act 'Go to the chief accountant':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_marina.jpg"></center>'
+							'Marina is indeed already in her office. After filing your signed travel documents, she grumbles about antiquated systems as she counts out the money.'
+							act 'Return to the director':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_roman.jpg"></center>'
+								'Roman is busy talking on the phone when you re-enter the his office, he gestures for you to sit down on one of the chairs across from him.'
+								*nl
+								'"Yes, I understand... yes. I will send Mikhail over ASAP, he''ll represent me... Yes... Tell your men to work on some other parts of the project in the meantime. Have Igor guard the pit and let no one make any fuss, and make sure nobody gets wind of this and, you know, try to halt the construction... Okay, we''ll keep in touch."'
+								*nl
+								'Roman hangs up and turns to you.'
+								*nl
+								'"Last night, while excavating for the foundations, the workers stumbled upon something; one of the excavators dug into a hollow space of some sort. Luckily Igor was on site and he halted the excavation.'
+								*nl
+								'"It''s not clear what exactly it is, yet. Maybe an abandoned bunker or a cave. But in any case, if there are any more chambers under the foundation, we might not be able to build on the land. So what I want you to do, is to go to the construction site, figure out exactly what the problem is and solve this whole mess as quickly as possible."'
+								act 'Remind him of the correct procedures':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_roman.jpg"></center>'
+									'"Firstly we need to talk to..." you start to say, but are quickly interrupted by your boss.'
+									*nl
+									'"Mikhail, do you realize what''s at stake here? We''re near the end of our credit line, we still have unfinalized agreements on the project''s contract, and we already have guys digging the pit. If there is a too big hole under the foundation, and we can''t build on the site, that could bankrupt the company. So this mysterious structure must be addressed immediately and I have to hold the fort here and keep a lid on things."'
+									act 'Doesn''t look like you have a choice': gt 'intro_city_tg', 'roadPRE'
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'roadPRE':
+	music_loop = 0
+	CLOSE ALL
+	'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/4.jpg"></center>'
+	'You leave the office and from your car phone your wife Luda. You explain the situation to her and as soon as you finish the call, you drive off to the construction site.'
+	act 'Drive':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_working.jpg"></center>'
+		'You''ve been on the highway for hours before you arrive at the town near the site, leaving you feeling tired. But before you can check into a hotel and get some sleep, you need to get an understanding of the magnitude of the problem you''re dealing with. You follow the directions to the site. Igor calls on the way and tells you that you won''t have to go through a security check.'
+		*nl
+		'You arrive and park your car at the site. You see Igor waving at you from a distance and you walk up to him.'
+		act 'Greet Igor':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_igor.jpg"></center>'
+			'Igor greets you. He is obviously concerned about the situation and without delay leads you to the pit''s fenced-off entrance. It rained earlier so the ground is all muddy, you''re going to have to clean your shoes when you get back to the hotel.'
+			*nl
+			'"The ladder''s over there," Igor informs you, while pointing to your left.'
+			*nl
+			'You reach the hole in the ground and peek inside using the small flashlight from your keychain. "There seems to be a floor about 5 meters down."'
+			*nl
+			'"Well, what do you think Mikhail? Shall we go down?" Igor says with a faint glimmer of adventure in his eyes.'
+			act 'Descend':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_cave_1.jpg"></center>'
+				'Igor hands you a powerful flashlight and tells the guard to get the ladder over here. Igor is the first one to go down, once he reaches the bottom, he holds the ladder so you can safely climb down as well.'
+				*nl
+				'The cave smells musty and looks all gloomy, but you can breathe freely and the light from your flashlight illuminates the walls. You shoot a beam of light into the corridor and in the distance see something that resembles a door.'
+				*nl
+				'"Damn. If any historians hear about this, they''ll be all over this construction site." Igor mutters.'
+				*nl
+				'You walk up to the door and see drawings on it. Most of them resemble people, but with other stick figures as well.'
+				act 'Open the door':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_cave_3.jpg"></center>'
+					'You lean against the door, it''s stiff but you manage to push it open.'
+					*nl
+					'"Oh shit...! Take a look over there. Human bones." Igor says nervously.'
+					*nl
+					'You take a look at what Igor is pointing at and see a pile of human bones with a skull on top.'
+					*nl
+					'"A tomb, I suppose." Igor mutters looking apprehensive.'
+					*nl
+					'"Probably", you nod. "We can''t rule anything out just yet."'
+					act 'Go further':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_cave_5.jpg"></center>'
+						'Further into the cave, you reach a room that resembles some kind of archive, filled with dozens of old, dusty scrolls inside of racks built into the walls.'
+						*nl
+						'Igor takes one of the scrolls and carefully unrolls it. "What the hell? Look at this, it must be some kind of ancient language," Igor says. "I''ll take one with me, and see what I can find out about these, maybe I can get it deciphered. So we''ll know what we are dealing with."'
+						*nl
+						'Looking around, you notice another door on the other side of the chamber, you walk over and open it.'
+						act 'Enter the room':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_cave_altar.jpg"></center>'
+							'There''s an altar in the center of the room, on it there are various pots, several gold amulets and even some stone figures. You continue looking around the room curiously, trying to figure out what it''s purpose was.'
+							*nl
+							'Looking closely at the altar, you notice a strange little amulet placed at the very top.'
+							act 'Examine the amulet':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/system/1_openings/shared/item_amulet.jpg"></center>'
+								'You pick up the strange amulet and examine it. <i>This is clearly very old</i>, you think to yourself.'
+								*nl
+								'While holding the amulet, you realize that it''s getting warm, almost hot. Suddenly you feel heat coursing through your entire body. You feel a surge of strength inside you. It''s like you just finished a long jog, but without the fatigue.'
+								*nl
+								'Igor enters the room with one of the scrolls in his hands. "Huh. Interesting little room.", he says, glancing over the altar. "Well, we have to make a decision: either we fill the catacombs up to the brink with cement or we let someone into these rooms. Who knows what all this stuff is, maybe it''s worth more than it looks."'
+								act 'Consult you boss':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_cave_altar.jpg"></center>'
+									'"I''ve got to think about it and consult the director before we do anything." You reply and without thinking about it, you put the small amulet into your pocket.'
+									*nl
+									'"Well, one thing''s for sure, you won''t get reception down here. Let''s go outside." Igor tells you.'
+									act 'Go back to the surface':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/system/1_openings/shared/site_working.jpg"></center>'
+										'You walk together with Igor out of the strange chambers and up the ladder, back to the surface.'
+										*nl
+										'"We must have been down there longer than I thought, it''s already late. There will only be security on site now so there''s nothing we can do here until the morning, you should go to the hotel." Igor says.'
+										*nl
+										'With a hasty goodbye to Igor, you make your way back to your car.'
+										'<i>Damn</i>, you think, <i>tomorrow''s going to be a stressful day.</i>'
+										act 'Go to the hotel': gt 'intro_city_tg', 'otelPRE'
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'otelPRE':
+	$temp_firstname = '<<$pcs_firstname>>'
+	$temp_lastname = '<<$pcs_lastname>>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/6.jpg"></center>'
+	'Your trip to the hotel is quite uneventful compared to your tomb raiding adventure.'
+	*nl
+	'You park your car and go to the receptionist to get a room. There are only double rooms available, but it''s going on the company card, so that just means you''ll get a bigger room. You swipe your company card and take your room key.'
+	act 'Head upstairs to your room':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/7.jpg"></center>'
+		'Lying down on one of the beds, you start to wonder just who built that crypt and what it''s purpose was. Your thoughts drift to that amulet you found. The way that thing you touched half an hour ago is still making you feel wonderful baffles you.'
+		act 'Call the director':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/7.jpg"></center>'
+			'You dial Romans'' number and after a few rings, he picks up. You report to him the details of what you found at the site with Igor: an ancient tomb, human bones, scrolls in a mysterious language and the altar in that room.'
+			*nl
+			'The director stays silent while you give your report. A few moments later, he decides that it would be best to stop the construction. He tells you to stay and keep watch over the site until further notice.'
+			*nl
+			'You put the phone away. <i>Looks like this trip is going to last longer than expected</i>, you think to yourself.'
+			act 'Go to bed':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/7.jpg"></center>'
+				'It doesn''t take you long to drift off to sleep'
+				*nl
+				'Images begin to form in your mind and you soon find yourself in a middle of a dream. The amulet stands before you and out of it comes a ghost of some sort. Before you even realize what you are doing, you find yourself staring deep into the ghost''s eyes which then turn into two planet earths.'
+				*nl
+				'"Looking at the world most just see the mundane, but there is more to it, much more and now you see that too. You have the potential to shape it all, but first, you have company."'
+				*nl
+				'Suddenly your senses return and you are aware of the hotel room around you, you can tell you are not alone.'
+				act 'Open your eyes':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_reinhold.jpg"></center>'
+					'As you open your eyes, you see a man standing in your room. He is wearing a long black coat and his face looks weary; he is unshaven and reminds you of most police detectives in Hollywood films.'
+					*nl
+					'"Where is the amulet?" he approaches you.'
+					act 'Ask who he is':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_reinhold.jpg"></center>'
+						'"Who are you?" you ask puzzledly. The man''s sudden appearance and a sense you never knew you had tell you something about him, that he is not of the world you know.'
+						*nl
+						'"Listen, don''t cause any problems now. Give me the amulet, close the construction site, and all will be fine. After all that place belongs to us," he says in a firm voice.'
+						*nl
+						'<i>Belongs to us?</i> His response leaves you bewildered, wondering who he is and what this is all about.'
+						*nl
+						'"Well, how about I give you a small taste of my power." the man says, and out of nowhere comes a burning desire to give him the amulet.'
+						act 'Give him the amulet':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/7.jpg"></center>'
+							'You get out of the bed and give him the stone figure you had put in your pocket earlier. The man takes it, steps back, and without warning, something in his eyes begins to spin like a whirlwind, causing your own eyes to blur as if he was hypnotizing you. A few seconds later your vision clears with the man having somehow disappeared into thin air.'
+							*nl
+							'You rub your eyes, "What the hell is going on here? Was that a dream?. No, it can''t be. I wouldn''t walk around in a dream. I think." You say to no one in particular then check your pocket, the amulet is indeed gone. You sit down on the bed trying to make sense of what just happened.'
+							*nl
+							'While lost in thought, you hear a knock on the door. You get up to open the door, not even thinking why you would have visitors this late at night.'
+							'"...Who''s there?", you ask, still confused.'
+							*nl
+							'A woman''s voice responds that she''s the hotel receptionist and that she needs to talk to you on an urgent matter.'
+							act 'Answer the door':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+								'You open the door, but don''t recall the woman in front of you being at the reception desk; the woman from earlier didn''t have red hair and glasses. After entering the room she quickly examines the place, before locking her eyes on you.'
+								*nl
+								'"Mikhail, right?" You nod.'
+								*nl
+								'"Last night you went to a certain place and took out something very valuable and powerful." the woman speaks to you.'
+								act 'Another one?':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+									'<i>Again?</i>'
+									*nl
+									'You sigh, irritated that not only have you been disturbed in the middle of the night, but these idiots apparently cannot even agree among themselves which one of them should disturb you.'
+									*nl
+									'"Listen, you''re starting to bother me. That other guy already showed up asking for the damn amulet."'
+									*nl
+									'She looks at you with surprise. "What? Someone already came here? Who was it?"'
+									act 'Tell her':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+										'"It was some man in a navy cloak with ginger hair and a light beard, he didn''t tell me his name. He already took the amulet." You answer.'
+										*nl
+										'The girl''s face drops. "Damn it!" She looks into your eyes. "Okay... Mikhail, we have to go somewhere else, there are too many people that might get hurt here. Gustav, come here!" The girl calls out to the corridor.'
+										*nl
+										'A tall man enters the room'
+										StoryLine = 0
+										MagikDostup = 0
+										$pcs_firstname = 'Mikhail'
+										$pcs_lastname = 'Kuznetsov'
+										age = 35
+										vidage = 35
+										year = 2016
+										month = 5
+										week = 1
+										hour = 7
+										day = 25
+										!!body
+										pcs_hgt = 186
+										dick = 0
+										pcs_energy = 60
+										pcs_hydra = 60
+										pcs_sleep = 70
+										!!stats
+										pcs_stren = 160
+										pcs_agil = 50
+										pcs_vital = 160
+										pcs_intel = 50
+										pcs_sprt = 100
+										pcs_react = 50
+										pcs_kick = 20
+										pcs_punch = 20
+										pcs_jab = 20
+										pcs_health = pcs_vital * 10
+										pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
+										pcs_mana = (pcs_intel * pcs_magik) + pcs_vital * 5
+										birthday = 1
+										birthmonth = 4
+										birthyear = 1983
+										pcs_dob = 19830401
+										act 'Prepare to fight':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_gustav.jpg"></center>'
+											'The man has a large tattoo across the left side of his face. He too has red hair'
+											$boy = 'Gustav'
+											gs 'fight','initFight',1
+
+											gs 'fight_npcdata', 'gustav'
+											fightEnding = 1
+
+											act 'Fight': gt 'fight', 'start'
+										end
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'tatianaPRE':
+	$pcs_firstname = '<<$temp_firstname>>'
+	$pcs_lastname = '<<$temp_lastname>>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+	'You wake up in an unfamiliar room. Standing near you is the same red-haired girl that entered your hotel room.'
+	*nl
+	'"Ah, you''re awake," she chirps. "I told this jerk Gustav that he should have treated you more carefully, but he''s bad at listening. As a result I had to use some magic to stabilize you, he almost knocked you out permanently."'
+	*nl
+	'"While you were unconscious I did some research on you. Turns out the Amulet of Power passed to you. Must have happened when you touched it. Unfortunately, Reinhold, the guy in your room, he''s probably realized by now that the amulet no longer has the power and now he''s out to hunt you down."'
+	act 'What''s going on?':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+		'"What the hell is going on?" you respond. You try to move your hands, but you''re tied to the bed.'
+		*nl
+		'"Um, okay, I''ll start from the beginning," the girl says. "Magic exists and is real. Ages ago the world was not the same, the fae creatures who possess natural magic lived in balance but the succubus were free to breed with whom ever they wished."'
+		*nl
+		'"They breed with humans with that human magicians were born. The Sidhe as the most powerful of the fae feared the increasing numbers of human magicians and cast a very powerful spell to bind the succubus to them, this prevented either from being able to reproduce without the other."'
+		*nl
+		'"All magicians have some of that original fae blood in there bodies and it is through that that they are able to connect with the world of magic."'
+		*nl
+		'The redhead adjusts her glasses. "Most of the world simply ignore magic or are protected from it by magic''s natural desire to remain hidden."'
+		*nl
+		'"But last night there was a powerful burst of magical energy, strong enough to be clearly seen by any with magical connections. Can you guess where this surge came from? Yeah, that cave you found. Apparently the surge occurred when you opened the seal to the archive. Anyway, that was when we started to search, that source of power is desired by many, but it is extremely dangerous and in the wrong hands could do untold horrors."'
+		*nl
+		'She stops for a few seconds for you process that information. It seems really far fetched.'
+		*nl
+		'"As you can figure out, Reinhold wanted to prevent the amulet being misused, but he was not very thorough and didn''t check you over."'
+		act 'So, the whole world is just an illusion?':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+			'"So magic exists and is used by all these people and creatures, but the rest of us just don''t see it, or convince ourselves it didn''t happen?" You ask.'
+			*nl
+			'The girl nods. "Yes. You''re a quick study. Machines, apartments, television and the Internet, all this really does exist and is in the form in which people see it. But if I say, hurl a fireball, then people might see that I threw a grenade or shot from a flamethrower. The human mind can''t process magic, so it blocks it as a way to protect the person from going crazy."'
+			*nl
+			'"Hence such things as little green men, UFOs, poltergeists, spontaneous combustion, are when people encounter a difficult to hide phenomenon and the conclusion is flawed. In some cases, if someone''s mind can not cope with the spell they witness, they can be driven crazy and then no one believes them."'
+			act 'And who are you?':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+				'"And who are you?" you ask.'
+				*nl
+				'The girl smiled. "Me? I''m Tatiana, a young mage with an keen interest in magical phenomenon. I specialize in the treatment of mutations, and magic relating to the body. I have little combat skill, so I rely on the services of Gustav to provide some muscle. He''s a Mutant, his mutation is due to magical exposure and it gives him unmatched physical strength and he is a great tracker."'
+				*nl
+				'"The two of us run a detective agency for cover and money, but our real objective is studying magic and its effects."'
+				act 'What do you want form me?':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+					'"What do you want form me?" you ask.'
+					*nl
+					'"Hmm, well... the amulet obviously," Tatiana replies. "When I looked for you, I was hoping to get that object of power to study but Reinhold got to you first. The amulet will now be pretty much useless anyway, as its power passed on to you."'
+					*nl
+					'"But this is not good for you. You may think that since you have the amulets'' power, you can do anything. But in reality, you''re helpless without the skill to use it. Reinhold easily overpowered your will and forced you to obey, and Gustav beat you like a puppy."'
+					act 'What is this amulet? Where did it come from?':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+						'"And what is this amulet? Where did it come from?" you ask.'
+						'Tatiana thinks about it for a few moments. "It was made by the trickster Rikudo, one of the most powerful ancient magicians before he died, he taunted the only living mage who could control its immense power by cursing him to be stuck in a female form and making it only activate for a male mage."'
+						*nl
+						'"Great. So I''ve been thrown into this mess by the dead owner of that ancient tomb. Hang on I''m not a mage, how could the power be transferred to me?"'
+						*nl
+						'"It seems that its long time underground has caused it to malfunction and its power has entered your body. The bad news is it is far too powerful and will kill you." At this you are filled with fear and start to struggle against your bindings.'
+						*nl
+						'"You are lucky Reinhold didn''t realize this, he would have stopped you from accidentally wielding the power and killing yourself and who knows how many others by killing you in that hotel room. I have another way to save you, but you''re not going to like it."'
+						*nl
+						'You don''t say anything, so she continues, "I can feel the aura of power emanating from you, by drawing from that I can perform a powerful magic spell that will transform you into someone who is protected from the masculine alignment of the power."'
+						act 'Uh, I do not understand, what are you suggesting?':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+							'"Uh, I do not understand, what are you suggesting?" you ask her.'
+							*nl
+							'Tatiana runs a hand through her hair and giggles. "I''ll make you a pretty, young girl and the power will lie dormant saving you from blowing up a city or something."'
+							*nl
+							'Your eyes widen in shock.'
+							*nl
+							'"Well, there is another way, I can just stop your heart and let your power dissolve into nature, but you will die. I''m not Reinhold, I can take this risk and I don''t want to kill you. Maybe with more time doing research I can work out another solution, but I cannot leave you like this."'
+							act 'What about your family?':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+								'"Hey, I do not want to be a woman. I have a family, a wife, a daughter", you tell her, afraid.'
+								*nl
+								'Tatiana smiles. "Well the choice is simple, either you die or live without a penis for the time being."'
+								*nl
+								'"As for your family, not to worry. I''ll arrange everything. We will fabricate your death to get Reinhold off your back. To make your transition easier I''ll cover your memory of the family, they will only be ghostly memories, you won''t even remember where you lived. Don''t worry, I won''t erase your entire memory and leave you a useless vegetable."'
+								act 'There must be another way!':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+									'"There must be another way!" you panic. You tug at the restraints on the bed.'
+									*nl
+									'Tatiana''s face becomes serious. "Do not argue. It is the only way available to me. You will need a to use a new name, think it over in your dreams and tell me when you wake up, otherwise I will give you a pretty name. Now go to sleep." Says Tatiana as she puts her hand on your chest. Your vision immediately fades.'
+									act 'Sleep': gt 'intro_city_tg', 'custom'
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+	end
+end
+
+if $ARGS[0] = 'custom':
+	$loc = 'intro_city_tg'
+	$loc_args = 'custom'
+!!	This is to bypass the next part if the avatar system was used
+!!	It will be changed to bypass the head options, once more body options are added
+
+!!	Just hair and eye color here for now; the dialog will be update as more options are added
+	'<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/character_creation_2.jpg"></center>'
+	'As you drift in unconsciousness, an impression of a woman forms in your mind. Many aspects of her appearance are indistinct, but there are some things you can make out.'
+	'She is fairly tall.'
+	*nl
+	'<center>Customize your:</center>'
+	'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
+	*nl
+	'Everything else about her is fuzzy...'
+
+	act 'Done': gt 'intro_city_tg', 'sleepPRE'
+end
+
+if $ARGS[0] = 'sleepPRE':
+	killobj
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_tatiana.jpg"></center>'
+	'"You''re awake?." Tatiana says looking into your eyes.'
+	act 'Look at yourself':
+		cla
+		*clr
+		clr
+		'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/8.jpg"></center>'
+		'"Fuck," you say and immediately shut your mouth again. Your voice... it''s so feminine. Tatiana giggles.'
+		*nl
+		'"This is the first time I changed the gender of a person, therefore I just HAD to see your reaction. Totally worth it. But you turned out beautiful. For a first try that is of course. I miscalculated something, for example due to sharp hormonal change you have bad acme on your face and I failed to change your eyes and lips. On the bright side, your body will change much faster than one of a natural born woman. That means it will be easier to gain and lose weight and change facial features. All in all you turned quite well. By the way, your new ''equipment'' down there is fully functional, so if you don''t want to be a mother, you should think about using contraceptives."'
+		*nl
+		'You angrily look at Tatiana, "So you think I''m a complete woman? On the outside I''ll look like one, but guess what, I''m still the 34-years-old me."'
+		*nl
+		'"Well, yes. I won''t argue about that." Tatiana agrees. "It''s your life and you decide what you do with it, but for the time being, you cannot go back to your old life, so deal with it. On a side note, I already took care of an alibi. Today Mikhail crashed his car into the pit and died, it''s on the news." With these words, Tatiana picked up the remote and turned on the TV.'
+
+		!!Default Names
+		$pcs_firstname = 'Svetlana'
+		$pcs_lastname = 'Lebedev'
+		$pcs_nickname = 'Sveta'
+
+		!!Player names are set here
+		if $temp_firstname = '':
+			$temp_firstname = 'Svetlana'
+		else
+			$temp_firstname = '<<$pcs_firstname>>'
+		end
+		$pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
+		if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'
+		killvar '$temp_firstname'
+
+		
+		if $temp_lastname = '':
+			$temp_lastname = 'Lebedev'
+		else
+			$temp_lastname = '<<$pcs_lastname>>'
+		end
+		$pcs_lastname = input("What is your family name? (Leave blank for Lebedev)")
+		if $pcs_lastname = '':$pcs_lastname = '<<$temp_lastname>>'
+		killvar '$temp_lastname'
+
+		if $temp_nickname = '':
+			$temp_nickname = 'Sveta'
+		else
+			$temp_nickname = '<<$pcs_nickname>>'
+		end
+		$pcs_nickname = input("What is your nickname? (Leave blank for Sveta)")
+		if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
+		killvar '$temp_nickname'
+
+		act 'Watch TV':
+			cla
+			*clr
+			clr
+			'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/9.jpg"></center>'
+			'On TV there is a news report about a businessman, who drove his car into a hole at a construction site. The man died later in hospital without regaining consciousness.'
+			*nl
+			'You look at Tatiana, with a bewildered look. She has an enigmatic smile, "Well, I''m still a magician and that''s something that I can do. Reinhold has definitely lost the trail. The body that ''died'' behind the wheel of the BMW was a perfect copy of your old self, from your absorbed amulet energy down to the placement of every single hair."'
+			*nl
+			'"Anyways, here are your new legal documents, including a new passport. Starting today, you are <<$pcs_nickname>> <<$pcs_lastname>>, 18 years old, female and live in the city. Nobody knows you, but you at least have an apartment to call home. This is a gift to you from Gustav. Here are the keys to it. Now get up, you''ve got to go to your new home and start a new life."'
+			*nl
+			'Gustav, the redhead with a tattoo on his face enters the room. He looks at you and says, "I''ll take you."'
+			act 'Go with Gustav':
+				cla
+				*clr
+				clr
+				'<center><img <<$set_imgh>> src="images/system/1_openings/shared/npc_gustav.jpg"></center>'
+				'Gustav silently takes you to the garage and you enter the black jeep. Gustav gets behind the wheel and drives you into the city. You silently speculate about what to do now.'
+				*nl
+				'After a few minutes, while keeping his eyes on the road, Gustav speaks. "I''m sorry I beat you up. I have trouble controlling myself during a fight. You had a large build and for a second I thought you might be dangerous for me, so I ended up hitting you with my full force."'
+				*nl
+				'You look at him. "Forget it. Listen Gustav... what do I do now?"'
+				*nl
+				'Gustav nods and says, "Well, I would advise you to start by buying food, all sorts of washing powders, laundry detergents and dishes. There are very few supplies already in the apartment, but they''ll only last you a day or two. There''s no TV either. Then get a job. Not far from your new home is a small café, if I remember correctly there was a vacant waitress position not too long ago. You should talk to the owner of the café about the job. Don''t forget to monitor your health, keep your mood up and have a clear mind."'
+				*nl
+				'"Now your mind is very weak, if you don''t take care of yourself you will go crazy. You need to eat well, sleep regularly, have fun, do not generally become depressive or else you end up in a madhouse. Don''t go looking for Tatiana, you will not find her anyway, and secondly, if we need to contact you, we will find you."'
+				*nl
+				'You arrived at some five-story Khrushchev era buildings. Gustav stops the car and points a finger at the entrance. "Your apartment number 69, Tatiana already gave you the key. Now go. Remember don''t just give up, not everyone gets an entirely new chance at life. Tatiana and me will keep an eye out for you."'
+				*nl
+				'Also, you might want to steer clear of those Gopnik, they might just look like petty criminals having a drink, but they have connections and you''re just a pretty young girl now.'
+
+				act 'Out of the car':
+					cla
+					showstat 1
+					showobjs 1
+					gs 'obj_din', 'old'
+					cla
+					*clr
+					'<center><img <<$set_imgh>> src="images/system/1_openings/1_tf/start_tf.jpg"></center>'
+					'Welcome to the Transformation start! Although you have lost your masculinity and your old life, but new possibilities are opening up before your eyes, not least aided in your newfound knowledge of the magical nature of the world!'
+					act 'Begin': gt 'city_residential'
+				end
+			end
+		end
+	end
+end
+
+--- intro_city_tg ---------------------------------
+

+ 5 - 20
locations/intro_customization.qsrc

@@ -637,7 +637,7 @@ if $ARGS[0] = 'lip':
 	*nl
 	if pcs_lip < 4:'<center><a href="exec:pcs_lip += 1 & gs ''begin'', ''lip''">Bigger lips</a></center>'
 	if pcs_lip > 0:'<center><a href="exec:pcs_lip -= 1 & gs ''begin'', ''lip''">Smaller lips</a></center>'
-	act'<center><b>Done</b></center>': gt'begin','description_real_character'
+	act'<center><b>Done</b></center>': gt'$loc','$loc_args'
 end
 
 if $ARGS[0] = 'eyes':
@@ -679,16 +679,9 @@ if $ARGS[0] = 'eyes':
 	if pcs_eyesize > 0:'<center><a href="exec:pcs_eyesize -= 1 & gs ''begin'', ''eyes''">Smaller eyes</a></center>'
 	if glass = 0:'<center><a href="exec:glass = 1 & gs ''begin'', ''eyes''">Wear glasses</a></center>'
 	if glass = 1:'<center><a href="exec:glass = 0 & gs ''begin'', ''eyes''">Remove glasses</a></center>'
-
-	if $start_type = 'sg':
-		act'<center><b>Done</b></center>': gt 'intro_sg', 'four'
-	elseif $start_type = 'sg_m':
-		act'<center><b>Done</b></center>': gt 'intro_sg_m', 'six'
-	elseif $start_type = 'sg_tg':
-		act'<center><b>Done</b></center>': gt 'preCSB', 'intro_6_looks'
-	else
-		act'<center><b>Done</b></center>': gt 'preCUST', 'TGStart'
-	end
+	
+	
+	act'<center><b>Done</b></center>': gt'$loc','$loc_args'
 end
 
 if $ARGS[0] = 'eye color':
@@ -759,15 +752,7 @@ if $ARGS[0] = 'birthday':
 	'<center><a href="exec:birthmonth = 11 & gs ''begin'', ''birthday''">November</a></center>'
 	'<center><a href="exec:birthmonth = 12 & gs ''begin'', ''birthday''">December</a></center>'
 
-	if csb_start ! 1:
-		if player_avatar = 1:
-			act'<center><b>Done</b></center>': gt 'begin', 'description_real_character'
-		else
-			act'<center><b>Done</b></center>': gt 'intro_sg_select', 'SGStart2'
-		end
-	else
-		act'<center><b>Done</b></center>': gt 'intro_sg_select', 'CSBStart'
-	end
+	act'<center><b>Done</b></center>': $locM, $loc_argsM
 end
 
 --- intro_customization ---------------------------------

+ 383 - 0
locations/intro_initialization_city.qsrc

@@ -0,0 +1,383 @@
+# intro_initialization_city
+!!*************************
+!!	Final Initializations
+!!	Top area for things that need to be done before setting the variables for either start
+
+day = 21
+month = 8
+year = 2017
+
+birthyear = 1999
+birthmonth = 4
+birthday = 1
+	
+BDSMfilm = 0
+pornstudio = 0
+pfilmSTOP = 0
+
+thinkpreg = 0
+denypreg = 0
+pertemp = 1
+pillcvrt = 1
+
+pcs_naturallashes = pcs_lashes
+
+!!	Initializing elasticity
+vshrink = 1
+vshrinkdays = 6
+ashrink = 1
+ashrinkdays = 3
+
+fairycurse = -1
+
+$excer_name[1] = 'Default 1'
+$excer_name[2] = 'Default 2'
+$excer_name[3] = 'Default 3'
+$excer_name[4] = 'Default 4'
+$excer_name[5] = 'Default 5'
+
+monthsend[1] = 31
+if ((year mod 4 = 0) and (year mod 100 ! 0)) or (year mod 400 = 0): 
+	Leapyear = 1 & monthsend[2] = 29
+else
+	Leapyear = 0 & monthsend[2] = 28
+end
+monthsend[3] = 31
+monthsend[4] = 30
+monthsend[5] = 31
+monthsend[6] = 30
+monthsend[7] = 31
+monthsend[8] = 31
+monthsend[9] = 30
+monthsend[10] = 31
+monthsend[11] = 30
+monthsend[12] = 31
+
+$monthName[1] = 'January'
+$monthName[2] = 'February'
+$monthName[3] = 'March'
+$monthName[4] = 'April'
+$monthName[5] = 'May'
+$monthName[6] = 'June'
+$monthName[7] = 'July'
+$monthName[8] = 'August'
+$monthName[9] = 'September'
+$monthName[10] = 'October' 
+$monthName[11] = 'November'
+$monthName[12] = 'December'
+$month = $monthName[month]
+
+gs 'telefon', 'setup'
+
+VersionCheck = 5030
+
+pcs_dob = birthyear * 10000
+pcs_dob += (birthmonth * 100)
+pcs_dob += birthday
+
+age = year - ((pcs_dob - (pcs_dob mod 10000)) / 10000)
+if ((month * 100) + day) < pcs_dob mod 10000: age -= 1
+
+vidage = age - 1
+
+vidageday = 300
+
+
+pcs_health = pcs_vital * 10 + pcs_stren * 5
+pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
+pcs_mana = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
+pcs_mood = 100
+pcs_stam = 100
+
+nathcol = pcs_haircol
+pcs_pubecol = pcs_haircol & pcs_pubecol[1] = 1
+oldsavepcs_haircol = 1
+
+gs 'body_shape', 'initial'
+
+!! Adding underwear and default shoes and assigning them
+
+if $ARGS[1] ! 'CSB' and goth_clothing ! 1:
+	cheap_panties[1] = 1
+	cheap_bras[1] = 1
+	$pantyworntype = 'cheap'
+	pantywornnumber = 1
+	$braworntype = 'cheap'
+	brawornnumber = 1
+	gm_shoe[6] = 1
+	danilovich_shoe[21] = 1
+	$shoeworntype = 'gm'
+	shoewornnumber = 6
+end
+
+!!	Starting clothing set
+cheap_panties[12] = 1
+cheap_bras[12] = 1
+danilovich_outfits[81] = 1
+danilovich_outfits_h[81] = 100
+danilovich_shoe[21] = 1
+gm_shoe[9] = 1
+gm_outfits[30] = 1
+gm_outfits_h[30] = 100
+gm_outfits_b[30] = pcs_hips
+cats_dress[1] = 1
+cats_dress_h[1] = 100
+cats_dress_b[1] = pcs_hips
+if goth_clothing = 1:
+	kats_panties[28] = 1
+	kats_bras[28] = 1
+	$pantyworntype = 'kats'
+	pantywornnumber = 28
+	$braworntype = 'kats'
+	brawornnumber = 28
+	danilovich_outfits[91] = 1
+	danilovich_outfits_h[91] = 100
+	danilovich_shoe[21] = 1
+	gm_shoe[9] = 1
+	shoewornnumber = 9
+	$shoeworntype = 'gm'
+	bomba_outfits[16] = 1
+	bomba_outfits_h[16] = 100
+	bomba_outfits_b[16] = pcs_hips
+	bomba_outfits[37] = 1
+	bomba_outfits_h[37] = 100
+	bomba_outfits_b[37] = pcs_hips
+	sportsclothingnumber = 91
+	gs 'clothing', 'wear', 'bomba_outfits', 37
+elseif pcs_inhib < 5:
+	gm_outfits[30] = 1
+	gm_outfits_h[30] = 100
+	gm_outfits_b[30] = pcs_hips
+	danilovich_outfits[81] = 1
+	danilovich_outfits_h[81] = 100
+	cats_dress[1] = 1
+	cats_dress_h[1] = 100
+	cats_dress_b[1] = pcs_hips
+	sportsclothingnumber = 81
+	gs 'clothing', 'wear', 'cats_dress', 1
+elseif pcs_inhib < 10:
+	gm_outfits[15] = 1
+	gm_outfits_h[15] = 100
+	gm_outfits_b[15] = pcs_hips
+	danilovich_outfits[76] = 1
+	danilovich_outfits_h[76] = 100
+	gm_dress[4] = 1
+	gm_dress_h[4] = 100
+	gm_dress_b[4] = pcs_hips
+	sportsclothingnumber = 76
+	gs 'clothing', 'wear', 'gm_dress', 4
+elseif pcs_inhib < 15:
+	gm_outfits[58] = 1
+	gm_outfits_h[58] = 100
+	gm_outfits_b[58] = pcs_hips
+	danilovich_outfits[106] = 1
+	danilovich_outfits_h[106] = 100
+	gm_dress[7] = 1
+	gm_dress_h[7] = 100
+	gm_dress_b[7] = pcs_hips
+	sportsclothingnumber = 106
+	gs 'clothing', 'wear', 'gm_dress', 7
+elseif pcs_inhib < 20:
+	gm_outfits[55] = 1
+	gm_outfits_h[55] = 100
+	gm_outfits_b[55] = pcs_hips
+	danilovich_outfits[102] = 1
+	danilovich_outfits_h[102] = 100
+	gm_dress[7] = 1
+	gm_dress_h[7] = 100
+	gm_dress_b[7] = pcs_hips
+	sportsclothingnumber = 43
+	gs 'clothing', 'wear', 'gm_dress', 7
+elseif pcs_inhib < 25:
+	gm_outfits[58] = 1
+	gm_outfits_h[58] = 100
+	gm_outfits_b[58] = pcs_hips
+	danilovich_outfits[87] = 1
+	danilovich_outfits_h[87] = 100
+	gm_dress[39] = 1
+	gm_dress_h[39] = 100
+	gm_dress_b[39] = pcs_hips
+	sportsclothingnumber = 1
+	gs 'clothing', 'wear', 'gm_dress', 39
+elseif pcs_inhib < 30:
+	gm_outfits[91] = 1
+	gm_outfits_h[91] = 100
+	gm_outfits_b[91] = pcs_hips
+	danilovich_outfits[96] = 1
+	danilovich_outfits_h[96] = 100
+	gm_dress[57] = 1
+	gm_dress_h[57] = 100
+	gm_dress_b[57] = pcs_hips
+	sportsclothingnumber = 48
+	gs 'clothing', 'wear', 'gm_dress', 57
+elseif pcs_inhib < 35:
+	gm_outfits[95] = 1
+	gm_outfits_h[95] = 100
+	gm_outfits_b[95] = pcs_hips
+	danilovich_outfits[48] = 1
+	danilovich_outfits_h[48] = 100
+	gm_dress[63] = 1
+	gm_dress_h[63] = 100
+	gm_dress_b[63] = pcs_hips
+	sportsclothingnumber = 40
+	gs 'clothing', 'wear', 'gm_dress', 63
+elseif pcs_inhib < 40:
+	gm_outfits[124] = 1
+	gm_outfits_h[124] = 100
+	gm_outfits_b[124] = pcs_hips
+	danilovich_outfits[45] = 1
+	danilovich_outfits_h[45] = 100
+	gm_dress[89] = 1
+	gm_dress_h[89] = 100
+	gm_dress_b[89] = pcs_hips
+	sportsclothingnumber = 45
+	gs 'clothing', 'wear', 'gm_dress', 89
+elseif pcs_inhib < 45:
+	gm_outfits[131] = 1
+	gm_outfits_h[131] = 100
+	gm_outfits_b[131] = pcs_hips
+	danilovich_outfits[38] = 1
+	danilovich_outfits_h[38] = 100
+	gm_dress[109] = 1
+	gm_dress_h[109] = 100
+	gm_dress_b[109] = pcs_hips
+	sportsclothingnumber = 38
+	gs 'clothing', 'wear', 'gm_dress', 109
+elseif pcs_inhib < 50:
+	gm_outfits[145] = 1
+	gm_outfits_h[145] = 100
+	gm_outfits_b[145] = pcs_hips
+	danilovich_outfits[17] = 1
+	danilovich_outfits_h[17] = 100
+	gm_dress[123] = 1
+	gm_dress_h[123] = 100
+	gm_dress_b[123] = pcs_hips
+	sportsclothingnumber = 143
+	gs 'clothing', 'wear', 'gm_dress', 123
+else
+	gm_outfits[149] = 1
+	gm_outfits_h[149] = 100
+	gm_outfits_b[149] = pcs_hips
+	danilovich_outfits[15] = 1
+	danilovich_outfits_h[15] = 100
+	gm_dress[149] = 1
+	gm_dress_h[149] = 100
+	gm_dress_b[149] = pcs_hips
+	scandalicious_bikinis[55] = 1
+	scandalicious_bikinis_h[55] = 60
+	scandalicious_bikinis_b[55] = pcs_hips
+	sportsclothingnumber = 15
+	gs 'clothing', 'wear', 'gm_dress', 149
+end
+if swim_start = 99:
+	allure_swimsuit[99] = 1
+	allure_swimsuit_h[99] = 60
+	allure_swimsuit_b[99] = pcs_hips
+elseif swim_start = 1:
+	danilovich_swimsuit[1] = 1
+	danilovich_swimsuit_h[1] = 60
+	danilovich_swimsuit_b[1] = pcs_hips
+end
+
+if danilovich_shoe[17] = 1:
+	sportsshoenumber = 17
+else
+	sportsshoenumber = 21
+end
+$sportspursetype = $currentpursetype
+sportspursenumber = currentpursenumber
+$sports_clothing_name = 'default sports outfit'
+
+killvar 'swim_start'
+	
+!!	**********
+
+gs 'daystart'
+gs 'din_pav'
+gs 'din_npc'
+gs 'dinSex2'
+gs 'dina'
+gs 'din_van'
+gs 'din_bad'
+gs 'dinSex'
+!! KEY! I merged 'dinBoroda' with 'clener' and removed the dynamics. This line was at the end of dinBoroda, so I moved it here just in case. Sicaa
+rikudootvet = 1415
+gs 'BanSexType'
+
+gs 'outdoors', 'weather'
+
+menoage = rand(40,50)
+temprand = rand(0,10)
+
+if temprand = 0:
+	menoage += rand(0,5)
+
+elseif temprand < 4:
+	menoage += rand(3,10)
+
+elseif temprand < 9:
+	menoage += rand(5,12)
+
+else
+	menoage += rand(7,13)
+
+end
+
+!!Setting up period start and turning on auto tracking if not on hardcore difficulty
+daylastperiod = daystart
+temprand = rand(1,3)
+if temprand = 1:
+	cycle = 1
+	EggRH = rand(1,149)
+	FocH = EggRH + 4*24
+	mesec = 0
+	unfertegg = 0
+	ferteggage = 0
+	Ovulate = 0
+	LutH = 0
+	daylastperiod -= FocH/24
+elseif temprand = 2:
+	lastovulation = daystart
+	cycle = 2
+	unfertegg = 1
+	ferteggage = rand(0,44)
+	Ovulate = (rand(24,44) - ferteggage)
+	if Ovulate <= 0: Ovulate = 1
+	mesec = 0
+	EggRH = 0
+	FocH = 0
+	LutH = 0
+	daylastperiod -= 10+(ferteggage/24)
+elseif temprand = 3:
+	cycle = 3
+	LutH = rand(0,300)
+	ferteggage = 36 + LutH
+	mesec = 0
+	EggRH = 0
+	FocH = 0
+	unfertegg = 0
+	Ovulate = 0
+	daylastperiod -= 10+(ferteggage/24)
+end
+
+if daylastperiod + 4 > daystart:
+	lastmens = daylastperiod - 20
+else
+	lastmens = daylastperiod+4
+end
+
+if difficulty = 4:
+	cyccustom = 0
+else
+	cyccustom = 1
+end
+
+pcs_horny = 0
+killvar 'opPRE'
+killvar 'tgs_skipinto'
+gs 'stat'
+showstat 0
+showobjs 0
+
+--- intro_initialization_city ---------------------------------
+

+ 2 - 0
locations/intro_sg.qsrc

@@ -32,6 +32,8 @@ end
 if $ARGS[0] = 'four':
 	gs 'intro_sg_select', 'sg_settings'
 	gs 'intro_initialization'
+	$loc = 'intro_sg'
+	$loc_args = 'four'
 
 
 	'<center><b><font color = maroon>Character Face</font></b></center>'

+ 2 - 0
locations/intro_sg_m.qsrc

@@ -133,6 +133,8 @@ end
 if $ARGS[0] = 'six':
 	*clr & cla				
 	hour = 18
+	$loc = 'intro_sg_m'
+	$loc_args = 'six'
 	'<center><b><font color = maroon>Character Face</font></b></center>'
 	'<center><b>Allows you to alter hair and eyes, use to match fixed profile picture if in use.</b></center>'
 	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/character_creation_2.jpg"></center>'

+ 6 - 8
locations/intro_sg_select.qsrc

@@ -6,14 +6,12 @@ if $ARGS[0] = 'start':
 	birthyear = 1999
 	yearlefttemp = 1
 
-	if player_avatar = 0:
-		birthmonth = 4
-		birthday = 1
-		pcs_haircol = 1
-		pcs_eyesize = 2
-		pcs_lip = 1
-		pcs_lashes = 1
-	end
+	birthmonth = 4
+	birthday = 1
+	pcs_haircol = 1
+	pcs_eyesize = 2
+	pcs_lip = 1
+	pcs_lashes = 1
 
 !!	Body
 	pcs_hgt = 170

+ 9 - 15
locations/intro_sg_tg.qsrc

@@ -180,14 +180,12 @@ if $ARGS[0] = 'settings':
 	home_owned[2] = 1
 	gs 'set_home', 2
 
-	if player_avatar = 0:
-		pcs_eyesize = 3
-		pcs_lip = 2
-		pcs_lashes = 1
-		pcs_haircol = 3
-		pcs_eyecol = 3
-		pcs_hairlng = 300
-	end
+	pcs_eyesize = 3
+	pcs_lip = 2
+	pcs_lashes = 1
+	pcs_haircol = 3
+	pcs_eyecol = 3
+	pcs_hairlng = 300
 
 	if birthmonth = 0: birthmonth = 4
 	if birthday = 0: birthday = 1
@@ -280,17 +278,13 @@ if $ARGS[0] = 'settings':
 		$startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
 	end
 
-	if player_avatar = 0:
-		*nl
-		'<a href="exec:gt ''begin'', ''birthday''"><<$startdob>></a>.'
-	else
-		*nl
-		'<<$startdob>>'
-	end
+	*nl
 	gt 'intro_sg_tg', 'intro_6_looks'
 end
 
 if $ARGS[0] = 'intro_6_looks':
+	$loc = 'intro_sg_tg'
+	$loc_args = 'intro_6_looks'
 	*clr & cla
 	if player_avatar = 1:
 		'<center><img HEIGHT = 478 src="images/avatar.jpg"></center>'

+ 258 - 0
locations/intro_uni.qsrc

@@ -0,0 +1,258 @@
+# intro_uni
+
+music_loop = 0
+CLOSE ALL
+gs 'themes', 'indoors'
+$start_type = 'uni'
+
+!!if $ARGS[0] = 'elective_choice':
+!!	
+!!	
+!end
+
+if $ARGS[0] = 'start':
+	!! Intro to starting uni
+	$loc = 'intro_uni'
+	$loc_args = 'custom'
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/uni_day.jpg"></center>'
+	'The big day has finally arrived! Your family piled into your stepfather''s Gazelle pickup and you all traveled from your hometown, Pavlovsk, to the big city of St. Petersburg. Today is the day you move into the University dorms to start this new phase of your life.'
+	'As you approach the city you thing back to your school days and recall what type of kid you were...'
+
+	act 'Continue': gt 'intro_city_select', 'start'
+end
+
+if $ARGS[0] = 'custom':
+	$loc = 'intro_uni'
+	$loc_args = 'custom'
+	pcs_hairlng = 100
+	!!Default Names
+	$pcs_firstname = 'Svetlana'
+	$pcs_lastname = 'Lebedev'
+	$pcs_nickname = 'Sveta'
+
+	!!Player names are set here
+	$temp_firstname = '<<$pcs_firstname>>'
+	$pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
+	if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'
+	killvar '$temp_firstname'
+
+	$temp_lastname = '<<$pcs_lastname>>'
+	$pcs_lastname = input("What is your family name? (Leave blank for Lebedev)")
+	if $pcs_lastname = '':$pcs_lastname = '<<$temp_lastname>>'
+	killvar '$temp_lastname'
+
+	$temp_nickname = '<<$pcs_nickname>>'
+	$pcs_nickname = input("What is your nickname? (Leave blank for Sveta)")
+	if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
+	killvar '$temp_nickname'
+
+!!	Just hair and eye color here for now; the dialog will be update as more options are added
+	'<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
+	'<center><b>Allows you to alter hair and eyes, use to match fixed profile picture if in use.</b></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/shared/character_creation_2.jpg"></center>'
+	'As you look in the mirror, your face comes into focus. Some aspects of your appearance are already set, you can define the others now.'
+	'You are fairly tall.'
+	*nl
+	'<center>Customize your:</center>'
+	'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
+	
+	act 'Done': gt 'intro_uni', 'vlad_intro'
+end
+
+if $ARGS[0] = 'vlad_intro':
+	!! Intro to your stepfather
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big28.jpg"></center>'
+	!!basic desc of Vlad, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Having spent almost an hour in the cramped truck, you jump out as soon as you arrive. Vlad gets out, stretches a bit, then tells you to take your sister and find out where you''re staying, while the rest of the family unloads your stuff from the back of the truck.'
+	'Looking around, you see many people doing the same, the younger ones heading inside while the families unload the future students belongings to be taken inside.'
+
+	act 'Check Kolka': gt 'intro_uni', 'kolka_intro'
+end
+
+if $ARGS[0] = 'kolka_intro':
+	!! Intro to Kolka
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big34.jpg"></center>'
+	!!basic desc of Kolka, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Your brother, caught up in the excitement of opening day, tries to slide past Vlad unnoticed but is called back to help unload. He sighs and shuffles his feet a bit before turning around to help his dad get your stuff. You feel a bit bad for him, but he will be able to get a better look around next year, when he graduates secondary school and starts here.'
+
+	act 'Head inside': gt 'intro_uni', 'anya_intro'
+end
+
+if $ARGS[0] = 'anya_intro':
+	!! Intro to Anya
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big33.jpg"></center>'
+	!!basic desc of Anya, maybe a preset is used somewhere in game already? If not already in the intro (I think it is.)
+	'Your sister comes up to you, links her arm with yours, and pulls you forward. "Come on, <<$pcs_nickname>>! I want to see this place."'
+	'Already knowing the answer, you ask anyway "Why aren''t you enrolled then?"'
+	'"I''m comfortable where I am right now. When I''m ready, maybe I will."'
+	'Rolling your eyes, you let her keep pulling on your arm.'
+
+	act 'Enter the University': gt 'intro_uni', 'diane_intro'
+end
+
+if $ARGS[0] = 'diane_intro':
+	!! Going into Uni quad to get escort - meeting Diane(Rex older sister)
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big253.jpg"></center>'
+	'Joining the crowd heading inside, you and Anya go into the main courtyard where the new students are being greeted by the older students.'
+	'A (color undecided)-haired girl comes up and introduces herself. "Welcome, I am Diane Borisyuk... Anya?"'
+	'Anya squeals with joy and runs to her and gives her a big hug. "Diane! I haven''t seen you in a long time. <<$pcs_nickname>>, this is Diane, Rex''s sister. She used to buy us booze for our parties when we were younger."'
+	'Diane laughs and says "that <b>was</b> a long time ago. So this is your sister? Nice to meet you. You''re going to have a lot of fun here. Let''s get you your dorm keys and get you set up!"'
+	'"By the way, what are you studying?"'
+
+	act 'Go get your key': gt 'intro_uni', 'degree_choice'
+end
+
+if $ARGS[0] = 'degree_choice':
+	!! Choose your degree here.
+	!!variables for attending UNI
+	university['prep_counter'] = 0
+	university['prep_enrolled'] = 0
+	university['student'] = 1
+	university['enrolled_in_semester'] = 1
+	home_owned[11] = 1
+	gs 'set_home', 11
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/system/1_openings/6_uni/degree_choice.jpg"></center>'
+	'This is where you decide your degree. For now this is just a placeholder to be expanded once we add in more degrees to choose from.'
+	
+	act 'Teaching':
+		!!variables for teaching degree
+		$university['enrolled_in']= 'teaching_studies'
+		gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'general education 101', 3, 2, 'no', 'no', 1, 12
+		gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'teaching methods 101', 3, 2, 'no', 'no', 1, 12
+		gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'learning theories 101', 3, 2, 'no', 'no', 1, 12
+		gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'general education 101', 35
+		gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'teaching methods 101', 35
+		gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'learning theories 101', 35
+		!!gt 'intro_uni', 'elective_choice'
+		gt 'intro_uni', 'dorm_intro'
+	end
+end
+
+if $ARGS[0] = 'dorm_intro':
+	!! Going to the dorm to get the keys
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
+	'You follow Diane into the dorms building into the main hallway. An older woman, with a very unpleasant and judgmental look on her face sits in a room just off the main hallway.'
+	'Diane goes up to her and says "I need <<$pcs_firstname>> <<$pcs_lastname>>''s room key, please."'
+	'The woman looks your name up on her computer then finds your dorm key and hands it to you.'
+	'"Come on <<$pcs_nickname>>, I want to see your room." Anya drags you towards the elevators, with a smiling Diane following you.'
+
+	act 'Check your room': gt 'intro_uni', 'vika_intro'
+end
+
+if $ARGS[0] = 'vika_intro':
+	!! Visiting dorm room - meeting Vika
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big220.jpg"></center>'
+	'Getting out of the elevator on the tenth floor, you follow the number on your key to the door with the same number. Inside you find a blonde haired girl sitting on one of the two beds in the room. Looking around, you see there is a desk for each of you and a large wardrobe for your clothes.'
+	'The girl gets up and comes to greet you. "Hi, I''m Vika Kirilova. I guess one of you is my new roommate?" She looks between you and Anya, not sure which it is.'
+	'"Hello, Vika. I am <<$pcs_firstname>> <<$pcs_lastname>>. I''m your roommate, this is my sister, Anya." Anya gives her a smile and say hello, mostly checking out your room.'
+	'Diane kind of stays in the doorway, though you do notice a strange look she gives Vika before saying, "We should let your parents know which room you''re in so they can bring in your stuff, while I show you around the campus."'
+	'Once you get back out into the hallway, you ask why she doesn''t like your roommate. "There are a lot of nasty rumors about her. I am not exactly a prude or anything, but if any of those rumors are true, then she makes me look like a virgin living under a rock my whole life."'
+
+	act 'Find your parents': gt 'intro_uni', 'mom_intro'
+end
+
+if $ARGS[0] = 'mom_intro':
+	!! Back outside Intro to Mom - answer sets relationship level
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+	'Once you get back outside, you find your family standing around the piles of boxes with your stuff, surrounded by people coming and going. You tell your father which room and give him the key before your <<$npc_nickname[''A29'']>> pulls you to one side. Anya and Diane step away to catch up a bit and give you some privacy.'
+	'"Big day! Are you excited? I know I am." She gives you a proud look.'
+	'"Yeah, <<$npc_nickname[''A29'']>>! There is so much to do and see here."'
+	'"Well don''t forget to stay focused on your studies, and stay away from boys for now. There is plenty of time after you have finished school to think about that stuff."'
+	
+	act 'I will be fine (neutral response)':
+		gs 'npc_relationship', 'set', 'A29', '50'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"Everything will be fine, <<$npc_nickname[''A29'']>>. You got me here, I will do the rest."'
+		'She gives you a hug before going to stand over your pile of stuff to keep an eye on it.'
+		
+		act 'Go on tour': gt 'intro_uni', 'tour_intro'
+	end
+	act 'Give it a rest (angry response)':
+		gs 'npc_relationship', 'set', 'A29', '30'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"Just stop <<$npc_nickname[''A29'']>>! I''m an adult now, and I will do whatever I want with who I want!"'
+		'Her eyes flash in anger, but she doesn''t say anything. She goes and stands next to your pile to keep an eye on it.'
+		
+		act 'Go on tour': gt 'intro_uni', 'tour_intro'
+	end
+	act 'Don''t worry (loving response)':
+		gs 'npc_relationship', 'set', 'A29', '70'
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
+		'"I know, don''t worry so much <<$npc_nickname[''A29'']>>. You got me here, I will do the rest."'
+		'She gives you a big hug before going to stand over your pile of stuff to keep an eye on it.'
+
+		act 'Go on tour': gt 'intro_uni', 'tour_intro'
+	end
+end
+
+if $ARGS[0] = 'tour_intro':
+	!! Taking a short tour - can be expanded as more buildings are added - sports arena/pool etc
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/uni_day.jpg"></center>'
+	'You rejoin Anya and Diane, who begins to point out the main areas of the University.'
+	'"Right now you''re in the main courtyard. Most places can be found starting here. You already know where the dorms are, and I imagine you been to the admin building already, where you enrolled. Any paperwork stuff, or trouble you get into will be handled there, it has all the offices."'
+	*nl
+	'She takes you to the front of what must be the largest building on campus. "Most of your starting classes will be here, finding your way around inside is pretty easy despite its size, there are signs everywhere in there."'
+	*nl
+	'She takes you up to another large building, and says "This is the library. Most students without a computer come here to study. You can find me inside a lot, I''m studying to be a teacher and I would be happy to help if you need it."'
+	*nl
+	'"Well that''s the basic tour, the rest you will find as you go."'
+
+	act 'End the tour': gt 'intro_uni', 'tour_end'
+end
+
+if $ARGS[0] = 'tour_end':
+	!! End tour
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big253.jpg"></center>'
+	'The three of you walk back to the dorms, with you taking in the sights while Anya and Diane chat about Rex and the old days.'
+	'Once you get there, Diane reminds you to look for her in the library if you need anything before hugging Anya goodbye and heading back into the crowd of new students.'
+	'Not seeing your <<$npc_nickname[''A29'']>> or your pile of stuff, you head up to your room on the tenth floor.'
+
+	act 'Say goodbye to your family': gt 'intro_uni', 'family_goodbye'
+end
+
+if $ARGS[0] = 'family_goodbye':
+	!! Say goodbye to your family
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_room/room.jpg"></center>'
+	'Inside you find your stuff piled on your bed and your <<$npc_nickname[''A29'']>> putting the last of your clothes into the wardrobe. You don''t see Vika, she must have left to give privacy or to avoid meeting them.'
+	'Anya gives a big hug, congratulates you on starting university, and then steps back to give the rest of your family room to do the same. Your brother gives you an awkward hug and whispers to text him what it''s like before stepping back too.'
+	'Vladimir comes over and hugs you too, tells you how proud he is to be your stepfather and to call if you need anything.'
+	if npc_rel['A29'] >= 60:
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over, tears in her eyes. Wrapping you in a big hug, she tells you how glad she is you decided to attend university and reminds you again to stay away from boys, before joining the rest of the family by the door.'
+	elseif npc_rel['A29'] <= 30:
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over and gives you an awkward hug, saying she is sorry for fighting with you on your big day, before joining the rest of the family by the door.'
+	else
+		'Your <<$npc_nickname[''A29'']>> finishes what she is doing and comes over and gives you a hug, telling how happy she is that you enrolled, before joining the rest of the family by the door.'
+	end
+	*nl
+	'They all wave and head out, leaving you alone in the room. You spend some time putting the rest of your stuff away or stashing under your bed for later, before deciding to explore.'
+
+	act 'Head outside': gt 'intro_uni', 'welcome_intro'
+end
+
+if $ARGS[0] = 'welcome_intro':
+	!! Welcome to Girl Life speech
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/system/1_openings/6_uni/uni_start.jpg"></center>'
+	'Welcome to Girl Life. Guide <<$pcs_nickname>> through the many challenges of University life. Manage schoolwork, a job, and relationships with the people you meet on your journey.'
+
+	act 'Start the game': gt 'uni_grounds', 'main'
+end
+
+
+--- intro_uni ---------------------------------
+

+ 13 - 0
locations/intro_uni_m.qsrc

@@ -0,0 +1,13 @@
+# intro_uni_m
+
+music_loop = 0
+CLOSE ALL
+gs 'themes', 'indoors'
+$start_type = 'uni_m'
+
+'Not yet available!!'
+
+act 'Return': gt 'begin', 'start'
+
+--- intro_uni_m ---------------------------------
+

+ 13 - 0
locations/intro_uni_tg.qsrc

@@ -0,0 +1,13 @@
+# intro_uni_tg
+
+music_loop = 0
+CLOSE ALL
+gs 'themes', 'indoors'
+$start_type = 'uni_tg'
+
+'Not yet available!!'
+
+act 'Return': gt 'begin', 'start'
+
+--- intro_uni_tg ---------------------------------
+

+ 1 - 1
locations/katja_lake.qsrc

@@ -2,7 +2,7 @@
 !!2022/28/01
 !!This file include the activities that Katja and the player character can do when hanging out at the pavlovsk lake.
 
-if ARGS[0] = 'start':
+if $ARGS[0] = 'start':
 	*clr & cla
 	$loc = 'katja_lake'
 	$loc_arg = 'start'

+ 0 - 2
locations/music_actions.qsrc

@@ -19,8 +19,6 @@ if ARGS[0] = 'start':
         end
         if $ARGS[0] = 'sitr':
 			gt 'sitr'
-        elseif ARGS[0] = 'dachain':
-			gt 'dachain'
         else
 			gt ARGS[0], 'start'
 		end

+ 2 - 2
locations/music_bedroompractice.qsrc

@@ -34,7 +34,7 @@ if $ARGS[0] = 'guitar':
 	if $loc = 'sitr':
 		act 'Finish practice': gt $loc
 	else
-		act 'Finish practice': gt $loc, 'start'
+		act 'Finish practice': gt $loc, $loc_arg
 	end
 end
 
@@ -68,7 +68,7 @@ if $ARGS[0] = 'rehearsing':
 	ml_performance['set_quality'] += rand(1,(pcs_instrmusic + pcs_vokal + pcs_perform)/10)
 	ml_performance['set_lastpracticeday'] = daystart 
 		
-	act 'Finish practice': gt $loc, 'start'
+	act 'Finish practice': gt $loc, $loc_arg
 end
 
 

+ 2 - 0
locations/npcstatic2.qsrc

@@ -86,7 +86,9 @@ npc_dick['A<<npctemp>>'] = 17
 npctemp = 57
 $npc_dna['A<<npctemp>>'] = '1173276062 1427985989 1736266892 1028816280 1824359669 1132882533 1134471109'
 $npc_firstname['A<<npctemp>>'] = 'Rex'
+$npc_lastname['A<<npctemp>>'] = 'Borisyuk'
 $npc_usedname['A<<npctemp>>'] = 'Rex'
+$npc_notes['A<<npctemp>>'] = 'A good friend of your older sister, he throws parties almost every weekend.'
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'friends'

+ 16 - 0
locations/npcstatic5.qsrc

@@ -818,6 +818,22 @@ npc_sexskill['A<<npctemp>>'] = 2
 npc_spermpot['A<<npctemp>>'] = 11000
 npc_haircol['A<<npctemp>>'] = 1
 
+npctemp = 253
+$npc_dna['A<<npctemp>>'] = '0'
+$npc_firstname['A<<npctemp>>'] = 'Diane'
+$npc_nickname['A<<npctemp>>'] = 'Diane'
+$npc_lastname['A<<npctemp>>'] = 'Borisyuk'
+$npc_usedname['A<<npctemp>>'] = 'Diane'
+$npc_notes['A<<npctemp>>'] = 'Diane is Rex''s older sister. She is going to University to be a teacher. She is the studious type and can often be found in the university library, despite a more wild past than one would think when meeting her.'
+npc_dob['A<<npctemp>>'] = 19961031
+npc_gender['A<<npctemp>>'] = 1
+gs 'npcstaticdefaults', 'defaults'
+npc_bust['A<<npctemp>>'] = 20
+hotcat_rating['A<<npctemp>>'] = 8
+npc_intel['A<<npctemp>>'] = 82
+!!$npc_body['A<<npctemp>>'] = 's3' - not a clue what this is for
+!!hair = undecided length and brown
+!!pubic hair = undecided
 
 !! {Keep this at the end of file of the npcstatics.}
 aarraynumber = npctemp

+ 8 - 6
locations/pav_beach_chat.qsrc

@@ -27,7 +27,7 @@ if $ARGS[0] = 'beach_hangout':
 
 		i = 1
 		:beachjock_loop
-			if npc_grupTipe['A<<i>>'] = 2:
+			if npc_grupTipe['A<<i>>'] = 2 and i ! 141:
 				if i2 = 0: '<tr>'
 				i2 += 1
 				'<td width =12.5%><table bgcolor=#FFF8DC><tr><td align=center><a href="exec: i = <<i>> & gt ''pav_beach_chat'', ''jocks_list''"><img  height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"></a></td></tr><tr><td align=center><<$npc_firstname[''A<<i>>'']>></td></tr></table></td>'
@@ -263,6 +263,7 @@ if $ARGS[0] = 'albina':
 	minut += 20
 	gs 'npc_relationship', 'modify', 'A23', 'like'
 	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/beach_chat.jpg"></center>'
 	if AlbinaQW['Friends'] = 1:
 		AlbinaQW['Friends'] = 2
 		gs 'npc_relationship', 'set', 'A23', 100
@@ -300,6 +301,7 @@ if $ARGS[0] = 'albina':
 			'"I just wanted to talk is all," you reply and she sighs and begrudgingly starts chatting with you. She spends a lot of the conversation with her arms crossed and makes no effort to hide her boredom. It''s obvious that she''s just tolerating your presence and humouring you with a conversation she doesn''t actually care about.'
 		end
 	end
+	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
 if $ARGS[0] = 'lina':
@@ -420,7 +422,6 @@ if $ARGS[0] = 'dimka':
 	gs 'npc_relationship', 'modify', 'A1', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/beach_chat.jpg"></center>'
-	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 	if grupTipe = 1:
 		if npc_rel['A1'] >= 50:
 			'"Just the person I was hoping to see!" he smiles. "Take a look at this." He pulls out his phone and shows you some photos from his latest trip to Moscow. "You would''ve loved it out there. It really made me realize we''re wasting away out here in a place like this." You then chat about the other places he has visited.'
@@ -465,6 +466,7 @@ if $ARGS[0] = 'dimka':
 			'He looks around like this is a common burden. "Of course you did, everyone does. Now that I''ve made your day you can go do... whatever it is you people do." You try talking to him, but he acts like he is barely tolerating you, like a Tsar might a peasant in his court.'
 		end
 	end
+	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
 if $ARGS[0] = 'igor':
@@ -475,7 +477,6 @@ if $ARGS[0] = 'igor':
 	gs 'npc_relationship', 'modify', 'A4', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/igor/beach_chat.jpg"></center>'
-	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 	if IgorLoverQW > 0:
 		'When Igor sees you, his face lights up and he smiles warmly. "I was hoping I''d see you. I, uh, kind of missed you..." he says shyly and it makes you giggle. While you talk with each other, his warm hand finds yours.'
 		act 'Just chat with him':
@@ -532,6 +533,7 @@ if $ARGS[0] = 'igor':
 			'He swallows and looks a little afraid. "No... no of course not." You talk for a few minutes, but you can tell he is afraid of you, like he is expecting you to bully him in some manner. He looks relived upon seeing Dimka and rushes over to him. "Uh, I''ve got to go. See you later."'
 		end
 	end
+	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
 if $ARGS[0] = 'katja':
@@ -542,7 +544,6 @@ if $ARGS[0] = 'katja':
 	gs 'npc_relationship', 'modify', 'A14', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/beach_chat.jpg"></center>'
-	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 	if katjaQW['drunk_help'] = 1:
 		act 'Thank her for taking you home':
 			*clr & cla
@@ -592,6 +593,7 @@ if $ARGS[0] = 'katja':
 			'With Katja being a quiet girl, she doesn''t do much talking and often avoids eye contact with you. You get the feeling she''d open up more if you were closer, but for now you''ll have to settle with this.'
 		end
 	end
+	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
 if $ARGS[0] = 'bella':
@@ -748,7 +750,6 @@ if $ARGS[0] = 'andrey':
 	gs 'npc_relationship', 'modify', 'A147', 'like'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/andrey/beach_chat.jpg"></center>'
-	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 	if grupTipe = 1:
 		if npc_rel['A147'] >= 50:
 			'"Do you think Stasya will ever get over this whole... jealousy thing she has for Marcus?" Andrey confides in you with a look of exhaustion.'
@@ -802,6 +803,7 @@ if $ARGS[0] = 'andrey':
 			'He gives you a slightly confused look as to why you''re talking to him. "Why are you talking to me? We''re not friends, so go bother someone else." He proceeds to ignore you and you can feel everyone else staring at you.'
 		end
 	end
+	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
 if $ARGS[0] = 'mefodiy':
@@ -912,7 +914,7 @@ if $ARGS[0] = 'stasya':
 	act 'Talk to someone else': gt 'pav_beach_chat', 'beach_hangout'
 end
 
-if $ARGS[0] = 'irina':
+if $ARGS[0] = 'inna':
 	*clr & cla
 	menu_off = 1
 	minut += 20

+ 34 - 34
locations/HotelHole.qsrc → locations/pav_hotel.qsrc

@@ -1,9 +1,9 @@
-# HotelHole
+# pav_hotel
 
 CLOSE ALL
 $loc_arg = $ARGS[0]
 $loc = $CURLOC
-$menu_loc = 'HotelHole'
+$menu_loc = 'pav_hotel'
 $menu_arg = ''
 menu_off = 0
 $location_type = 'public_indoors'
@@ -26,7 +26,7 @@ if hour = 0 and hotresepQW_day ! daystart and (hotresepQW < 3 or (hotresepQW = 3
 			act 'Wait until they are finished': 
 				hotresepQW_day = daystart
 				minut += rand(1, 60-minut)
-				gt 'HotelHole'
+				gt 'pav_hotel'
 			end
 		elseif resepseen = 0:
 			'This is strange, you think to yourself. The lobby is supposed to be open 24/7.'
@@ -124,15 +124,15 @@ else
 	'<center><H4>Pavlovsk hotel</H4></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.hole.jpg"></center>'
 	if pavHotelMaid = 0:
-		'As you enter the Pavlovsk hotel you''re always surprised by how fancy it looks on the inside, given the shabby exterior. You can approach the <a href="exec:minut += 1 & gt ''hotel_resep''">reception desk</a> of the hotel where a cute brunette is currently manning the desk, she gives you a friendly nod when you get into her sight range.'
+		'As you enter the Pavlovsk hotel you''re always surprised by how fancy it looks on the inside, given the shabby exterior. You can approach the <a href="exec:minut += 1 & gt ''pav_hotelReception''">reception desk</a> of the hotel where a cute brunette is currently manning the desk, she gives you a friendly nod when you get into her sight range.'
 	else
-		'As you enter the Pavlovsk hotel you''re always surprised by how fancy it looks on the inside, given the shabby exterior. You can approach the <a href="exec:minut += 1 & gt ''hotel_resep''">reception desk</a> of the hotel where <<$receptionName>> is currently manning the desk, she gives you a friendly nod when you get into her sight range.'
+		'As you enter the Pavlovsk hotel you''re always surprised by how fancy it looks on the inside, given the shabby exterior. You can approach the <a href="exec:minut += 1 & gt ''pav_hotelReception''">reception desk</a> of the hotel where <<$receptionName>> is currently manning the desk, she gives you a friendly nod when you get into her sight range.'
 	end
 end
 
-if hour >= 12 and hour < 20 and proshotelopen = 1: '<a href="exec:gt ''HotelHole'',''Pavlin''">Pavlin</a> is sitting in the lobby looking around for fresh prey.'
+if hour >= 12 and hour < 20 and proshotelopen = 1: '<a href="exec:gt ''pav_hotel'',''Pavlin''">Pavlin</a> is sitting in the lobby looking around for fresh prey.'
 
-if hour >= 12 and hour <= 13 and GermanQW > 0: 'Next to the reception desk, you see a door labeled <a href="exec:minut += 1 & gt ''hoteladmin''">"Administration"</a>. That must be where the hotel manager works. The door is currently open.'
+if hour >= 12 and hour <= 13 and GermanQW > 0: 'Next to the reception desk, you see a door labeled <a href="exec:minut += 1 & gt ''pav_hotelAdmin''">"Administration"</a>. That must be where the hotel manager works. The door is currently open.'
 
 if hotwait = 1: 'You go sit in one of the comfortable chairs in the lobby and watch the guests checking in an out.' & hotwait = 0
 
@@ -159,7 +159,7 @@ if maidqw >= 1 and hour >= 16 and hour < 17:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/maid.cloth'+rand(0,5)+'.jpg"></center>'
 			'You sit down in the locker room and look at the maid uniform. You run your hands over the delicate fabric while you think: "Hmm, it''s a bit skimpy. I bet that''s why the hotel manager thinks this is important, the guests probably love seeing the maids like this!"'
 			'You quickly take off your own clothes, and put the maid uniform on as instructed. After a few quick poses in the mirror you''re convinced: the manager is a pervert! Then again, it does look cute on you. All you have to is clean and prepare rooms for guests... why not look good while you do?'
-			act'Get to work':workmaid += 1 & gt'hotel_work','maid'
+			act'Get to work':workmaid += 1 & gt'pav_hotelWork','maid'
 		end
 	end
 end
@@ -170,30 +170,30 @@ if maidqw >= 1 and hour >= 15 and hour < 16:
 		hour = 16
 		minut = 0
 		gs'stat'
-		gt 'HotelHole'
+		gt 'pav_hotel'
 	end
 end
 
-if maidtime > 0: act'Collect your salary': hotelcollect = 1 & gt'hotel_resep'
+if maidtime > 0: act'Collect your salary': hotelcollect = 1 & gt'pav_hotelReception'
 
-if hotelcouple = 2 and week=4 and hour >=20 and hour <23 and hcday ! daystart: act 'Go visit the couple in room 207': gt 'hotel_work','hotcouple'
+if hotelcouple = 2 and week=4 and hour >=20 and hour <23 and hcday ! daystart: act 'Go visit the couple in room 207': gt 'pav_hotelWork','hotcouple'
 
 if hour = 20 and IgorevnaBDSM >= 5 and IgorevnaBDSM < 9 and week < 3 and AnnaQW['daystart'] ! daystart:
 	act 'Look for Anna':AnnaQW['daystart'] = daystart & gt 'hotel_anna', 'meeting'
 end
 
-if HotelRoom > 0:
+if hotelRoom['pav_hotel'] > 0:
 	act 'Go to your room':
-		if hotelroom = 1:gt'hotelroom','normal'
-		if hotelroom = 2:gt'hotelroom','better'
-		if hotelroom = 3:gt'hotelroom','best'
+		$hotel = 'pav_hotel'
+		if hotelRoom['pav_hotel'] = 1:gt'hotelroom','normal'
+		if hotelRoom['pav_hotel'] = 2:gt'hotelroom','better'
 	end
 end
 
 act 'Kill some time in the hotel lobby':
 	gs 'obj_din', 'wait'
 	hotwait = 1
-	gt 'hotelhole'
+	gt 'pav_hotel'
 end
 
 if $ARGS[0] = 'Pavlin' :
@@ -208,7 +208,7 @@ if $ARGS[0] = 'Pavlin' :
 	if npc_rel['A217']>=40 and npc_rel['A217']<60:'You and <<$npc_nickname[''A217'']>> have a normal relationship.'
 	if npc_rel['A217']>=60 and npc_rel['A217']<80:'You and <<$npc_nickname[''A217'']>> have a good relationship.'
 	if npc_rel['A217']>=80:'You and <<$npc_nickname[''A217'']>> have a great relationship.'
-	act 'Move away':gt'HotelHole','skip_resepevent'
+	act 'Move away':gt'pav_hotel','skip_resepevent'
 	if firstfemalecust = 1:
 		if pavprosnofemales = 1:
 			act 'Start taking female customers':
@@ -216,7 +216,7 @@ if $ARGS[0] = 'Pavlin' :
 				pavprosnofemales = 0
 				'"<<$npc_nickname[''A217'']>> I wanted to talk to you about... I want to start taking on female customers."'
 				'"Sure, I can set those up, they usually pay better anyway."'
-				act 'Finish':gt 'HotelHole','Pavlin'
+				act 'Finish':gt 'pav_hotel','Pavlin'
 			end
 		else
 			gs 'willpower', 'prostitution', 'self', 'hard'
@@ -229,7 +229,7 @@ if $ARGS[0] = 'Pavlin' :
 					pavprosnofemales = 0
 					'"<<$npc_nickname[''A217'']>> I wanted to talk to you about... I want to stop taking on female customers."'
 					'"Fine, if you really don''t want to do it I''ll only get you male customers."'
-					act 'Finish':gt 'HotelHole','Pavlin'
+					act 'Finish':gt 'pav_hotel','Pavlin'
 				end
 			else
 				act 'Stop taking female customers (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -288,7 +288,7 @@ if $ARGS[0] = 'Pavlin' :
 				'"What ? I give you a compliment and you get scared. You don''t have to fear me, I wouldn''t hurt a fly."'
 				'<<$npc_nickname[''A217'']>> had too much to drink and he is only talking nonsense.'
 			end
-			act 'Finish':gt 'HotelHole','Pavlin'
+			act 'Finish':gt 'pav_hotel','Pavlin'
 		end
 	end
 	if pavlevent = 1 and pavldaystart2 ! daystart :
@@ -342,7 +342,7 @@ if $ARGS[0] = 'Pavlin' :
 				pavlevent = 2
 				pavldaystart2 = daystart
 			end
-			act 'Move away':gt'HotelHole','skip_resepevent'
+			act 'Move away':gt'pav_hotel','skip_resepevent'
 		end
 	end
 	if npc_rel['A217'] > 19 and proshotelday ! daystart and storyline = 1 and TwinQW < 0:
@@ -374,7 +374,7 @@ if $ARGS[0] = 'Pavlin' :
 					TwinQW = 1
 					killvar 'tmp_TwinQW_AskedToday'
 				end
-				act 'Back to lobby': gt 'HotelHole'
+				act 'Back to lobby': gt 'pav_hotel'
 			end
 		end
 	end
@@ -394,14 +394,14 @@ if $ARGS[0] = 'Pavlin' :
 				*nl
 				'"No, thanks. I''ll just take a regular customer today"'
 				'"No problem, one regular john, coming right up. You can go ahead to the usual room."'
-				act 'Perform your duty':gt 'hotel_resep', 'pavgenpros'
+				act 'Perform your duty':gt 'pav_hotelReception', 'pavgenpros'
 			end
 			act 'Sure, sounds like fun':
 				cla
 				*nl
 				'"Ok, you can go ahead to room 312. They are expecting you"'
 				'<<$npc_nickname[''A217'']>> gives you the key for the hotel room.'
-				act 'Go to room 312':gt 'HotelHole','clown'
+				act 'Go to room 312':gt 'pav_hotel','clown'
 			end
 		end
 	end
@@ -418,22 +418,22 @@ if $ARGS[0] = 'Pavlin' :
 				'"Of course I know that!" <<$npc_nickname[''A217'']>>''s brows furrow, letting you know he''s getting mad. Butterflies flutter in your stomach, fear trying to match up with the anger.'
 				'His expression softens a little before continuing. "This customer has some pretty weird requests, are you up for it?"'
 
-				act 'Not really, let''s stick with vanilla for now': gt 'HotelHole','Pavlin'
+				act 'Not really, let''s stick with vanilla for now': gt 'pav_hotel','Pavlin'
 				act 'What kind of weird requests?':
 					'"He told me he is really in to pissing pregnant chicks." You cringe at the idea.'
 					'"Fucking degenerates, right? But he''s offering a boatload of cash! Are you really up for it?"'
 				end
-				act '"Of course I am, for the right price..."': gt 'HotelHole','PregBDSM'
+				act '"Of course I am, for the right price..."': gt 'pav_hotel','PregBDSM'
 			elseif knowpreg = 1 and pregchem < 3600:
 				cla
 				'"Actually I am pregnant but unfortunately not really showing yet."'
 				'"That''s great, Once you are showing come to me again and I''ll introduce you."'
-				act 'Ok': gt 'HotelHole','Pavlin'
+				act 'Ok': gt 'pav_hotel','Pavlin'
 			elseif knowpreg = 0:
 				cla
 				'<<$npc_nickname[''A217'']>> looks at your body and you know what he is thinking.'
 				'"Yeah that''s definitly tough, good luck with that." You say before quickly leaving.'
-				act 'Back to lobby': gt 'HotelHole'
+				act 'Back to lobby': gt 'pav_hotel'
 			end
 		end
 	end
@@ -559,7 +559,7 @@ if $ARGS[0] = 'Twins':
 								*nl
 								'Suddenly, you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_nickname[''A217'']>> has arrived.'
 								'Not wanting to keep <<$npc_nickname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
-								act 'Pavlin takes you home':gt 'HotelHole','twinhome'
+								act 'Pavlin takes you home':gt 'pav_hotel','twinhome'
 							end
 						end
 					else
@@ -601,7 +601,7 @@ if $ARGS[0] = 'Twins':
 								'Anya tries to protest but it''s too late; the dick enters her mouth before any words leave it. She resigns herself to the task and uses her tongue to thoroughly clean the cock, whimpering in disapproval. You can''t help but snicker at the idea of her being forced to taste your ass on this stranger''s rod. Anya shoots you an angry look from the side.'
 								'Suddenly you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_nickname[''A217'']>> has arrived.'
 								'Not wanting to keep <<$npc_nickname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
-								act 'Pavlin drives you home': gt 'HotelHole','twinhome'
+								act 'Pavlin drives you home': gt 'pav_hotel','twinhome'
 							end
 						end
 						gs 'willpower', 'anal', 'force', 'hard'
@@ -641,7 +641,7 @@ if $ARGS[0] = 'Twins':
 									*nl
 									'Suddenly, you hear someone honking a horn outside. You look at the clock and realize the whole hour has passed and <<$npc_nickname[''A217'']>> has arrived.'
 									'Not wanting to keep <<$npc_nickname[''A217'']>> waiting, you and your sister quickly put on your clothes, say goodbye to <<$boydesc>>, and leave the house.'
-									act 'Pavlin drives you home': gt 'HotelHole','twinhome'
+									act 'Pavlin drives you home': gt 'pav_hotel','twinhome'
 								end
 							end
 						else
@@ -827,7 +827,7 @@ if $ARGS[0] = 'clown':
 							'Ha ha, no problem <<$pcs_firstname>>. Here is your money, enjoy it. '
 							'He hands you 2000 <b>₽</b>.'
 							'You think this experience traumatized you for life and you would never look at another clown the same way again.'
-							act 'Back to the hotel lobby':gt 'HotelHole'
+							act 'Back to the hotel lobby':gt 'pav_hotel'
 						end
 					end
 				end
@@ -974,7 +974,7 @@ if $ARGS[0] = 'PregBDSM' :
 						gs 'fame', 'pav', 'prostitute', rand(2,4)
 						preghumdone = 1
 						npc_rel['A217'] += 20
-						act 'Back to lobby':gt 'HotelHole'
+						act 'Back to lobby':gt 'pav_hotel'
 					end
 				end
 				act 'No, I can''t do this, let me go':
@@ -1098,5 +1098,5 @@ if $ARGS[0] = 'PregBDSM' :
 	end
 end
 
---- HotelHole ---------------------------------
+--- pav_hotel ---------------------------------
 

+ 6 - 6
locations/HotelAdmin.qsrc → locations/pav_hotelAdmin.qsrc

@@ -1,6 +1,6 @@
-# HotelAdmin
+# pav_hotelAdmin
 $loc_arg = $ARGS[0]
-$loc = 'HotelAdmin'
+$loc = 'pav_hotelAdmin'
 $location_type = 'event'
 menu_off = 1
 
@@ -33,7 +33,7 @@ if GotelWork = 0 and germanqw<2:
 			'You nod: "Sounds fair... what''s the other thing?"'
 			'Herman continues: "If you want to work a shift, you need to be here between 16:00 and 17:00. There''s no point in you getting changed for just 20 minutes of work."'
 			'"That also sounds fair." You give him a handshake as you get ready to leave: "Okay. Thank you sir!"'
-			act'Return to the lobby':gt'hotelhole'
+			act'Return to the lobby':gt'pav_hotel'
 		end
 		act'"Sorry, not interested"':
 			cla
@@ -42,12 +42,12 @@ if GotelWork = 0 and germanqw<2:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/goteladmin.jpg"></center>'
 			'You frown: "Sorry for wasting your time, but that''s not something for me."'
 			'Herman gives you a friendly nod. "That''s not a problem. If you ever change your mind, come see me again."'
-			act'Return to the lobby':gt'hotelhole'
+			act'Return to the lobby':gt'pav_hotel'
 		end
 	end
 end
 
-act 'Return to the lobby':gt'HotelHole'
+act 'Return to the lobby':gt'pav_hotel'
 
---- HotelAdmin ---------------------------------
+--- pav_hotelAdmin ---------------------------------
 

+ 102 - 122
locations/hotel_resep.qsrc → locations/pav_hotelReception.qsrc

@@ -1,7 +1,7 @@
-# hotel_resep
+# pav_hotelReception
 if $ARGS[0] = '':
 	*clr & cla
-	$menu_loc = 'hotel_resep'
+	$menu_loc = 'pav_hotelReception'
 	$menu_arg = ''
 	menu_off = 0
 	gs'stat'
@@ -13,7 +13,7 @@ if $ARGS[0] = '':
 		'<<$receptionName>> is manning the reception desk yet again. You wonder if she ever takes a break at all.'
 	end
 
-	act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+	act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 
 	if GermanQW < 1:
 		act 'Ask about the maid job':
@@ -25,7 +25,7 @@ if $ARGS[0] = '':
 			'You approach the reception desk, and ask the girl: "Excuse me... I hear you are often looking for maids? I would like to come work as a maid here."'
 			'She nods understandingly, and takes a quick look at your figure: "We do often need maids, that''s true. I''d hire you in an instant, but unfortunately it''s not up to me. You should go see Herman Leonidovich, the hotel manager. He''s usually in his office between 12:00 and 14:00. I bet he will hire you! Good luck when you go see him!"'
 
-			act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+			act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 		end
 	end
 
@@ -42,9 +42,9 @@ if $ARGS[0] = '':
 				'She hesitates for a second.'
 				'"I could write you a referral. He wouldn''t invite you for a job interview without one. But the boss wouldn''t like me referring his maids to another employer. That''s why I require you to pay me 5.000 <b>₽</b> for my troubles. Just look at it as a small fee. Just tell me if you want the job and have the money."'
 				nichHotelReferral = 1
-				act 'Thank her for the offer and step away from the reception desk':gt'HotelHole','skip_resepevent'
+				act 'Thank her for the offer and step away from the reception desk':gt'pav_hotel','skip_resepevent'
 			else
-				act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+				act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 			end
 		end
 	end
@@ -61,16 +61,16 @@ if $ARGS[0] = '':
 
 			if pavlevent = 1:
 				'You are too scared of <<$npc_nickname[''A217'']>> at the moment to meet him in a private place.'
-				act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+				act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 				exit
 			elseif pcs_makeup <= 1 or pcs_hairbsh < 1 or pcs_sweat > 26:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/resep.girl0,'+rand(0,10)+'.jpg"></center>'
 				'"<<$npc_nickname[''A217'']>> expects you to be clean, made-up and with your hair looking nice. I can''t let you go up looking like this." She says.'
-				act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+				act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 				exit
 			else
 				'You approach <<$receptionName>> and ask for ''The Peacock''.'
-				gt 'hotel_resep', 'pavgenpros'
+				gt 'pav_hotelReception', 'pavgenpros'
 			end
 		end
 	end
@@ -88,7 +88,7 @@ if $ARGS[0] = '':
 				cla & *nl
 				'"Actually I don''t."'
 				'"Too bad. I''m afraid I can''t help you unless you pay me. Just come back as soon as you have the money."'
-				act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
+				act 'Step away from the reception desk':gt'pav_hotel','skip_resepevent'
 			end
 
 			if money >= 5000:
@@ -101,7 +101,7 @@ if $ARGS[0] = '':
 					'"Don''t worry, the signature is legit. The boss signs everything I hand him."'
 					'She also hands you a small card with an address on it.'
 					'"This is the address. You can get there easily from the city center of St. Petersburg. Just go there in the late afternoon and present your referral. You also have to wear a maid uniform. If you don''t own one you can buy one at the G&M-Store. And make sure you look presentable in every way. I heard this man is a perfectionist. Good luck!"'
-					act 'Thank her and step away':gt'HotelHole','skip_resepevent'
+					act 'Thank her and step away':gt'pav_hotel','skip_resepevent'
 				end
 			end
 		end
@@ -117,82 +117,62 @@ if $ARGS[0] = '':
 		else
 			'<<$receptionName>> smiles at you and asks: "Hello <<$pcs_nickname>>! Would you like to rent a room?"'
 		end
-		if hotelroom > 0:
+		if hotelRoom['pav_hotel'] > 0:
 			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/resep.girl0,'+rand(0,10)+'.jpg"></center>'
 			'She looks in the computer: "I see you already have a room here. As it is already booked and paid for the only way to change it to a different room, would be to cancel your existing booking. To do so without notice would forfeit your payment, I would advise against this, but you may do so if you wish."'
-			act'Yes, cancel your booking':hotelroom=0 & gt'HotelHole'
-			act'No':gt'HotelHole'
-		elseif hotelroom = 0:
+			act'Yes, cancel your booking':hotelroom=0 & gt'pav_hotel'
+			act'No':gt'pav_hotel'
+		elseif hotelRoom['pav_hotel'] = 0:
 			act 'Yes':
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/resep.girl0,'+rand(0,10)+'.jpg"></center>'
 				'She smiles at you happily: "Excellent! We have the following rooms available right now:"'
 				'Standard room - 500 <b>₽</b> / night;'
 				'Luxury room - 1500 <b>₽</b> / night;'
-				'and the Royal Suite - 10000 <b>₽</b> / night.'
 				act'Normal room':
 					*clr
 					cla
-					hotelroom1day=input ("For how long would you like to stay?")
-					if hotelroom1day<0:set hotelroom1day=0
-					if hotelroom1day*500>money:msg'You can''t afford to stay in the hotel for that long.'&gt'HotelHole'
-					if hotelroom1day*500<=money and hotelroom1day ! 0:
-						money-=hotelroom1day*500
-						hotelroom=1
-						hotelroom1day = daystart + hotelroom1day
+					hotelRoomDays['pav_hotel']=input ("For how long would you like to stay?")
+					if hotelRoomDays['pav_hotel']<0:set hotelRoomDays['pav_hotel']=0
+					if hotelRoomDays['pav_hotel']*500>money:msg'You can''t afford to stay in the hotel for that long.'&gt'pav_hotel'
+					if hotelRoomDays['pav_hotel']*500<=money and hotelRoomDays['pav_hotel'] ! 0:
+						money-=hotelRoomDays['pav_hotel']*500
+						hotelRoom['pav_hotel']=1
+						hotelRoomDays['pav_hotel'] = daystart + hotelRoomDays['pav_hotel']
 						if pavHotelMaid = 0:
 							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
 						else
 							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you <<$pcs_nickname>>, I hope you enjoy your stay!"'
 						end
-						act'Step away from the reception desk':gt'HotelHole'
+						act'Step away from the reception desk':gt'pav_hotel'
 					end
-					if hotelroom1day = 0:gt'HotelHole'
+					if hotelRoomDays['pav_hotel'] = 0:gt'pav_hotel'
 				end
 
 				act'Luxury room':
 					*clr
 					cla
-					hotelroom1day=input ("For how long would you like to stay?")
-					if hotelroom1day<0:set hotelroom1day=0
-					if hotelroom1day*1500>money:msg'You can''t afford to stay in the hotel for that long.'&gt'HotelHole'
-					if hotelroom1day*1500<=money and hotelroom1day ! 0:
-						money-=hotelroom1day*1500
-						hotelroom=2
-						hotelroom1day = daystart + hotelroom1day
+					hotelRoomDays['pav_hotel']=input ("For how long would you like to stay?")
+					if hotelRoomDays['pav_hotel']<0:set hotelRoomDays['pav_hotel']=0
+					if hotelRoomDays['pav_hotel']*1500>money:msg'You can''t afford to stay in the hotel for that long.'&gt'pav_hotel'
+					if hotelRoomDays['pav_hotel']*1500<=money and hotelRoomDays['pav_hotel'] ! 0:
+						money-=hotelRoomDays['pav_hotel']*1500
+						hotelRoom['pav_hotel']=2
+						hotelRoomDays['pav_hotel'] = daystart + hotelRoomDays['pav_hotel']
 						if pavHotelMaid = 0:
 							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
 						else
 							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you <<$pcs_nickname>>, I hope you enjoy your stay!"'
 						end
-						act'Step away from the reception desk':gt'HotelHole'
+						act'Step away from the reception desk':gt'pav_hotel'
 					end
-					if hotelroom1day = 0:gt'HotelHole'
+					if hotelRoomDays['pav_hotel'] = 0:gt'pav_hotel'
 				end
 
-				act'Royal suite':
-					*clr
-					cla
-					hotelroom1day=input ("For how long would you like to stay?")
-					if hotelroom1day<0:set hotelroom1day=0
-					if hotelroom1day*10000>money:msg'You can''t afford to stay in the hotel for that long.'&gt'HotelHole'
-					if hotelroom1day*10000<=money and hotelroom1day ! 0:
-						money-=hotelroom1day*10000
-						hotelroom=3
-						hotelroom1day = daystart + hotelroom1day
-						if pavHotelMaid = 0:
-							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you miss, I hope you enjoy your stay!"'
-						else
-							'You count the money and give it to her. She gives you the key to your room in return. She says happily: "Thank you <<$pcs_nickname>>, I hope you enjoy your stay!"'
-						end
-						act'Step away from the reception desk':gt'HotelHole'
-					end
-					if hotelroom1day = 0:gt'HotelHole'
-				end
-				act 'Step away from the reception desk':gt'HotelHole'
+				act 'Step away from the reception desk':gt'pav_hotel'
 			end
-			act'No, thank you':gt'HotelHole'
+			act'No, thank you':gt'pav_hotel'
 		end
 	end
 end
@@ -206,18 +186,18 @@ if $ARGS[0] = 'pavlbar':
 	'You go to the bar and see <<$npc_nickname[''A217'']>> sitting in a boot in the corner of the bar.'
 	if pavprosmmf = 1:
 		'"They sure left with a big smile on their faces. Good job <<$pcs_nickname>>." He tells you as he hands you 1200 <b>₽</b>.'
-		act 'Continue': gt 'hotel_resep', 'pavlbarcont'
+		act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 	elseif pavprosff = 1:
 		if pavproslate = 1:
 			'"You''re late." He tells you as he looks at his watch.'
 			'"I-I just needed to clean up." You stammer, trying to placate him.'
 			'He looks you over, noticing your messy hair and your lack of makeup.'
 			'"Don''t make a habit out of being late." He tells you as he hands you 900 <b>₽</b>."'
-			act 'Continue': gt 'hotel_resep', 'pavlbarcont'
+			act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 		else
 			'He looks you over, noticing your messy hair and your smeared makeup.'
 			'"You look like someone used your face to have a lot of fun." He tells you with a smirk as he hands you 900 <b>₽</b>."'
-			act 'Continue': gt 'hotel_resep', 'pavlbarcont'
+			act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 		end
 	elseif custangry = 1 and custleft = 0:
 		act 'Go to <<$npc_nickname[''A217'']>>':
@@ -229,7 +209,7 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and leans over you. He looks furious. "That was an important customer. He came here to complain about your behaviour. You had better learn to please your customers or there''s going to be hell to pay." He hisses at you.'
 				'Not wanting to suffer through another manhandling, you hang your head meekly and stammer: "I-I''m sorry <<$npc_nickname[''A217'']>>. I-I didn''t know..."'
 				'"You can forget about getting paid for this. Now get out of my sight."'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			else
 				'As you approach him he looks none too pleased. You sit down next to him gingerly.'
 				'"Explain yourself." He says sternly, noticing your wince as you sit down. His hands are clenched into fists on the table.'
@@ -237,9 +217,9 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and marches out the door. He looks furious. Unsure what to do you remain seated and wait for him to return.'
 				'"He''s nowhere to be seen." He says angrily as he returns to the table. "That bastard didn''t pay to fuck your ass. If he shows his face again I''ll deal with him."'
 				'"Here''s your money. Next time you come to me if things get out of hand."'
-				gs 'hotel_resep', 'getpaidpros'
+				gs 'pav_hotelReception', 'getpaidpros'
 				gs 'stat'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			end
 		end
 	elseif custangry = 1 and custleft = 1:
@@ -252,7 +232,7 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and leans over you. He looks furious. "That was an important customer. He came here to demand his money back. You had better learn to please your customers or there''s going to be hell to pay." He hisses at you.'
 				'Not wanting to suffer through another manhandling, you hang your head meekly and stammer: "I-I''m sorry <<$npc_nickname[''A217'']>>. I-I didn''t know..."'
 				'"You can forget about getting paid for this. Now get out of my sight."'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			else
 				'As you approach him he looks none too pleased. You sit down next to him gingerly.'
 				'"Explain yourself." He says sternly, noticing your wince as you sit down. His hands are clenched into fists on the table.'
@@ -260,9 +240,9 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and marches out the door. He looks furious. Unsure what to do you remain seated and wait for him to return.'
 				'"He''s nowhere to be seen." He says angrily as he returns to the table. "That bastard even tried to get his money back. If he shows his face again I''ll deal with him."'
 				'"Here''s your money. Next time you come to me if things get out of hand."'
-				gs 'hotel_resep', 'getpaidpros'
+				gs 'pav_hotelReception', 'getpaidpros'
 				gs 'stat'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			end
 		end
 	elseif custangry = 0 and custleft = 1:
@@ -275,7 +255,7 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and leans over you. He looks furious. "That was an important customer. He came here to demand his money back. You had better learn to please your customers or there''s going to be hell to pay." He hisses at you.'
 				'Not wanting to suffer through another manhandling, you hang your head meekly and stammer: "I-I''m sorry <<$npc_nickname[''A217'']>>. I-I didn''t know..."'
 				'"You can forget about getting paid for this. Now get out of my sight."'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			else
 				'As you approach him he looks none too pleased. You sit down next to him gingerly.'
 				'"Explain yourself." He says sternly, noticing your wince as you sit down. His hands are clenched into fists on the table.'
@@ -283,14 +263,14 @@ if $ARGS[0] = 'pavlbar':
 				'<<$npc_nickname[''A217'']>> stands up and marches out the door. He looks furious. Unsure what to do you remain seated and wait for him to return.'
 				'"He''s nowhere to be seen." He says angrily as he returns to the table. "That bastard even tried to get his money back. If he shows his face again I''ll deal with him."'
 				'"Here''s your money. Next time you come to me if things get out of hand."'
-				gs 'hotel_resep', 'getpaidpros'
+				gs 'pav_hotelReception', 'getpaidpros'
 				gs 'stat'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			end
 		end
 	else
 		'He hands you 750 <b>₽</b>.'
-		act 'Continue': gt 'hotel_resep', 'pavlbarcont'
+		act 'Continue': gt 'pav_hotelReception', 'pavlbarcont'
 	end
 end
 
@@ -298,17 +278,17 @@ if $ARGS[0] = 'pavlbarcont':
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
 	if npc_rel['A217'] = -1:
-		gs 'hotel_resep', 'getpaidpros'
+		gs 'pav_hotelReception', 'getpaidpros'
 		gs 'stat'
 		'You refuse to even take a look at him. You swipe the money from his hand and walk away.'
-		act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+		act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 		exit
 	end
 	if npc_rel['A217'] = 15:
 		minut += 10
 		PavlinQW = 8
 		npc_rel['A217'] = 20
-		gs 'hotel_resep', 'getpaidpros'
+		gs 'pav_hotelReception', 'getpaidpros'
 		gs 'stat'
 		'You tell <<$npc_nickname[''A217'']>> that you were basically assraped by the client.'
 		'"What the fuck, he did not pay for that!!!"'
@@ -321,12 +301,12 @@ if $ARGS[0] = 'pavlbarcont':
 		'"But I..." You wanted to explain that you did not offer anything but were forced into it.'
 		'"If I had known you were in to the more kinky stuff I would have charged more for you."'
 		'"Today I obviously can''t pay you extra but if you want to earn an extra buck in the future, let me know and I will arrange some of my more kinky clients for you."'
-		act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+		act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 		exit
 	end
 
 	if npc_rel['A217'] > 6:
-		gs 'hotel_resep', 'getpaidpros'
+		gs 'pav_hotelReception', 'getpaidpros'
 		gs 'stat'
 		'"This was not what we agreed to." You say. "I need more..."'
 		'"Sure, you can have more, but you need to do some extra work for that."'
@@ -343,7 +323,7 @@ if $ARGS[0] = 'pavlbarcont':
 				'"This is really the last time you screwed me over." You say.'
 				'<<$npc_nickname[''A217'']>> is not really worried. He is confident you''ll be back.'
 				'He leans back in his chair and checks out your ass while you are leaving.'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			end
 		else
 			act 'Be content with what you have (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -372,7 +352,7 @@ if $ARGS[0] = 'pavlbarcont':
 			gs 'arousal', 'end'
 			gs 'stat'
 			if npc_rel['A217'] <= 15 or npc_rel['A217'] > 19:npc_rel['A217'] += 1
-			act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+			act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 		end
 	end
 
@@ -380,9 +360,9 @@ if $ARGS[0] = 'pavlbarcont':
 		'You are sure the money he received from the customer was more than double this amount but you don''t feel like arguing.'
 		'You thank him and go back to the hotel lobby'
 		npc_rel['A217'] += 1
-		gs 'hotel_resep', 'getpaidpros'
+		gs 'pav_hotelReception', 'getpaidpros'
 		gs 'stat'
-		act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+		act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 		exit
 	end
 
@@ -401,11 +381,11 @@ if $ARGS[0] = 'pavlbarcont':
 				PavlinQW = 2
 				gs 'willpower', 'misc', 'resist'
 				gs 'willpower', 'pay', 'resist'
-				gs 'hotel_resep', 'getpaidpros'
+				gs 'pav_hotelReception', 'getpaidpros'
 				gs 'stat'
 				'<br>"Actually, I have no time for this today, I have a doctor''s appointment in a few minutes. Next time I will expect that bonus."'
 				'"Sure <<$pcs_firstname>>, no problem."'
-				act'Go back to the hotel lobby':gt'HotelHole','skip_resepevent'
+				act'Go back to the hotel lobby':gt'pav_hotel','skip_resepevent'
 			end
 		else
 			act 'Take no chances, accept the amount for today (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -511,7 +491,7 @@ if $ARGS[0] = 'pavgenpros':
 			'"I just informed the customers, they will be here shortly."'
 			'"Wait, customers?" You start.'
 			'"It''s two guys. They want to fuck you together and are paying extra for the privilege. I expect you to see to all of their needs. I''ll let them settle the details with you."'
-			act 'Perform your duty': gt 'hotel_resep', 'clientselect'
+			act 'Perform your duty': gt 'pav_hotelReception', 'clientselect'
 		elseif custrand = 1:
 			cla
 			'"I just informed the customer, she''ll be here shortly."'
@@ -532,7 +512,7 @@ if $ARGS[0] = 'pavgenpros':
 						'He looks at you angrily and sighs. "Damn it <<$pcs_nickname>>, I don''t appreciate you fucking up my schedule. Fine. There''s a guy coming over to the room next door. I''ll get my girl in there to switch with you. Come with me.'
 						'He enters the room and leaves you in the hallway to talk with the other girl. After a minute a cute girl about your own age comes out of the door and tells you: "He''s waiting for you inside." Before leaving into the room you just exited.'
 						'"You''re lucky the guy wasn''t here yet. He should arrive any second."'
-						act 'Perform your duty': gt 'hotel_resep', 'clientselect'
+						act 'Perform your duty': gt 'pav_hotelReception', 'clientselect'
 					end
 				else
 					act 'I don''t do female customers (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -540,14 +520,14 @@ if $ARGS[0] = 'pavgenpros':
 				act 'Agree to serve a female client':
 					cla
 					'"N-Nothing..." You stammer. "There''s no problem."'
-					act 'Perform your duty': gt 'hotel_resep', 'clientselect'
+					act 'Perform your duty': gt 'pav_hotelReception', 'clientselect'
 				end
 			else
-				act 'Perform your duty': gt 'hotel_resep', 'clientselect'
+				act 'Perform your duty': gt 'pav_hotelReception', 'clientselect'
 			end
 		else
 			'"I just informed the customer, he''ll be here shortly."'
-			act 'Perform your duty': gt 'hotel_resep', 'clientselect'
+			act 'Perform your duty': gt 'pav_hotelReception', 'clientselect'
 		end
 	end
 end
@@ -557,15 +537,15 @@ if $ARGS[0] = 'clientselect':
 	if custrand = 0:
 		'Indeed not one minute later there''s a knock on the door, <<$npc_nickname[''A217'']>> opens it and has a short conversation with the customers. He gets handed a wad of cash before he allows them in the room.'
 		'"I''ll be waiting in the hotel bar, meet me there when you are done girl." <<$npc_nickname[''A217'']>> says as he leaves the room.'
-		act 'Perform your duty': gt 'hotel_resep', 'pavgenprosmmf'
+		act 'Perform your duty': gt 'pav_hotelReception', 'pavgenprosmmf'
 	elseif custrand = 1:
 		'Indeed not one minute later there''s a knock on the door, <<$npc_nickname[''A217'']>> opens it and has a short conversation with the customer. He gets handed a wad of cash before he allows her in the room.'
 		'"I''ll be waiting in the hotel bar, meet me there when you are done girl." <<$npc_nickname[''A217'']>> says as he leaves the room.'
-		act 'Perform your duty': gt 'hotel_resep', 'pavgenprosff'
+		act 'Perform your duty': gt 'pav_hotelReception', 'pavgenprosff'
 	else
 		'Indeed not one minute later there''s a knock on the door, <<$npc_nickname[''A217'']>> opens it and has a short conversation with the customer. He gets handed a wad of cash before he allows him in the room.'
 		'"I''ll be waiting in the hotel bar, meet me there when you are done girl." <<$npc_nickname[''A217'']>> says as he leaves the room.'
-		act 'Perform your duty': gt 'hotel_resep', 'pavgenprosmf'
+		act 'Perform your duty': gt 'pav_hotelReception', 'pavgenprosmf'
 	end
 end
 
@@ -595,7 +575,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			prezik -= 1
 			'<<$boydesc>> holds your head and pulls his dick out of your mouth saying: "Put one of those condoms on me, it''s time to test that pussy of yours."'
 			gs 'dinsex', 'pc_puts_condom'
-			act 'Continue': gt 'hotel_resep', 'vaginalmf'
+			act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 		else
 			'<<$boydesc>> holds your head and pulls his dick out of your mouth saying: "Put a condom on me, it''s time to test that pussy of yours."'
 			'"I don''t have any." You tell him.'
@@ -609,7 +589,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'pay', 'force'
 					gs 'stat'
 					gs 'dinSex', 'std_trigger'
-					act 'Continue': gt 'hotel_resep', 'vaginalmf'
+					act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 				end
 			else
 				act 'It feels a lot better without a condom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -618,7 +598,7 @@ if $ARGS[0] = 'pavgenprosmf':
 				cla
 				'"The safer the better it feels. You''re lucky I brought some." He tells you as he grabs a condom from his pocket.'
 				gs 'dinsex', 'boy_puts_his_condom'
-				act 'Continue': gt 'hotel_resep', 'vaginalmf'
+				act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 			end
 		end
 	elseif customerrand < 7:
@@ -626,7 +606,7 @@ if $ARGS[0] = 'pavgenprosmf':
 			prezik -= 1
 			'You move his dick out of your mouth and tell him to put on a condom and fuck you.'
 			gs 'dinsex', 'boy_puts_condom'
-			act 'Continue': gt 'hotel_resep', 'vaginalmf'
+			act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
 			'"What about a condom?" He asks you.'
@@ -640,7 +620,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'pay', 'force'
 					gs 'stat'
 					gs 'dinSex', 'std_trigger'
-					act 'Continue': gt 'hotel_resep', 'vaginalmf'
+					act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 				end
 			else
 				act 'It feels a lot better without a condom (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -649,7 +629,7 @@ if $ARGS[0] = 'pavgenprosmf':
 				cla
 				'"Well, I don''t fuck without one, good thing I brought some." He tells you as he grabs a condom from his pocket.'
 				gs 'dinsex', 'boy_puts_his_condom'
-				act 'Continue': gt 'hotel_resep', 'vaginalmf'
+				act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 			end
 		end
 	elseif customerrand < 8:
@@ -663,7 +643,7 @@ if $ARGS[0] = 'pavgenprosmf':
 				money += 300
 				gs 'stat'
 				gs 'dinSex', 'std_trigger'
-				act 'Continue': gt 'hotel_resep', 'vaginalmf'
+				act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 			end
 			gs 'willpower', 'foreplay', 'resist'
 			if will_cost <= pcs_willpwr:
@@ -675,7 +655,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'pay', 'resist'
 					gs 'stat'
 					gs 'dinsex', 'boy_puts_condom'
-					act 'Continue': gt 'hotel_resep', 'vaginalmf'
+					act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 				end
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -683,7 +663,7 @@ if $ARGS[0] = 'pavgenprosmf':
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
 			gs 'dinSex', 'std_trigger'
-			act 'Continue': gt 'hotel_resep', 'vaginalmf'
+			act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 		end
 	elseif customerrand < 9:
 		if prezik > 0:
@@ -694,7 +674,7 @@ if $ARGS[0] = 'pavgenprosmf':
 				'"Uhm. Ok then." You say, not quite sure how you should deal with this.'
 				'"There, now let''s try that pussy of yours.'
 				gs 'dinSex', 'std_trigger'
-				act 'Continue': gt 'hotel_resep', 'vaginalmf'
+				act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 			end
 			gs 'willpower', 'prostitution', 'self'
 			if will_cost <= pcs_willpwr:
@@ -707,7 +687,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'pay', 'self'
 					gs 'stat'
 					gs 'dinSex', 'std_trigger'
-					act 'Continue': gt 'hotel_resep', 'vaginalmf'
+					act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 				end
 			else
 				act 'Ask for more money (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -722,7 +702,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'pay', 'resist'
 					gs 'stat'
 					gs 'dinsex', 'boy_puts_condom'
-					act 'Continue': gt 'hotel_resep', 'vaginalmf'
+					act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 				end
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -730,7 +710,7 @@ if $ARGS[0] = 'pavgenprosmf':
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
 			gs 'dinSex', 'std_trigger'
-			act 'Continue': gt 'hotel_resep', 'vaginalmf'
+			act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 		end
 	else
 		if prezik > 0:
@@ -742,7 +722,7 @@ if $ARGS[0] = 'pavgenprosmf':
 				'"Uhm. Ok then." You say, not quite sure how you should deal with this.'
 				'"That''s better, now let''s try that pussy of yours.'
 				gs 'dinSex', 'std_trigger'
-				act 'Continue': gt 'hotel_resep', 'vaginalmf'
+				act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 			end
 			gs 'willpower', 'prostitution', 'self'
 			if will_cost <= pcs_willpwr:
@@ -768,12 +748,12 @@ if $ARGS[0] = 'pavgenprosmf':
 								'He just sits there with a stunned expression on his face. After a moment he starts getting dressed again.'
 								'"Fucking crazy whore." Is the last thing you hear before he slams the door on his way out.'
 								custleft = 1
-								act'Go to the bar':gt 'hotel_resep','pavlbar'
+								act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 							else
 								'You try to shove him away from you but you may as well have tried to push against a brick wall.'
 								'"You''re going to regret that." He says as he shoves you on the bed roughly.'
 								gs 'dinSex', 'std_trigger'
-								act 'Continue': gt 'hotel_resep', 'vaginalmf'
+								act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 							end
 						end
 					else
@@ -784,7 +764,7 @@ if $ARGS[0] = 'pavgenprosmf':
 						'"N-No... I-I''ll be good." You whimper.'
 						'"That''s more like it, whore." He tells you coldly as he shoves you on the bed.'
 						gs 'dinSex', 'std_trigger'
-						act 'Continue': gt 'hotel_resep', 'vaginalmf'
+						act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 					end
 				end
 			else
@@ -805,7 +785,7 @@ if $ARGS[0] = 'pavgenprosmf':
 					gs 'willpower', 'foreplay', 'resist'
 					gs 'willpower', 'pay', 'resist'
 					gs 'stat'
-					act'Go to the bar':gt 'hotel_resep','pavlbar'
+					act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 				end
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -813,7 +793,7 @@ if $ARGS[0] = 'pavgenprosmf':
 		else
 			'You move his dick out of your mouth and tell him to fuck you.'
 			gs 'dinSex', 'std_trigger'
-			act 'Continue': gt 'hotel_resep', 'vaginalmf'
+			act 'Continue': gt 'pav_hotelReception', 'vaginalmf'
 		end
 	end
 end
@@ -847,7 +827,7 @@ if $ARGS[0] = 'vaginalmf':
 				succubxp += 6
 			end
 			gs 'stat'
-			act'Go to the bar':gt 'hotel_resep','pavlbar'
+			act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 		end
 	elseif custangry = 1:
 		act 'Continue':
@@ -869,7 +849,7 @@ if $ARGS[0] = 'vaginalmf':
 				succubxp += 6
 			end
 			gs 'stat'
-			act'Go to the bar':gt 'hotel_resep','pavlbar'
+			act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 		end
 	elseif rand(0,5) = 0:
 		act 'Continue':
@@ -885,7 +865,7 @@ if $ARGS[0] = 'vaginalmf':
 				else
 					'"Only if you do it properly. You''re lucky I actually do love a nice slow assfuck." You tell him as you present your ass to him.'
 				end
-				act 'Continue': gt 'hotel_resep', 'analmf'
+				act 'Continue': gt 'pav_hotelReception', 'analmf'
 			end
 			gs 'willpower', 'prostitution', 'self'
 			if will_cost <= pcs_willpwr:
@@ -897,7 +877,7 @@ if $ARGS[0] = 'vaginalmf':
 					gs 'willpower', 'prostitution', 'self'
 					gs 'willpower', 'pay', 'self'
 					gs 'stat'
-					act 'Continue': gt 'hotel_resep', 'analmf'
+					act 'Continue': gt 'pav_hotelReception', 'analmf'
 				end
 			else
 				act 'Ask for more money (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -905,7 +885,7 @@ if $ARGS[0] = 'vaginalmf':
 		end
 	else
 		gs 'dinsex','sexcum'
-		act'Go to the bar':gt 'hotel_resep','pavlbar'
+		act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 	end
 end
 
@@ -922,7 +902,7 @@ if $ARGS[0] = 'analmf':
 		succubxp += 6
 	end
 	gs 'stat'
-	act'Go to the bar':gt 'hotel_resep','pavlbar'
+	act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 end
 
 if $ARGS[0] = 'pavgenprosmmf':
@@ -954,7 +934,7 @@ if $ARGS[0] = 'pavgenprosmmf':
 				gs 'stat'
 				'"I''m afraid I have to insist on condoms boys." You tell them. "But don''t worry, fucking my ass and pussy is on the menu. Well, for an extra 1000 <b>₽</b> it is at least.'
 				'You catch the look that passes between them. After a moment you see <<$boydesc[1]>> nod while <<$boydesc[0]>> takes out his wallet and throws the money on the bed.'
-				act 'Continue': gt 'hotel_resep', 'sexmmf'
+				act 'Continue': gt 'pav_hotelReception', 'sexmmf'
 			end
 		else
 			act 'Insist on condoms (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -971,7 +951,7 @@ if $ARGS[0] = 'pavgenprosmmf':
 			gs 'stat'
 			'"I don''t normally let my customers fuck my ass and without condoms at that. Hmm, maybe I''ll make an exception for you guys for an extra thousand." You tell them coyly. <<$boydesc[0]>> immediately takes out his wallet and throws the money on the bed.'
 			gs 'dinSex', 'std_trigger'
-			act 'Continue': gt 'hotel_resep', 'sexmmf'
+			act 'Continue': gt 'pav_hotelReception', 'sexmmf'
 		end
 	else
 		act 'Ask for 1000 <b>₽</b> (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -981,7 +961,7 @@ if $ARGS[0] = 'pavgenprosmmf':
 		mmfcond = 0
 		'"I don''t normally let my customers fuck my ass and without condoms at that. Hmm, but I''ll make an exception for you guys." You tell them coyly.'
 		gs 'dinSex', 'std_trigger'
-		act 'Continue': gt 'hotel_resep', 'sexmmf'
+		act 'Continue': gt 'pav_hotelReception', 'sexmmf'
 	end
 end
 
@@ -1091,7 +1071,7 @@ if $ARGS[0] = 'sexmmf':
 							gs 'cum_call', 'mouth', $boy[1], 1, '', 10000, 10
 							money += 1000
 							gs 'stat'
-							act'Go to the bar':gt 'hotel_resep','pavlbar'
+							act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 						end
 					end
 				else
@@ -1117,7 +1097,7 @@ if $ARGS[0] = 'sexmmf':
 						gs 'cum_call', 'mouth', $boy[1], 1, '', 10000, 10
 						money += 1000
 						gs 'stat'
-						act'Go to the bar':gt 'hotel_resep','pavlbar'
+						act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 					end
 				end
 			end
@@ -1211,12 +1191,12 @@ if $ARGS[0] = 'pavgenprosff':
 							'She opens her eyes and starts giggling. "Oh <<$pcs_nickname>>, dear, I seem to have made a mess of your makeup."'
 							'"I can''t say I mind how that happened..." You tell her as she gets up herself and starts walking to the bathroom.'
 							'"I could use a shower." She says, looking over her shoulder before disappearing into the bathroom and leaving the door open.'
-							act 'Follow her':gt 'hotel_resep', 'ffshower'
+							act 'Follow her':gt 'pav_hotelReception', 'ffshower'
 							act 'Wait for her to finish showering':
 								cla
 								'You drop down on the bed and close your eyes for a second.'
 								'A moment later you feel a hand on your shoulder gently shaking you. "You should wake up <<$pcs_nickname>>, it''s time to leave."'
-								act'Go to the bar':gt 'hotel_resep','pavlbar'
+								act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 							end
 						end
 					end
@@ -1287,7 +1267,7 @@ if $ARGS[0] = 'ffshower':
 						dynamic $showerdin
 						gs 'arousal', 'kiss', 5, 'prostitution'
 						gs 'stat'
-						act'Go to the bar':gt 'hotel_resep','pavlbar'
+						act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 					end
 				end
 			else
@@ -1305,11 +1285,11 @@ if $ARGS[0] = 'ffshower':
 				dynamic $showerdin
 				gs 'arousal', 'kiss', 5, 'prostitution'
 				gs 'stat'
-				act'Go to the bar':gt 'hotel_resep','pavlbar'
+				act'Go to the bar':gt 'pav_hotelReception','pavlbar'
 			end
 		end
 	end
 end
 
---- hotel_resep ---------------------------------
+--- pav_hotelReception ---------------------------------
 

+ 72 - 72
locations/hotel_work.qsrc → locations/pav_hotelWork.qsrc

@@ -1,4 +1,4 @@
-# hotel_work
+# pav_hotelWork
 !!2021/05/02
 
 if $ARGS[0] = 'hotcouple':
@@ -67,7 +67,7 @@ if $ARGS[0] = 'hotcouple':
 						'"Do you want him to come all over your face?"'
 						'"Yeah sure, that is fine."'
 						'You lay down on your back.'
-						act 'Finish': gt 'hotel_work', 'hotcoupfin'
+						act 'Finish': gt 'pav_hotelWork', 'hotcoupfin'
 					end
 				else
 					act 'No, I want to save myself (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -84,11 +84,11 @@ if $ARGS[0] = 'hotcouple':
 					'You could feel every inch of his <<dick>> cm dick inside you now. He gave you a little wink and then started moving again.'
 					'While he was fucking you Uliana gently rubbed against your clit while kissing her husband.'
 					'After a few minutes you all changed positions.'
-					act 'Continue': gt 'hotel_work', 'hotcoupledoggy'
+					act 'Continue': gt 'pav_hotelWork', 'hotcoupledoggy'
 				end
 			else
 				'"Well darling I have bad news and good news. The bad news is that you won''t be able to fuck a virgin this time. The good news is that she is definitely ready to accept your beautiful dick" Uliana said while she put her fingers, soaked with your juices, in Motya''s mouth.'
-				act 'Continue': gt 'hotel_work', 'hotcoupledoggy'
+				act 'Continue': gt 'pav_hotelWork', 'hotcoupledoggy'
 			end
 		end
 	end
@@ -102,7 +102,7 @@ if $ARGS[0] = 'hotcoupledoggy':
 	gs 'arousal', 'vaginal', 10
 	gs 'arousal', 'kiss', 5, 'lesbian'
 	gs 'stat'
-	act 'Continue': gt 'hotel_work', 'hotcoupfin'
+	act 'Continue': gt 'pav_hotelWork', 'hotcoupfin'
 end
 if $ARGS[0] = 'hotcoupfin':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/sex/hotcouple8.jpg"></center>'
@@ -118,7 +118,7 @@ if $ARGS[0] = 'hotcoupfin':
 	gs 'cum_call', 'face', $npclastgenerated, 1, '', '', 10
 	gs 'arousal', 'end'
 	gs 'stat'
-	act 'Back to the lobby': gt 'hotelhole'
+	act 'Back to the lobby': gt 'pav_hotel'
 end
 
 if $ARGS[0] = 'firsthotelprosevent':
@@ -208,7 +208,7 @@ if $ARGS[0] = 'firsthotelprosevent':
 						'You angrily put the money away, quickly dress yourself, and stomp out of the room in a rage.'
 						money += 1500
 						pavhotprosQW = 4
-						act 'Back to the lobby': gt 'hotelhole'
+						act 'Back to the lobby': gt 'pav_hotel'
 					elseif prosmoneyhot = 1:
 						'You shyly look at Pavlin and ask, "So can I have my money back now?"'
 						' '
@@ -219,7 +219,7 @@ if $ARGS[0] = 'firsthotelprosevent':
 						'You reluctantly put the money away, defeated and depressed, before dressing and leaving the room.'
 						pavhotprosQW = 5
 						money += 500
-						act 'Back to the lobby': gt 'hotelhole'
+						act 'Back to the lobby': gt 'pav_hotel'
 					elseif prosmoneyhot = 2:
 						'You look at Pavlin and ask: "So about my money...?"'
 						' '
@@ -229,7 +229,7 @@ if $ARGS[0] = 'firsthotelprosevent':
 						'You pull the sticky bills off of your head and reluctantly put the money away. Tears begin streaming down your cheeks as you get dressed and leave the room, feeling cheap and used.'
 						pavhotprosQW = 6
 						money += 200
-						act 'Back to the lobby': gt 'hotelhole'
+						act 'Back to the lobby': gt 'pav_hotel'
 					end
 				end
 			end
@@ -239,8 +239,8 @@ end
 
 if $ARGS[0] = 'maid':
 	$loc_arg = 'maid'
-	$loc = 'hotel_work'
-	$menu_loc = 'hotel_work'
+	$loc = 'pav_hotelWork'
+	$menu_loc = 'pav_hotelWork'
 	$menu_arg = 'maid'
 	menu_off = 0
 	$location_type = 'event'
@@ -255,7 +255,7 @@ if $ARGS[0] = 'maid':
 			gs 'clothing', 'wear_last_worn'
 			maidtime += 1
 			'After several hours of hard work, you finish your maid shift. You return to the locker room and take off the skimpy maid uniform, putting your own clothes back on. Leaving the uniform in a neat pile on the table, you grab your things and go to the hotel lobby.'
-			act 'Continue': gt 'hotelhole'
+			act 'Continue': gt 'pav_hotel'
 		end
 		if threesomewatched > 0 and threesometojoin = 1:
 			gs 'clothing', 'wear_last_worn'
@@ -263,7 +263,7 @@ if $ARGS[0] = 'maid':
 			'After several hours of hard work, you finish your maid shift. You walk past the room of the guys who took your money last time and are wondering if you should take them up on their offer.'
 			if slutty = 0 and money > 3000:
 				'You count the money you have on you right now and decide you''ll get by for another day without having to sell your body.'
-				act 'Continue': gt 'hotelhole'
+				act 'Continue': gt 'pav_hotel'
 			end
 			if slutty > 0 or money <= 3000:
 				gs 'willpower', 'prostitution', 'resist'
@@ -272,7 +272,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'prostitution', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						threesomewatched = 0
-						gt 'hotelhole'
+						gt 'pav_hotel'
 					end
 				else
 					act 'Shake your head and go back to the lobby (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -304,7 +304,7 @@ if $ARGS[0] = 'maid':
 							'"Ok then, girl, have it your way. Come on in"'
 							prosmoneyhot = 0
 
-							act 'Enter the room': gt 'hotel_work', 'firsthotelprosevent'
+							act 'Enter the room': gt 'pav_hotelWork', 'firsthotelprosevent'
 						end
 					else
 						act 'Yes, but I want double my money back (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -321,7 +321,7 @@ if $ARGS[0] = 'maid':
 							'"Just bring that tight ass in here and have some fun with us. I promise you''ll get what you''re after." The devious look on his face gives you second thoughts, but you enter the room anyways, feeling completely out of options.'
 							prosmoneyhot = 1
 
-							act 'Enter the room': gt 'hotel_work', 'firsthotelprosevent'
+							act 'Enter the room': gt 'pav_hotelWork', 'firsthotelprosevent'
 						end
 					else
 						act 'Yes, but I want all my money back (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -333,7 +333,7 @@ if $ARGS[0] = 'maid':
 						'"Just bring that tight ass in here and have some fun with us. I promise you''ll get what you''re after." The devious look on his face gives you second thoughts, but you enter the room anyways, feeling completely out of options.'
 						prosmoneyhot = 2
 
-						act 'Enter the room': gt 'hotel_work', 'firsthotelprosevent'
+						act 'Enter the room': gt 'pav_hotelWork', 'firsthotelprosevent'
 					end
 				end
 			end
@@ -354,7 +354,7 @@ if $ARGS[0] = 'maid':
 					threesomewatched = 0
 					threesometojoin = 0
 					pavhotprosQW = 1
-					gt 'hotelhole'
+					gt 'pav_hotel'
 				end
 			else
 				act 'Walk past the door and go to the lobby (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -375,7 +375,7 @@ if $ARGS[0] = 'maid':
 						threesomewatched = 0
 						threesometojoin = 0
 						pavhotprosQW = 1
-						gt 'hotelhole'
+						gt 'pav_hotel'
 					end
 				else
 					act 'Leave before someone notices you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -407,7 +407,7 @@ if $ARGS[0] = 'maid':
 						threesometojoin = 0
 						pavhotprosQW = 2
 
-						act 'Continue': gt 'hotelhole'
+						act 'Continue': gt 'pav_hotel'
 					else	
 						if montake = 0:
 							money -= 1000
@@ -460,7 +460,7 @@ if $ARGS[0] = 'maid':
 									'One of the men steps off the bed and walks to you, "Ok whore, show''s over." He grips your arm like a vice and pushes you out the door.'
 									'"If you want your money back, maybe next time you''ll think about joining the show instead of just watching." says the man before closing the door in your face. You think about pounding on the door and demanding you money back from the thief, but decide not to push your luck.'
 
-									act 'Go to the lobby': gt 'hotelhole'
+									act 'Go to the lobby': gt 'pav_hotel'
 								end
 							else
 								act 'Continue to watch in silence (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -493,7 +493,7 @@ if $ARGS[0] = 'maid':
 								'One of the men steps off the bed and walks to you, "Ok whore, show''s over." He grips your arm like a vice and pushes you out the door.'
 								'"If you want your money back, maybe next time you''ll think about joining the show instead of just watching." says the man before closing the door in your face. You think about pounding on the door and demanding you money back from the thief, but decide not to push your luck.'
 
-								act 'Go to the lobby': gt 'hotelhole'
+								act 'Go to the lobby': gt 'pav_hotel'
 							end
 						end
 					end
@@ -539,7 +539,7 @@ if $ARGS[0] = 'maid':
 
 				if chai > 0:money += chai & 'While you''re cleaning the room, you find some money underneath a pillow. Looks like someone left you a <<chai>> <b>₽</b> tip!' & chai=0
 
-				act 'Continue': gt 'hotel_work', 'maid'
+				act 'Continue': gt 'pav_hotelWork', 'maid'
 			elseif maidrand <= 15:
 				if maidcheck_1 = daystart: jump 'new_maid_event'
 				maidcheck_1 = daystart
@@ -562,7 +562,7 @@ if $ARGS[0] = 'maid':
 					act 'No, this is none of my business':
 						cla
 						if maidstat < 100:maidstat+=1
-						act 'Continue': gt 'hotel_work', 'maid'
+						act 'Continue': gt 'pav_hotelWork', 'maid'
 					end
 					act 'Yeah, let''s see what'' s on these pictures':
 						*clr & cla
@@ -574,10 +574,10 @@ if $ARGS[0] = 'maid':
 						'You wonder what would happen if you went to the lobby around midnight?'
 						resepseen = 1
 						observ_exp += rand(0,3)
-						act 'Place the pictures back and continue your maid work ': gt 'hotel_work', 'maid'
+						act 'Place the pictures back and continue your maid work ': gt 'pav_hotelWork', 'maid'
 					end
 				else
-					act 'Continue': gt 'hotel_work', 'maid'
+					act 'Continue': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 20:
 				if maidcheck_2 = daystart: jump 'new_maid_event'
@@ -597,7 +597,7 @@ if $ARGS[0] = 'maid':
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/children.jpg"></center>'
 							'You let the children play around for an hour while you relax on a bench.'
 							'You take the children back to the parent''s room and continue your work.'
-							act 'Continue': gt 'hotel_work', 'maid'
+							act 'Continue': gt 'pav_hotelWork', 'maid'
 						end
 						if childrenplayground = 1:
 							pcs_mood += 10
@@ -607,7 +607,7 @@ if $ARGS[0] = 'maid':
 							'When it is time to leave you call out to the children but they are nowhere to be found. Then you notice them next to an ice cream truck happily eating some ice cream. You had to use half the money you received from their father to pay for it.'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/children3.jpg"></center>'
 							'You take the children back to the parent''s room and continue your work'
-							act 'Continue': gt 'hotel_work', 'maid'
+							act 'Continue': gt 'pav_hotelWork', 'maid'
 						end
 					end
 				else
@@ -618,7 +618,7 @@ if $ARGS[0] = 'maid':
 						'You take the children back to the parent''s room and continue your work'
 						gs 'pain', 2,'head', 'ache'
 						pcs_mood -= 5
-						act 'Continue': gt 'hotel_work', 'maid'
+						act 'Continue': gt 'pav_hotelWork', 'maid'
 					end
 				end
 			elseif maidrand <= 35:
@@ -629,7 +629,7 @@ if $ARGS[0] = 'maid':
 
 				if chai > 0:money += chai &'While you move to pick up a tray, you find some money tucked under a plate. Looks like someone left you a <<chai>> <b>₽</b> tip!'&chai=0
 
-				act 'Continue': gt 'hotel_work', 'maid'
+				act 'Continue': gt 'pav_hotelWork', 'maid'
 			elseif maidrand <= 40:
 				if maidcheck_3 = daystart: jump 'new_maid_event'
 				maidcheck_3 = daystart
@@ -644,7 +644,7 @@ if $ARGS[0] = 'maid':
 				'You felt sorry for the man but there was not much more you could do for him'
 				'Just when you were about to leave the room you notice that the man is sitting on the edge of the bed and is on the verge of tears. He doesn''t know what to do now.'
 
-				act 'Leave the room': gt 'hotel_work', 'maid'
+				act 'Leave the room': gt 'pav_hotelWork', 'maid'
 				
 				gs 'willpower', 'hj', 'self'
 				if will_cost <= pcs_willpwr:
@@ -674,7 +674,7 @@ if $ARGS[0] = 'maid':
 							'You give him a little smile and he smiles back at you. You are happy you were able to cheer him up. Then you stand up, go wash your hands in the bathroom and leave the room to continue your work.'							
 						end
 
-						act 'Continue': gt 'hotel_work', 'maid'
+						act 'Continue': gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Try to cheer up the man with your hands (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -697,7 +697,7 @@ if $ARGS[0] = 'maid':
 							pcs_mood -= 5
 							gs 'stat'
 
-							act 'Continue': gt 'hotel_work', 'maid'
+							act 'Continue': gt 'pav_hotelWork', 'maid'
 						elseif stat['bj'] => 5:
 							'You move to the bed and crawled on it. You grab the man by the hip and turn him towards you. Then you moved your head down to his crotch and take his flacid penis in your hand. You place your mouth over the man''s penis and slowly start sucking on it. The man groans a little bit and you feel his dick becoming harder in your mouth.'
 							'The man watches you but doesn''t say anything'
@@ -722,7 +722,7 @@ if $ARGS[0] = 'maid':
 										'You swallow the man''s sperm diligently.'
 										'You give him a little smile and he smiles back at you. You are happy you were able to cheer him up. Then you stand up to leave the room and continue your work.'
 										
-										act 'Continue': gt 'hotel_work', 'maid'
+										act 'Continue': gt 'pav_hotelWork', 'maid'
 									end
 								else
 									act 'Swallow his load (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -735,7 +735,7 @@ if $ARGS[0] = 'maid':
 
 									'After the man spent his load in your mouth you stand up, go to the bathroom and spit out the load in the toilet. You move back in to the room and you give him a little smile, he smiles back at you. You are happy you were able to cheer him up. Then you leave the room to continue your work.'
 
-									act 'Continue': gt 'hotel_work', 'maid'
+									act 'Continue': gt 'pav_hotelWork', 'maid'
 								end
 							end
 							gs 'willpower', 'cum_outside', 'self'
@@ -752,7 +752,7 @@ if $ARGS[0] = 'maid':
 									'You quickly move your head back and suddenly the cock starts spurting jets of sperm on to your face.'
 									'You give the man a little smile and he smiles back at you. You are happy you were able to cheer him up. Then you stand up to leave the room and continue your work.'
 
-									act 'Continue': gt 'hotel_work', 'maid'
+									act 'Continue': gt 'pav_hotelWork', 'maid'
 								end
 							else
 								act 'Take his cock out of your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -769,7 +769,7 @@ if $ARGS[0] = 'maid':
 				'You thoroughly clean the room, making sure you wipe all the dust off the furniture.'
 				if chai > 0: money += chai & 'You find <<chai>> <b>₽</b> in a jar on the table. Looks like someone left you a tip!' & chai = 0
 
-				act 'Continue': gt 'hotel_work', 'maid'
+				act 'Continue': gt 'pav_hotelWork', 'maid'
 			elseif maidrand <= 70:
 				minut+=45
 				gs 'stat'
@@ -777,7 +777,7 @@ if $ARGS[0] = 'maid':
 				'You spend most of the next 45 minutes on your knees, thoroughly washing the floors of the room after you cleaned the rest quickly.'
 				if chai > 0: money += chai & 'You find <<chai>> <b>₽</b> in a jar on the table. Looks like someone left you a tip!' & chai = 0
 
-				act 'Continue': gt 'hotel_work', 'maid'
+				act 'Continue': gt 'pav_hotelWork', 'maid'
 			elseif maidrand <= 75:
 				minut += 10
 				gs 'stat'
@@ -796,10 +796,10 @@ if $ARGS[0] = 'maid':
 						chai=0
 						cla
 
-						act 'Continue': gt 'hotel_work', 'maid'
+						act 'Continue': gt 'pav_hotelWork', 'maid'
 					end
 				else
-					act 'Keep walking': gt 'hotel_work', 'maid'
+					act 'Keep walking': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 85:
 				'<center><video autoplay loop src="images/locations/pavlovsk/hotel/sex/1,'+rand(0,7)+'.mp4"></video></center>'
@@ -813,7 +813,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -826,7 +826,7 @@ if $ARGS[0] = 'maid':
 					gs 'arousal', 'voyeur_sex', 10
 					gs 'arousal', 'end'
 					gs 'stat'
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 95:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/sex/maid.event3,'+rand(0,7)+'.jpg"></center>'
@@ -840,7 +840,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -854,7 +854,7 @@ if $ARGS[0] = 'maid':
 					gs 'arousal', 'voyeur_sex', 10
 					gs 'arousal', 'end'
 					gs 'stat'
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 100:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/sex/maid.event4,'+rand(0,6)+'.jpg"></center>'
@@ -869,7 +869,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -883,7 +883,7 @@ if $ARGS[0] = 'maid':
 					gs 'arousal', 'end'
 					gs 'stat'
 
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 110:	
 				if maidcheck_4 = daystart: jump 'new_maid_event'
@@ -896,7 +896,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -952,7 +952,7 @@ if $ARGS[0] = 'maid':
 								gs 'arousal', 'end'
 								gs 'stat'
 
-								act'Get back to work':gt'hotel_work','maid'
+								act'Get back to work':gt'pav_hotelWork','maid'
 							end
 						end
 					end
@@ -992,7 +992,7 @@ if $ARGS[0] = 'maid':
 								gs 'arousal', 'end'
 								gs 'stat'
 
-								act 'Get back to work': gt 'hotel_work', 'maid'
+								act 'Get back to work': gt 'pav_hotelWork', 'maid'
 							end
 						end
 					end
@@ -1042,7 +1042,7 @@ if $ARGS[0] = 'maid':
 								gs 'arousal', 'end'
 								gs 'stat'
 
-								act'Get back to work':gt'hotel_work','maid'
+								act'Get back to work':gt'pav_hotelWork','maid'
 							end
 						end
 					end
@@ -1091,7 +1091,7 @@ if $ARGS[0] = 'maid':
 								gs 'arousal', 'end'
 								gs 'stat'
 
-								act 'Get back to work': gt 'hotel_work', 'maid'
+								act 'Get back to work': gt 'pav_hotelWork', 'maid'
 							end
 						end
 					end
@@ -1156,7 +1156,7 @@ if $ARGS[0] = 'maid':
 									'You are not sure what to make of all this, you want to find out what it is all about but worry she might have any ulterior motives.'
 									gs 'stat'
 
-									act 'Get back to work': gt 'hotel_work', 'maid'
+									act 'Get back to work': gt 'pav_hotelWork', 'maid'
 								end
 							end
 						end
@@ -1169,10 +1169,10 @@ if $ARGS[0] = 'maid':
 					gs 'arousal', 'end'
 					gs 'stat'
 					
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				end
 			elseif maidrand <= 120:
-				if maidrand[1] = daystart: gt 'hotel_work', 'maid'
+				if maidrand[1] = daystart: gt 'pav_hotelWork', 'maid'
 				maidrand[1] = daystart
 				if rand(0,5) < 2:
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/work/events/bed'+rand(1,2)+'.jpg"></center>'
@@ -1180,7 +1180,7 @@ if $ARGS[0] = 'maid':
 					'"Hi, I work evenings and was just relaxing before my shift. Can you come back later?" She asks"'
 					'You have more rooms to do so it is easy enough to come back after cleaning them, so you agree.'
 
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				elseif rand(0,5) < 3:
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/work/events/tipsy1.jpg"></center>'
 					'As you are cleaning the guest walks in. She looks like she has had a few drinks and just waves you out of her way.'
@@ -1205,7 +1205,7 @@ if $ARGS[0] = 'maid':
 							'Promptly your free show ends as she rolls over and passes out'
 							'You had mostly finished her room and this situation might look bad if you boss saw you so you gather your things and leave feeling a little more aroused then when you started.'
 							
-							act 'Get back to work': gt 'hotel_work', 'maid'
+							act 'Get back to work': gt 'pav_hotelWork', 'maid'
 						end
 					end
 				elseif rand(0,5) < 4:
@@ -1217,13 +1217,13 @@ if $ARGS[0] = 'maid':
 					gs 'arousal', 'end'
 					gs 'stat'
 					
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				elseif rand(0,5) < 5:
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/work/events/underwear.jpg"></center>'
 					'You walk in to the room to find a regular guess standing in her room in just her underwear.'
 					'She is not looking in your direction so you just back out and close the door.'
 					
-					act 'Get back to work': gt 'hotel_work', 'maid'
+					act 'Get back to work': gt 'pav_hotelWork', 'maid'
 				else
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/work/events/masturbate1.jpg"></center>'
 					'You walk in to the room and see a regular guest on her bed naked and clearly masturbating.'
@@ -1239,7 +1239,7 @@ if $ARGS[0] = 'maid':
 							gs 'willpower', 'voyeur', 'resist'
 							gs 'willpower', 'pay', 'resist'
 							gs 'stat'
-							gt 'hotel_work', 'maid'
+							gt 'pav_hotelWork', 'maid'
 						end
 					else
 						act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1261,7 +1261,7 @@ if $ARGS[0] = 'maid':
 								gs 'willpower', 'voyeur', 'resist'
 								gs 'willpower', 'pay', 'resist'
 								gs 'stat'
-								gt 'hotel_work', 'maid'
+								gt 'pav_hotelWork', 'maid'
 							end
 						else
 							act 'Maybe you should get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1283,7 +1283,7 @@ if $ARGS[0] = 'maid':
 									gs 'willpower', 'voyeur', 'resist'
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									gt 'hotel_work', 'maid'
+									gt 'pav_hotelWork', 'maid'
 								end
 							else
 								act 'You really should get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1306,7 +1306,7 @@ if $ARGS[0] = 'maid':
 									'She is lying back recovering, the occasional twitch the only sign that she is still concious.'
 									'You go to pass her a towel so she can stop her juice dripping on to the sheets before you catch yourself and sneak out of the room.'
 									
-									act 'Get back to work': gt 'hotel_work', 'maid'
+									act 'Get back to work': gt 'pav_hotelWork', 'maid'
 								end
 							end
 						end
@@ -1319,7 +1319,7 @@ if $ARGS[0] = 'maid':
 				gs 'arousal', 'voyeur_sex', 5
 				gs 'stat'
 
-				act 'Get back to work': gt 'hotel_work', 'maid'
+				act 'Get back to work': gt 'pav_hotelWork', 'maid'
 
 				if hotel_rand1 <= 60:
 					act 'Keep watching':
@@ -1330,7 +1330,7 @@ if $ARGS[0] = 'maid':
 						gs 'arousal', 'end'
 						gs 'stat'
 
-						act 'Get back to work': gt 'hotel_work', 'maid'
+						act 'Get back to work': gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Keep watching':
@@ -1348,7 +1348,7 @@ if $ARGS[0] = 'maid':
 							gs 'arousal', 'end'
 							gs 'stat'
 
-							act 'Get back to work': gt 'hotel_work', 'maid'
+							act 'Get back to work': gt 'pav_hotelWork', 'maid'
 						end
 					end
 				end
@@ -1366,7 +1366,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1381,7 +1381,7 @@ if $ARGS[0] = 'maid':
 						gs 'arousal', 'end'
 						gs 'stat'
 
-						act 'Get back to work': gt 'hotel_work', 'maid'
+						act 'Get back to work': gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Keep watching':
@@ -1399,7 +1399,7 @@ if $ARGS[0] = 'maid':
 							gs 'arousal', 'end'
 							gs 'stat'
 
-							act 'Get back to work': gt 'hotel_work', 'maid'
+							act 'Get back to work': gt 'pav_hotelWork', 'maid'
 						end
 					end
 				end
@@ -1416,7 +1416,7 @@ if $ARGS[0] = 'maid':
 						gs 'willpower', 'voyeur', 'resist'
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'hotel_work', 'maid'
+						gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Get back to work (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1431,7 +1431,7 @@ if $ARGS[0] = 'maid':
 						gs 'arousal', 'end'
 						gs 'stat'
 
-						act 'Get back to work': gt 'hotel_work', 'maid'
+						act 'Get back to work': gt 'pav_hotelWork', 'maid'
 					end
 				else
 					act 'Keep watching':
@@ -1449,7 +1449,7 @@ if $ARGS[0] = 'maid':
 							gs 'arousal', 'end'
 							gs 'stat'
 
-							act 'Get back to work': gt 'hotel_work', 'maid'
+							act 'Get back to work': gt 'pav_hotelWork', 'maid'
 						end
 					end
 				end
@@ -1458,5 +1458,5 @@ if $ARGS[0] = 'maid':
 	end
 end
 
---- hotel_work ---------------------------------
+--- pav_hotelWork ---------------------------------
 

+ 1 - 1
locations/pav_market.qsrc

@@ -38,7 +38,7 @@ end
 *nl
 'The other side of the train station is a large square, where you can find a <a href="exec:minut += 1 & gt ''pav_train_market'', ''start''">market</a> on most days.'
 *nl
-'A rather run-down <a href="exec:minut += 1 & gt ''HotelHole''">hotel</a> is just across the square, where travelers can spend the night. The manager is always looking for maids among the local young girls. Because of it''s frequent use by the local prostitutes, most people prefer to stay at the middle-class hotel by the main road.'
+'A rather run-down <a href="exec:minut += 1 & gt ''pav_hotel''">hotel</a> is just across the square, where travelers can spend the night. The manager is always looking for maids among the local young girls. Because of it''s frequent use by the local prostitutes, most people prefer to stay at the middle-class hotel by the main road.'
 
 if curr_home = 6:
 	if vladimirday = daystart and vladimirQW = 30 and hour >= 16 and week = 6:'<a href="exec:gt ''qwmeet'',''2''">There''s an Audi parked in front of the hotel, and standing beside it, you notice Vladimir</a>.'

+ 3 - 0
locations/saveupdater.qsrc

@@ -1408,6 +1408,9 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 	end
 	i += 1
 	if i < 250: jump 'saveupdaterloop853_1'
+
+	hotelRoomDays['pav_hotel'] = hotelroom1day
+	hotelRoom['pav_hotel'] = hotelroom
 end
 
 

+ 1 - 1
locations/set_home.qsrc

@@ -30,7 +30,7 @@ elseif curr_home = 6:
 	$home_name = 'My hotel room in Pavlovsk'
 	$home_town = 'pavlovsk'
 	$home_location = 'pav_market'
-	$home_entrance = 'HotelHole'
+	$home_entrance = 'pav_hotel'
 elseif curr_home = 7:
 	$home_name = 'Nicholas'' Apartment'
 	$home_town = 'city'

+ 2 - 2
locations/sister_chat.qsrc

@@ -1160,7 +1160,7 @@ end
 if $ARGS[0] = 'twincompare':
 	!!! <summary>compare yourself with your sister</summary>
 	!!! <continues>
-	!!! gt 'HotelHole','Twins' if you are similar enough and Pavlin is at the hotel
+	!!! gt 'pav_hotel','Twins' if you are similar enough and Pavlin is at the hotel
 	!!! otherwise: gt 'sister_chat', 'sister_chat'
 	!!! </continues>
 	*clr & cla
@@ -1214,7 +1214,7 @@ if $ARGS[0] = 'twincompare':
 	if tmp_twinsiscompare >= 6:
 		act 'Go to the hotel and have some twin fun':
 			if hour >= 12 and hour < 20:
-				gt 'HotelHole','Twins'
+				gt 'pav_hotel','Twins'
 			else
 				delact 'Go to the hotel and have some twin fun'
 				'Pavlin is usually in the hotel lobby between 12:00 and 20:00. No reason to go now.'

+ 10 - 4
locations/stat.qsrc

@@ -1144,10 +1144,16 @@ if workFabrika = 1 and week => 1 and week <= 5 and hour > 8 and age => 16 and ag
 	FabrikaProgulDay = day
 end
 
-if hotelroom > 0:
-	if hotelroom1day = daystart: $stat_msg += '<BR>You have 1 night left on your hotel booking.'
-	if hotelroom1day < daystart and hour <= 11: $stat_msg += '<BR>Your hotel booking has expired, and you cannot return to your room after 11:00'
-	if hotelroom1day < daystart and hour > 11: hotelroom = 0
+if hotelRoom['pav_hotel'] > 0:
+	if hotelRoomDays['pav_hotel'] = daystart: $stat_msg += '<BR>You have 1 night left on your pav hotel booking.'
+	if hotelRoomDays['pav_hotel'] < daystart and hour < 11: $stat_msg += '<BR>Your pav hotel booking has expired, and you cannot return to your room after 11:00'
+	if hotelRoomDays['pav_hotel'] < daystart and hour >= 11: hotelRoom['pav_hotel'] = 0
+end
+
+if hotelRoom['city_hotel'] > 0:
+	if hotelRoomDays['city_hotel'] = daystart: $stat_msg += '<BR>You have 1 night left on your city center hotel booking.'
+	if hotelRoomDays['city_hotel'] < daystart and hour < 11: $stat_msg += '<BR>Your city center hotel booking has expired, and you cannot return to your room after 11:00'
+	if hotelRoomDays['city_hotel'] < daystart and hour >= 11: hotelRoom['city_hotel'] = 0
 end
 
 if hour >= 8 and hour < 14 and week < 6 and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0 and schoolProgulDay ! daystart: