Browse Source

[fixed] Forgot to remove the out commented version which I had replaced by ther version rachels wrote.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
b3ce7afb21
2 changed files with 1 additions and 17 deletions
  1. 0 16
      locations/camera.qsrc
  2. 1 1
      locations/saveupdater.qsrc

+ 0 - 16
locations/camera.qsrc

@@ -178,22 +178,6 @@ if $ARGS[0] = 'check_location':
 	end
 end
 
-!!if $ARGS[0] = 'check_person':
-!!	$targetPerson = $ARGS[1]
-	! If the player has a camera and this person exists in the array
-!!	if photographyEv >= 2 and $camera_people[$targetPerson] ! 0:
-		! Assign the variables
-!!		dynamic $camera_people[$targetPerson]
-		! If they have not already photographed the person
-!!		if $camera_found[$targetPerson] ! 1 and $camera_requirement = -1:
-			! Offer the action
-!!			act 'Ask to take a photo':
-!!				$camera_found[$targetPerson] = 1
-!!				gt 'camera', $camera_event
-!!			end
-!!		end
-!!	end
-!!end
 
 
 if $ARGS[0] = 'check_person':

+ 1 - 1
locations/saveupdater.qsrc

@@ -1279,7 +1279,7 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 end
 
 if ((100*version_major +version_minor)*100+version_revision)*100+version_patch  < 00080307:
-	!!Moving some string variables to more appropriate number variables in the camera files.
+	!!Moving some string variables to more appropriate numerical variables in the camera files.
 	
 	i = 0
 	:camera_update_loop