Bladeren bron

[changed] made generic event at truck terminal available regardless of father progress.

3xpurt 5 jaren geleden
bovenliggende
commit
e2769959b8
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      locations/Terminal.qsrc

+ 4 - 4
locations/Terminal.qsrc

@@ -169,8 +169,8 @@ if trfatherQW = 2:
 			end
 		end
 	end
-elseif trfatherQW = 3 and week = 6 and hour = 12:
-	act 'Search for father':
+elseif (trfatherQW >= 3 or trfatherQW < 0) and week = 6 and hour = 12:
+	act ''+iif(trfatherQW = 3, 'Search for father', 'Approach the men')+'':
 		cls
 		minut += 5
 		gs'stat'
@@ -237,10 +237,10 @@ elseif trfatherQW = 3 and week = 6 and hour = 12:
 					act 'Leave':minut += 5 & gt $curloc
 				end
 			end
-			dynamic $askfather
+			if trfatherQW = 3:dynamic $askfather
 			act 'Leave':minut += 5 & gt $curloc
 		end
-		dynamic $askfather
+		if trfatherQW = 3:dynamic $askfather
 		act 'Leave':minut += 5 & gt $curloc
 	end
 end