|
@@ -390,10 +390,13 @@ if $ARGS[0] = 'pool':
|
|
|
elseif hour >= 20 and hour < 21:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool5.jpg"></center>'
|
|
|
'It''s rather late and the pool will be closing soon, so you''re mostly alone and can enjoy the pool all to yourself.'
|
|
|
+ else
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool5.jpg"></center>'
|
|
|
+ 'It''s late and the pool is closing.'
|
|
|
end
|
|
|
|
|
|
'The pool is rather old, but still has a certain charm to it. The wall to wall windows allow for a nice atmosphere during the day and there is an upper balcony where people often watch from above.'
|
|
|
- 'From here you can access the <a href="exec:minut += 1 & gt ''pav_pool'', ''lockerfemale''">female locker room</a>.'
|
|
|
+ 'From here you can access the female locker room.'
|
|
|
if hour >= 8 and hour < 21:
|
|
|
act 'Climb into the pool':
|
|
|
*clr & cla
|
|
@@ -459,6 +462,7 @@ if $ARGS[0] = 'pool':
|
|
|
|
|
|
act 'Sit with your feet in the water': gt 'pav_pool_events', 'feetwater'
|
|
|
end
|
|
|
+ act 'Go to female locker room': minut += 1 & gt 'pav_pool', 'lockerfemale'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0]= 'poolwater':
|