|
@@ -307,13 +307,12 @@ if $ARGS[0] = 'events':
|
|
|
gt 'train', 'fit'
|
|
|
elseif event_random < 70:
|
|
|
gt 'train', 'young'
|
|
|
- elseif event_random < 100:
|
|
|
- gt 'train', 'weed'
|
|
|
else
|
|
|
gt $loc, $metka
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+!!only triggered direct from Pav when going to the city center
|
|
|
if $ARGS[0] = 'weed':
|
|
|
train_event = 1
|
|
|
menu_off = 1
|
|
@@ -350,11 +349,11 @@ if $ARGS[0] = 'weed':
|
|
|
*clr & cla
|
|
|
minut += 40
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg" ></center>'
|
|
|
- 'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
|
|
|
+ 'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
+ gt 'cityTrain', 'inside'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -390,11 +389,11 @@ if $ARGS[0] = 'weed':
|
|
|
*clr & cla
|
|
|
minut += 40
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg" ></center>'
|
|
|
- 'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
|
|
|
+ 'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
+ gt 'cityTrain', 'inside'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -450,10 +449,10 @@ if $ARGS[0] = 'weed':
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/train/ride.jpg"></center>'
|
|
|
'Once on the train, you look around but you don''t see the young man. Perhaps he got on a different car? You go looking for him, passing through a few different sections, hoping to continue what you started and deal with your overwhelming horniness, but after checking the entire train without seeing a hint of him, you give up and find a seat.'
|
|
|
- 'After 40 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
|
|
|
+ 'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view. This is the train''s final destination.'
|
|
|
act 'Get off the train':
|
|
|
if rand(1, 100) <= 5: gt 'train_incidental', 'end'
|
|
|
- gt 'pavtrainhall', 'platform'
|
|
|
end
|
|
|
end
|
|
|
end
|