Browse Source

[fixed] Change exit varaible made chech never be true.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
0ad3c818b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/treeCircActs.qsrc

+ 2 - 1
locations/treeCircActs.qsrc

@@ -6,7 +6,8 @@
 
 
 if $EntryPoint = $ARGS[0]:
 if $EntryPoint = $ARGS[0]:
 	act 'Leave the circle':
 	act 'Leave the circle':
-		if $treeCircLoc['<<$ARGS[0]>>'] = 'pav_park':
+		if $treeCircLoc['<<$ARGS[0]>>'] = 'pav_parkev':
+			cla
 			act 'Park entrance': gt 'pav_park', 'start'
 			act 'Park entrance': gt 'pav_park', 'start'
 			act 'Deeper into the park': gt 'pav_park', 'deeper_park'
 			act 'Deeper into the park': gt 'pav_park', 'deeper_park'
 		elseif $treeCircArg['<<$ARGS[0]>>'] = '':
 		elseif $treeCircArg['<<$ARGS[0]>>'] = '':