Просмотр исходного кода

transfer generic bf cinema date to separate location file

lazycodemonkey 7 лет назад
Родитель
Сommit
2c3da9ba59
4 измененных файлов с 59 добавлено и 49 удалено
  1. 1 0
      glife-notepad++
  2. 5 2
      glife.qproj
  3. 1 47
      locations/Gnpc
  4. 52 0
      locations/Gnpc_cinema

+ 1 - 0
glife-notepad++

@@ -254,6 +254,7 @@
             <File name="locations\gLakeNude" />
             <File name="locations\Gnpc" />
             <File name="locations\Gnpc2" />
+            <File name="locations\Gnpc_cinema" />
             <File name="locations\goplust" />
             <File name="locations\gopnew" />
             <File name="locations\gopnik_house" />

+ 5 - 2
glife.qproj

@@ -285,8 +285,6 @@
       <Location name="kotovtalker"/>
       <Location name="nogorslut"/>
       <Location name="yesgorslut"/>
-      <Location name="Gnpc"/>
-      <Location name="Gnpc2"/>
       <Location name="Sgrup1"/>
       <Location name="Sgrup2"/>
       <Location name="Sgrup3"/>
@@ -295,6 +293,11 @@
       <Location name="Sgrup"/>
       <Location name="SgrupDisco"/>
     </Folder>
+    <Folder name="Generic boyfriend">
+      <Location name="Gnpc"/>
+      <Location name="Gnpc_cinema"/>
+      <Location name="Gnpc2"/>
+    </Folder>
     <Folder name="Brother porn">
       <Location name="brother"/>
       <Location name="seeporn"/>

+ 1 - 47
locations/Gnpc

@@ -177,53 +177,7 @@ act 'Take a walk through the park':
 		'<<$nameBoyfrend[numnpc]>> offers to go to the movies.'
 
 		act 'Apologize and leave':otnBoyFrend[numnpc] -= 5 & gt $loc, $metka
-
-		act 'Go to the cinema':
-			cls
-			minut += 15
-			gs 'stat'
-			'You go with <<$nameBoyfrend[numnpc]>> to the movie theater near the park. <<$nameBoyfrend[numnpc]>> buys the tickets and together you enter a small cinema hall and find your seats.'
-
-			act 'Watch the movie':
-				cls
-				manna += 100
-				minut += 100
-				otnBoyFrend[numnpc] += 5
-				gs 'stat'
-				'You got a guy on the chair placed in the back row. Soon the lights dimmed and the movie started on the screen.'
-
-				if otnBoyFrend[numnpc] < 80:
-					'You watched the movie a couple of hours sitting in a chair next to the guy.'
-
-					act 'Go to the exit':gt 'Gnpc2'
-				elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] = 0:
-					'You have been watching a movie and suddenly felt a hand on my knee Man.'
-
-					act 'Remove his hands':
-						cls
-						dom += 1
-						otnBoyFrend[numnpc] -= 20
-						gs 'stat'
-						'You have removed palm guy with his knees and continued to watch the movie. Movie finally ended. In the hall lights went on and the screen went titles.'
-
-						act 'Go to the exit':gt 'Gnpc2'
-					end
-
-					act 'Ignore':
-						cls
-						otnBoyFrend[numnpc] += 5
-						gs 'stat'
-						'You pretended that nothing happens and the guy started more actively stroking your leg. Movie finally ended. In the hall lights went on and the screen went titles.'
-
-						act 'Go to the exit':gt 'Gnpc2'
-					end
-				elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] > 0:
-					'You have been watching the movies, and <<$nameBoyfrend[numnpc]>> put his hand on your foot and began to stroke your knee. Movie finally ended. In the hall lights went on and the screen went titles.'
-
-					act 'Go to the exit':gt 'Gnpc2'
-				end
-			end
-		end
+		act 'Go to the cinema':gt 'Gnpc_cinema'
 	elseif gboyrand = 1:
 		'<<$nameBoyfrend[numnpc]>> suggests to drink some beers in the park.'
 

+ 52 - 0
locations/Gnpc_cinema

@@ -0,0 +1,52 @@
+# Gnpc_cinema
+
+cls
+minut += 15
+gs 'stat'
+'<center><h1><font color="maroon">Cinema</font></h1></center>'
+'<center><img src="images/img/centr/kino.jpg"></center>'
+*nl
+'You go with <<$nameBoyfrend[numnpc]>> to the movie theater near the park. <<$nameBoyfrend[numnpc]>> buys the tickets and then you both enter a small cinema hall and find your seats.'
+
+act 'Watch the movie':
+	cls
+	manna += 100
+	minut += 100
+	otnBoyFrend[numnpc] += 5
+	gs 'stat'
+	'You got a guy on the chair placed in the back row. Soon the lights dimmed and the movie started on the screen.'
+
+	if otnBoyFrend[numnpc] < 80:
+		'You watched the movie a couple of hours sitting in a chair next to the guy.'
+
+		act 'Go to the exit':gt 'Gnpc2'
+	elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] = 0:
+		'You have been watching a movie and suddenly felt a hand on my knee Man.'
+
+		act 'Remove his hands':
+			cls
+			dom += 1
+			otnBoyFrend[numnpc] -= 20
+			gs 'stat'
+			'You have removed palm guy with his knees and continued to watch the movie. Movie finally ended. In the hall lights went on and the screen went titles.'
+
+			act 'Go to the exit':gt 'Gnpc2'
+		end
+
+		act 'Ignore':
+			cls
+			otnBoyFrend[numnpc] += 5
+			gs 'stat'
+			'You pretended that nothing happens and the guy started more actively stroking your leg. Movie finally ended. In the hall lights went on and the screen went titles.'
+
+			act 'Go to the exit':gt 'Gnpc2'
+		end
+	elseif otnBoyFrend[numnpc] >= 80 and gnpcSex[numnpc] > 0:
+		'You have been watching the movies, and <<$nameBoyfrend[numnpc]>> put his hand on your foot and began to stroke your knee. Movie finally ended. In the hall lights went on and the screen went titles.'
+
+		act 'Go to the exit':gt 'Gnpc2'
+	end
+end
+
+--- Gnpc_cinema ---------------------------------
+