Explorar o código

Renamed clener to city_smalloffice and torgpred to city_trademission

Netuttki %!s(int64=4) %!d(string=hai) anos
pai
achega
fb837d4331
Modificáronse 2 ficheiros con 47 adicións e 47 borrados
  1. 38 38
      locations/city_smalloffice.qsrc
  2. 9 9
      locations/city_trademission.qsrc

+ 38 - 38
locations/clener.qsrc → locations/city_smalloffice.qsrc

@@ -1,6 +1,6 @@
-# clener
+# city_smalloffice
 if $ARGS[0] = 'start':
-	$menu_loc = 'clener'
+	$menu_loc = 'city_smalloffice'
 	$menu_arg = 'start'
 	menu_off = 0
 	CLOSE ALL
@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 
 	if svQW >= 1:
 		if hour >= 8 and hour <= 16 and week < 6:
-			'The door to the<a href="exec:gt ''torgpred''">Trade Mission</a> is open.'
+			'The door to the<a href="exec:gt ''city_trademission''">Trade Mission</a> is open.'
 		else
 			'The door of the trade mission is closed. There''s a note on the door, Open hours: Saturday and Sunday 8:00--16:00'
 		end
@@ -32,7 +32,7 @@ if $ARGS[0] = 'start':
 			gs 'stat'
 			'Still smiling he says, "<<$pcs_nickname>>, want to grab a cup of coffee?"'
 
-			act 'Decline': jouryQwNo = 1 & gt 'clener', 'start'
+			act 'Decline': jouryQwNo = 1 & gt 'city_smalloffice', 'start'
 
 			act 'Accept':
 				*clr & cla
@@ -41,7 +41,7 @@ if $ARGS[0] = 'start':
 				'You nod and the two of you head off to the café, where Yuri orders coffee. You sit down at the table and begin to sip on your coffee. Yuri is painfully quiet, he has no sense of humor and is very stiff.'
 				'It''s pretty clear that he likes you, but he does not know how to put a move on you. As you finish the coffee Yuri finally suggests if you want to follow him to his home.'
 
-				act 'No': jouryQwNo = 1 & gt 'clener', 'start'
+				act 'No': jouryQwNo = 1 & gt 'city_smalloffice', 'start'
 
 				act 'Go with Yuri': gt 'youry', 'quest'
 			end
@@ -86,9 +86,9 @@ if $ARGS[0] = 'start':
 							gs 'stat'
 							'You smile and Sasha pours more vodka, not stopping his caressing of your buttocks.'
 
-							if pcs_horny < 50: gs 'clener', 'borodachNo2'
+							if pcs_horny < 50: gs 'city_smalloffice', 'borodachNo2'
 
-							gs 'clener', 'borodachDrink'
+							gs 'city_smalloffice', 'borodachDrink'
 						end
 
 						gs 'willpower', 'hj', 'self'
@@ -111,8 +111,8 @@ if $ARGS[0] = 'start':
 								gs 'stat'
 								
 								
-								gs 'clener', 'ohrhj'
-								gs 'clener', 'ohrbj'
+								gs 'city_smalloffice', 'ohrhj'
+								gs 'city_smalloffice', 'ohrbj'
 							end
 						else
 							act 'Put your hand on his pants (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -124,7 +124,7 @@ if $ARGS[0] = 'start':
 			gs 'arousal', 'end'
 			gs 'stat'
 							
-			act 'Leave':gt 'clener', 'start'
+			act 'Leave':gt 'city_smalloffice', 'start'
 		end
 	end
 
@@ -138,7 +138,7 @@ if $ARGS[0] = 'start':
 			'"Fulfilment?" you reply.'
 			'The guard smiles, "You''re right, the only word that came up in my head was fucking."'
 
-			act 'Leave':gt 'clener', 'start'
+			act 'Leave':gt 'city_smalloffice', 'start'
 
 			act 'Laugh out loud':
 				cla
@@ -151,7 +151,7 @@ if $ARGS[0] = 'start':
 
 				gs 'willpower', 'drink', 'resist'
 				if will_cost <= pcs_willpwr:
-					act 'Sorry, I have to go (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
+					act 'Sorry, I have to go (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'city_smalloffice', 'start'
 				else
 					act 'Sorry, I have to go (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 				end
@@ -182,9 +182,9 @@ if $ARGS[0] = 'start':
 								'"Hey! What are you doing?" you ask.'
 								'"Relax, it was merely an accident." Sasha starts muttering as he pours another shot, "Let''s have a drink."'
 
-								if pcs_horny < 50: gs 'clener', 'borodachNo'
+								if pcs_horny < 50: gs 'city_smalloffice', 'borodachNo'
 
