Browse Source

[fixed] moved the leave option to the top

julzor 5 years ago
parent
commit
76a3124c00
1 changed files with 11 additions and 11 deletions
  1. 11 11
      locations/lake.qsrc

+ 11 - 11
locations/lake.qsrc

@@ -46,6 +46,17 @@ if $ARGS[0] = 'start':
 
 	if npc_QW['A192'] = 3 and temper >= 15 and $clothingworntype = 'swimwear' and hour >= 6 and hour <= 20:'Waving her hand at you is <a href="exec:gt ''nastja'', ''pos14''">Anastasia</a>.'
 
+	act 'Leave':
+		if $clothingworntype = 'swimwear':
+			cla
+			'You need to get dressed in regular clothing first.'
+			act'Return':gt 'lake','start'
+		else
+			minut += 40
+			gt 'street'
+		end
+	end
+	
 	if hour >= 6 and hour <= 20:
 		'Nearby are various '+iif($clothingworntype = 'swimwear','<a href="exec:gt ''lake'', ''aquapark''">water attractions</a>.','water attractions, but you need to put on some swimwear before you go there.')+''
 		'You can go for a ride on a <a href="exec:gt ''lake'', ''horse''">horse</a> along the beach.'
@@ -192,17 +203,6 @@ if $ARGS[0] = 'start':
 			act 'Approach Andrew':gt 'lake', 'andrey1'
 		end
 	end
-
-	act 'Leave':
-		if $clothingworntype = 'swimwear':
-			cla
-			'You need to get dressed in regular clothing first.'
-			act'Return':gt 'lake','start'
-		else
-			minut += 40
-			gt 'street'
-		end
-	end
 end
 
 if $ARGS[0] = 'aquapark':