|
@@ -338,7 +338,7 @@ if $ARGS[0] = 'go_for_walk2':
|
|
|
'You walk along one of the trails deep in the park, and there are few people around. You know the more secluded area of the park has a reputation for being dangerous. It is popular with couples seeking privacy, Gopnik, prostitutes plying their trade, and worse, criminals. The darkness from the night makes everything creepier. There are few light sources in this area. You occasionally hear the sounds of animals or even what seems like people''s voices. Still, the darkness makes it impossible to really see.'
|
|
|
end
|
|
|
|
|
|
- act 'Continue': gt 'pav_park', 'deeper_park'
|
|
|
+ act 'Continue your walk': gt 'pav_parkev', 'walk2'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'walk2':
|
|
@@ -624,8 +624,8 @@ if $ARGS[0] = 'walk2':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
|
|
|
'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
|
|
|
end
|
|
|
- act 'Finish your walk': gt 'pav_park', 'deeper_park'
|
|
|
end
|
|
|
+ act 'Finish your walk': gt 'pav_park', 'deeper_park'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'old_man':
|