-								gs 'clener', 'borodachDrink'
+								gs 'city_smalloffice', 'borodachDrink'
 							end
 						else
 							act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -196,8 +196,8 @@ if $ARGS[0] = 'start':
 							pcs_horny += 15
 							gs 'stat'
 							'You continue on as usual, trying not to pay attention to it, since it was only a casual touch. Sasha pours more vodka and says, "The second shot always tastes better." as he takes another quaff.'
-							if pcs_horny < 50: gs 'clener', 'borodachNo'
-							gs 'clener', 'borodachDrink'
+							if pcs_horny < 50: gs 'city_smalloffice', 'borodachNo'
+							gs 'city_smalloffice', 'borodachDrink'
 						end
 					end
 				end
@@ -218,7 +218,7 @@ if $ARGS[0] = 'start':
 				clenerT = 1
 				'You agree to work as a cleaner.'
 
-				act 'Leave':gt 'clener', 'start'
+				act 'Leave':gt 'city_smalloffice', 'start'
 			end
 		end
 	end
@@ -236,7 +236,7 @@ if $ARGS[0] = 'start':
 				clener = 2
 				'You agree to work as a cleaner.'
 
-				act 'Leave': gt 'clener', 'start'
+				act 'Leave': gt 'city_smalloffice', 'start'
 			end
 		end
 	end
@@ -277,7 +277,7 @@ if $ARGS[0] = 'start':
 						'You look angrily at him, "No, I don''t mix business with pleasure..." Yuri looks dejected as he moves away from you.'
 						'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
 
-						act 'Leave': gt 'clener', 'start'
+						act 'Leave': gt 'city_smalloffice', 'start'
 					end
 
 					act 'Yes':
@@ -288,7 +288,7 @@ if $ARGS[0] = 'start':
 						'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
 						'As you leave, you notice Yuri awiting you. He''s pretty nervous and it seems as if he doesn''t know what to do. Not knowing what to say, he blurts out, "How about we head over to my place, watch some movies, drink champagne and talk."'
 
-						act 'No': jouryQwNo = 1 & gt 'clener', 'start'
+						act 'No': jouryQwNo = 1 & gt 'city_smalloffice', 'start'
 
 						act 'Go with Yuri': gt 'youry', 'quest'
 					end
@@ -304,7 +304,7 @@ if $ARGS[0] = 'start':
 
 			'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
 
-			act 'Leave':gt 'clener', 'start'
+			act 'Leave':gt 'city_smalloffice', 'start'
 		end
 	end
 
@@ -337,7 +337,7 @@ if $ARGS[0] = 'start':
 							'You''re offended by his behaviour and without any hesitation you tell Yuri to go to hell. He quickly turns and walks away.'
 							'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
 
-							act 'Leave':gt 'clener', 'start'
+							act 'Leave':gt 'city_smalloffice', 'start'
 						end
 					else
 						act 'Fuck you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -349,7 +349,7 @@ if $ARGS[0] = 'start':
 						'Yuri only sees you as a simple fuck whore. But you''re willing to put up with it and agree to visit him afterwards. Yuri nods in satisfaction and leaves the toilet.'
 						'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
 
-						act 'Leave':gt 'clener', 'start'
+						act 'Leave':gt 'city_smalloffice', 'start'
 					end
 				end
 
@@ -374,7 +374,7 @@ if $ARGS[0] = 'start':
 						'You ask him about the details. Stasik tells you, "It''s very simple. In the northern, central and residential areas there are supermarkets. You come to our office to find out what your assignment is, then you visit all the three stores and arrange our products there, making changes according to the assignment. At the checkout you take a receipt confirming that you''ve been to work."' 
 						'"Afterwards, you head back to our office and we will pay you. How does 500 <b>₽</b> sound for a few hours work? No hard labour, what do you say?"'
 
-						act 'Not interested':gt 'clener', 'start'
+						act 'Not interested':gt 'city_smalloffice', 'start'
 
 						act 'Accept':
 							*clr & cla
@@ -383,7 +383,7 @@ if $ARGS[0] = 'start':
 							'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener2.jpg"></center>'
 							'You grin and nod acceptingly, Stas nods confirming the deal, and after that walks out of the toilet.'
 
-							act 'Leave':gt 'clener', 'start'
+							act 'Leave':gt 'city_smalloffice', 'start'
 						end
 					end
 				end
@@ -393,7 +393,7 @@ if $ARGS[0] = 'start':
 
 			'You wash the floor and polish all the booths and urinals. You are given 65 <b>₽</b> for your work.'
 
-			act 'Leave':gt 'clener', 'start'
+			act 'Leave':gt 'city_smalloffice', 'start'
 		end
 	end
 end
@@ -408,11 +408,11 @@ if $ARGS[0] = 'borodachNo':
 
 		gs 'willpower', 'drink', 'resist'
 		if will_cost <= pcs_willpwr:
-			act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
+			act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'city_smalloffice', 'start'
 		else
 			act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
-		gs 'clener', 'borodachDrink'
+		gs 'city_smalloffice', 'borodachDrink'
 	end
 end
 
