KevinSmarts vor 9 Jahren
Ursprung
Commit
f52d92a4c0
1 geänderte Dateien mit 18 neuen und 17 gelöschten Zeilen
  1. 18 17
      locations/furi

+ 18 - 17
locations/furi

@@ -4,6 +4,24 @@ gs 'stat'
 'Paved area near the road where there are trucks.'
 
 act 'Leave':minut += 5 & gt 'road'
+
+if trfatherQW = 1:
+	act 'Ask about Mikhail Kuznetsov':
+	cls
+	minut += 5
+	trfatherQW = 2
+	gs'stat'
+
+	'<center><img src="images/qwest/alter/trfatherQW/trfatherQW_1.jpg"></center>'
+	'-Good afternoon! Do not remember, you had not worked for a man named Mikhail Kuznetsov?'
+	'-What-the familiar name, I remember this. Hell, where I could hear the name.., so it is, I used to buy food at the warehouse terminal, in the northern area of ​​the city, So you go over there and asked around there, Th and could prompt a, I do not know anymore'
+	'-Thank you, you very much, and you gleefully jumped, hoping to find his father'
+	'-Come here often, ride to the city with the wind'
+
+	act 'Move away':gt $loc, $metka
+	end
+end
+
 act 'hitch-hiking':
 	cls
 	gs 'stat'
@@ -52,22 +70,5 @@ act 'hitch-hiking':
 	end
 end
 
-if trfatherQW = 1:
-	act 'Ask about Mikhail Kuznetsov':
-		cls
-		minut += 5
-		trfatherQW = 2
-		gs 'stat'
-
-		'<center><img src="images/qwest/alter/trfatherQW/trfatherQW_1.jpg"></center>'
-		'-Good afternoon! Do not remember, you have not previously worked for a man named Mikhail Kuznetsov?'
-		'-What-is a familiar name, remember this. Hell, where I could hear the name.., so it, I used to otavarivalsya warehouse terminal, in the northern area of ​​the city, so you go in there and asked around there, Th anything and can prompt, i do not know anymore'
-		'-Thank you, you very much, and you gleefully jumped, hoping to find his father'
-		'-Come here often, ride to the city with the wind'
-
-		act 'Move away':gt $loc, $metka
-	end
-end
-
 --- furi ---------------------------------