Browse Source

[added] Locations for Olu's taxi to drop you off

KevinSmarts 4 years ago
parent
commit
8f69822906
1 changed files with 8 additions and 5 deletions
  1. 8 5
      locations/olutaxi.qsrc

+ 8 - 5
locations/olutaxi.qsrc

@@ -31,8 +31,8 @@ if $ARGS[0] = 'station':
 				'<center><img src="images/characters/pavlovsk/resident/olu/taxi_parked.jpg"></center>'
 				'As you walk into the alleyway you see his van he converted into a taxi sitting there.'
 !!if first time seeing van in alleyway
-				if first_taxi = 1:
-					first_taxi = 0
+				if first_taxi = 0:
+					first_taxi = 1
 					'You wonder why he parked here. "Why is your van parked here?" You ask him'
 					'He stops at the van and unlocks it as he answers you. "Police write me tickets if I park in front of the station, so I leave it here and then run down and drive it up to pick up people at the front."'
 					'You shake your head. "That''s terrible, they shouldn''t harass you like that."'
@@ -52,8 +52,9 @@ if $ARGS[0] = 'station':
 					'Djibril smiles in return. "It was nice meeting you as well."'
 					'You smile to Olu. "I will and thanks for the ride."'
 					'Olu returns the smile. "Any time, good bye." Once he you close the door and he is sure you are safely on the sidewalk he pulls away and drives off.'
+					act 'Go to Pavlovsk Residential area': gt 'pavResidential'
+					act 'Go to the Old Town': gt 'liam'
 !!this then dumps Sveta onto what ever street hub she asked him to drive her too.
-					act '': gt '', ''
 				end
 			end
 		end
@@ -107,8 +108,8 @@ if $ARGS[0] = 'station':
 				'<center><img src="images/characters/pavlovsk/resident/olu/taxi_parked.jpg"></center>'
 				'As you walk into the alleyway you see his van he converted into a taxi sitting there.'
 !!if first time seeing van in alleyway
-				if first_taxi = 1:
-					first_taxi = 0
+				if first_taxi = 0:
+					first_taxi = 1
 					'You wonder why he parked here. "Why is your van parked here?" You ask him'
 					'He stops at the van and unlocks it as he answers you. "Police write me tickets if I park in front of the station, so I leave it here and then run down and drive it up to pick up people at the front."'
 					'You shake your head. "That''s terrible, they shouldn''t harass you like that."'
@@ -125,6 +126,8 @@ if $ARGS[0] = 'station':
 					'He starts up the van and pulls it out of the alleyway, out onto the street. He is listening to some music you have never heard before, you don''t even know what they are saying. It doesn''t take to long before you arrive at your destination. He pulls over to the curb and stops his van. "We are here, you be careful now, yes."'
 					'You smile to him. "I will and thanks for the ride."'
 					'He returns the smile. "Any time, good bye." Once he you close the door and he is sure you are safely on the sidewalk he pulls away and drives off.'
+					act 'Go to Pavlovsk Residential area': gt 'pavResidential'
+					act 'Go to the Old Town': gt 'liam'
 !!this then dumps Sveta onto what ever street hub she asked him to drive her too.  act '':gt '', ''
 				end
 			end