Browse Source

[fixed] Was a bit unclear how this worked so tidied it up

Kevin_Smarts 2 years ago
parent
commit
0172936b3e
1 changed files with 7 additions and 5 deletions
  1. 7 5
      locations/placer_pav_park.qsrc

+ 7 - 5
locations/placer_pav_park.qsrc

@@ -14,12 +14,14 @@ elseif encounter = 1:
 	encrand = rand(0, 4)
 
 	if encrand = 0:$textEvent = 'You see a young mother with a stroller walking along a path.'
-	if encrand = 1:$textEvent = 'A lonely old man with a newspaper in his hand strolls down a path.'
+	if encrand = 1:
+		if bimbolevel < 1:
+			$textEvent = 'A lonely old man with a newspaper in his hand strolls down a path.'
+		else
+			$textEvent='A lonely old man with a newspaper in his hand is strolling down a path. He looks at you greedily when he sees your appearance and walks over to you. When he reaches you, he extends his hand and says: "Hi there, young lady! If you have a minute, come with me! I have something for you!"'
 
-	if encrand = 1 and bimbolevel >= 1:
-		$textEvent='A lonely old man with a newspaper in his hand is strolling down a path. He looks at you greedily when he sees your appearance and walks over to you. When he reaches you, he extends his hand and says: "Hi there, young lady! If you have a minute, come with me! I have something for you!"'
-
-		act 'Go see what he has':gs 'npcgeneratec', 0, 'Old Man from the park', rand(50,70) & gs 'boyStat', $npclastgenerated & gt 'parkBimbo','pos1'
+			act 'Go see what he has':gs 'npcgeneratec', 0, 'Old Man from the park', rand(50,70) & gs 'boyStat', $npclastgenerated & gt 'parkBimbo','pos1'
+		end
 	end
 
 	if encrand = 2:$textEvent = 'You see a woman hauling several shopping bags though the park, they look quite heavy. It''s probably the quickest way home for her.'