|
@@ -10,11 +10,11 @@ if $ARGS[0] = 'start':
|
|
|
menu_off = 0
|
|
|
if sound = 0:
|
|
|
if month >=11 and month <= 12 or month >=1 and month <=3:
|
|
|
- if hour >= 4 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
|
|
|
- if hour >= 18 or hour <= 3: PLAY 'sound/street_club.mp3',30
|
|
|
+ if hour >= 3 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
|
|
|
+ if hour >= 18 or hour <= 2: PLAY 'sound/street_club.mp3',30
|
|
|
else
|
|
|
- if hour >= 4 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
|
|
|
- if hour >= 18 or hour <= 3: PLAY 'sound/street_club.mp3',30
|
|
|
+ if hour >= 3 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
|
|
|
+ if hour >= 18 or hour <= 2: PLAY 'sound/street_club.mp3',30
|
|
|
end
|
|
|
end
|
|
|
gs 'stat'
|
|
@@ -34,9 +34,9 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
'There are other strip clubs in this area, the <a href="exec:view''images/locations/city/redlight/stripclub/macho.jpg''">Macho</a>, the <a href="exec:view''images/locations/city/redlight/stripclub/maximus_night.jpg''">Maximus</a>, or the <a href="exec:view''images/locations/city/redlight/stripclub/penthouse_night.jpg''">Penthouse</a>, but they are not as prestigious and popular as the Golden Girls Club.'
|
|
|
|
|
|
- if hour = 4:
|
|
|
+ if hour = 3:
|
|
|
'The strip club is closing, and a security guard ushers everyone out.'
|
|
|
- elseif hour > 4 and hour < 11:
|
|
|
+ elseif hour > 3 and hour < 11:
|
|
|
'The strip club is closed. You notice a sign on the door: The business hours are between 18:00 - 04:00.'
|
|
|
else
|
|
|
if stripdolg > 0:
|