@@ -426,11 +426,11 @@ if $ARGS[0] = 'borodachNo2':
 
 		gs 'willpower', 'sex', 'resist', 'easy'
 		if will_cost <= pcs_willpwr:
-			act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
+			act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'city_smalloffice', 'start'
 		else
 			act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
-		gs 'clener', 'borodachSex'
+		gs 'city_smalloffice', 'borodachSex'
 	end
 end
 
@@ -442,8 +442,8 @@ if $ARGS[0] = 'borodachDrink':
 		pcs_horny += 20
 		gs 'stat'
 		'You drink and eat some more cheese, you realize that you are happily drunk. The guard''s hand does not stop caressing your ass.'
-		gs 'clener', 'borodachNo2'
-		gs 'clener', 'borodachSex'
+		gs 'city_smalloffice', 'borodachNo2'
+		gs 'city_smalloffice', 'borodachSex'
 	end
 end
 
@@ -489,9 +489,9 @@ if $ARGS[0] = 'ohrhj':
 		gs 'arousal', 'hj', 5, 'dom'
 		gs 'stat'
 		
-		gs 'clener', 'ohrbj'
-		gs 'clener', 'ohrhjcum'
-		gs 'clener', 'ohrsex'
+		gs 'city_smalloffice', 'ohrbj'
+		gs 'city_smalloffice', 'ohrhjcum'
+		gs 'city_smalloffice', 'ohrsex'
 	end
 end
 
@@ -523,8 +523,8 @@ if $ARGS[0] = 'ohrbj':
 		gs 'arousal', 'bj', 5, 'sub'
 		gs 'stat'
 		
-		gs 'clener', 'ohrbjcum'
-		gs 'clener', 'ohrsex'
+		gs 'city_smalloffice', 'ohrbjcum'
+		gs 'city_smalloffice', 'ohrsex'
 	end
 end
 
@@ -592,5 +592,5 @@ if $ARGS[0] = 'ohrsex':
 		act 'Leave':gt 'city_residential'
 	end
 end
---- clener ---------------------------------
+--- city_smalloffice ---------------------------------
 

+ 9 - 9
locations/torgpred.qsrc → locations/city_trademission.qsrc

@@ -1,5 +1,5 @@
-# torgpred
-$menu_loc = 'torgpred'
+# city_trademission
+$menu_loc = 'city_trademission'
 $menu_arg = ''
 menu_off = 0
 gs 'stat'
@@ -7,7 +7,7 @@ gs 'stat'
 '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener.jpg"></center>'
 'You walk down the hall to the office at the end. You read Director written on the door, you knock on the door and enter. Sitting behind the desk is Stas while Vitali sits in a large comfortable chair and in the third chair you see a woman.'
 
-act 'Leave': gt 'clener', 'start'
+act 'Leave': gt 'city_smalloffice', 'start'
 
 if svQW = 2:
 	if TorgPredDay ! daystart:
@@ -21,7 +21,7 @@ if svQW = 2:
 				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/stasoffice.jpg"></center>'
 				'You tell Stas you want the job. He smiles and hands you a paper, "Don''t forget, you need to promote all three items at all the supermarkets."'
 
-				act 'Leave': gt 'clener', 'start'
+				act 'Leave': gt 'city_smalloffice', 'start'
 			end
 		end
 	end
@@ -94,7 +94,7 @@ if svQW = 2:
 
 			if StVaGang > 0:'' & !!Stas and Valera believe whore Sveta
 
-			act 'Leave': gt 'clener', 'start'
+			act 'Leave': gt 'city_smalloffice', 'start'
 		end
 	end
 
@@ -129,7 +129,7 @@ if svQW = 2:
 				cla
 				gs 'stat'
 
-				act 'Leave': gt 'clener', 'start'
+				act 'Leave': gt 'city_smalloffice', 'start'
 			end
 		end
 
@@ -137,7 +137,7 @@ if svQW = 2:
 			cla
 			'You frown a little, "I am very flattered but I need to think about this, it''s a big step. Just give me a little time to think it over ok?" Stas frowns a bit but finally nods.'
 
-			act 'Leave': gt 'clener', 'start'
+			act 'Leave': gt 'city_smalloffice', 'start'
 		end
 
 		gs 'willpower', 'misc', 'self', 'easy'
@@ -149,7 +149,7 @@ if svQW = 2:
 				gs 'stat'
 				'You shake your head, "You''re a nice guy Stas but I just don''t feel that way towards you, I''m sorry." Stas seems a bit offended by that, "I thought, we had something, more than just a fling."'
 
-				act 'Leave': gt 'clener', 'start'
+				act 'Leave': gt 'city_smalloffice', 'start'
 			end
 		else
 			act 'Tell him no (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -157,5 +157,5 @@ if svQW = 2:
 	end
 end
 
---- torgpred ---------------------------------
+--- city_trademission ---------------------------------