Browse Source

[fixed] search for kseniya now updates window, clears text and takes 5 minutes.

3xpurt 5 years ago
parent
commit
c705255028
1 changed files with 7 additions and 1 deletions
  1. 7 1
      locations/kseniyaQW.qsrc

+ 7 - 1
locations/kseniyaQW.qsrc

@@ -20,12 +20,15 @@ end
 
 if $ARGS[0] = 'events':
 	if exhibitionQW = 1:
-		act 'Search for flashing woman':
+		act 'Find the flashing woman':
 			if hour > 9 and hour <= 18 and rand(0,3) = 0:
 				gt 'kseniyaQW', 'event2'
 			else
+				cla
+				minut += 5
 				*nl
 				'You look around the park but can''t find her'
+				act 'Continue': gt $loc, $metka
 			end
 		end
 	elseif exhibitionQW = 2:
@@ -33,8 +36,11 @@ if $ARGS[0] = 'events':
 			if hour > 9 and hour <= 18 and rand(0,3) = 0:
 				gt 'kseniyaQW', 'event3'
 			else
+				cla
+				minut += 5
 				*nl
 				'You look around the park but can''t find her'
+				act 'Continue': gt $loc, $metka
 			end
 		end
 	end