1
0
Selaa lähdekoodia

[added] poll exit act

Lusticon 1 kuukausi sitten
vanhempi
säilyke
965fc1425b
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      locations/pav_pool.qsrc

+ 5 - 1
locations/pav_pool.qsrc

@@ -390,10 +390,13 @@ if $ARGS[0] = 'pool':
 	elseif hour >= 20 and hour < 21:
 	elseif hour >= 20 and hour < 21:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool5.jpg"></center>'
 		'<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.'
 		'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
 	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.'
 	'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:
 	if hour >= 8 and hour < 21:
 		act 'Climb into the pool':
 		act 'Climb into the pool':
 			*clr & cla
 			*clr & cla
@@ -459,6 +462,7 @@ if $ARGS[0] = 'pool':
 
 
 		act 'Sit with your feet in the water': gt 'pav_pool_events', 'feetwater' 
 		act 'Sit with your feet in the water': gt 'pav_pool_events', 'feetwater' 
 	end
 	end
+	act 'Go to female locker room': minut += 1 & gt 'pav_pool', 'lockerfemale'
 end
 end
 
 
 if $ARGS[0]= 'poolwater':
 if $ARGS[0]= 'poolwater':