Răsfoiți Sursa

[fixed] Now the teleportation should work.

bgkjdgbizgblzdgbr 1 an în urmă
părinte
comite
9ed3bfa270
2 a modificat fișierele cu 8 adăugiri și 4 ștergeri
  1. 6 2
      locations/treeCircActs.qsrc
  2. 2 2
      locations/treeCircle.qsrc

+ 6 - 2
locations/treeCircActs.qsrc

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

+ 2 - 2
locations/treeCircle.qsrc

@@ -21,8 +21,8 @@ $treeCircLoc['CentralPark'] = 'city_park'
 $treeCircArg['CentralPark'] = 'start'
 !Pavlovsk Park Location
 $treeCircName['PavlovskPark'] = 'Pavlovsk Park'
-$treeCircLoc['PavlovskPark'] = 'pav_park'
-$treeCircArg['PavlovskPark'] = 'start'
+$treeCircLoc['PavlovskPark'] = 'pav_parkev'
+$treeCircArg['PavlovskPark'] = 'go_for_walk2'
 !Gadukino Forest Location
 $treeCircName['GadForest'] = 'Gadukino Forest'
 $treeCircLoc['GadForest'] = 'gadforest'