|
@@ -9,23 +9,39 @@ if $ARGS[0] = 'start':
|
|
$menu_arg = 'start'
|
|
$menu_arg = 'start'
|
|
menu_off = 0
|
|
menu_off = 0
|
|
if sound = 0:
|
|
if sound = 0:
|
|
- if month >= 11 and month <= 12 or month >= 1 and month <= 3:
|
|
|
|
- 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
|
|
|
|
|
|
+ if month >= 11 or month <= 3:
|
|
|
|
+ if hour >= 3 and hour <= 17:
|
|
|
|
+ PLAY 'sound/street2.mp3', 30
|
|
|
|
+ PLAY 'sound/street7.mp3', 30
|
|
|
|
+ PLAY 'sound/zima.mp3', 30
|
|
|
|
+ else
|
|
|
|
+ PLAY 'sound/street_club.mp3', 30
|
|
|
|
+ end
|
|
else
|
|
else
|
|
- 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
|
|
|
|
|
|
+ if hour >= 3 and hour <= 17:
|
|
|
|
+ PLAY 'sound/street2.mp3', 30
|
|
|
|
+ PLAY 'sound/street7.mp3', 30
|
|
|
|
+ PLAY 'sound/street_leto.mp3', 30
|
|
|
|
+ else
|
|
|
|
+ PLAY 'sound/street_club.mp3', 30
|
|
|
|
+ end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
gs 'stat'
|
|
gs 'stat'
|
|
gs 'themes', 'indoors'
|
|
gs 'themes', 'indoors'
|
|
'<center><b><font color="maroon">Strip Club</font></b></center>'
|
|
'<center><b><font color="maroon">Strip Club</font></b></center>'
|
|
- if month >= 11 and month <= 12 or month >= 1 and month <= 3:
|
|
|
|
- if hour >= 19 or hour <= 5: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_winter.jpg"></center>'
|
|
|
|
- if hour >= 6 and hour <= 18: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_winter.jpg"></center>'
|
|
|
|
|
|
+ if month >= 11 or month <= 3:
|
|
|
|
+ if hour >= 19 or hour <= 5:
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_winter.jpg"></center>'
|
|
|
|
+ else
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_winter.jpg"></center>'
|
|
|
|
+ end
|
|
else
|
|
else
|
|
- if hour >= 20 and hour <= 5: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_summer.jpg"></center>'
|
|
|
|
- if hour >= 6 and hour <= 19: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_summer.jpg"></center>'
|
|
|
|
|
|
+ if hour >= 20 and hour <= 5:
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_summer.jpg"></center>'
|
|
|
|
+ else
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_summer.jpg"></center>'
|
|
|
|
+ end
|
|
end
|
|
end
|
|
*nl
|
|
*nl
|
|
|
|
|
|
@@ -37,7 +53,9 @@ if $ARGS[0] = 'start':
|
|
'The strip club is closed. You notice a sign on the door stating that business hours are between 18:00 and 03:00.'
|
|
'The strip club is closed. You notice a sign on the door stating that business hours are between 18:00 and 03:00.'
|
|
else
|
|
else
|
|
gs 'stripclub', 'entry'
|
|
gs 'stripclub', 'entry'
|
|
- if strip_club['stripwork'] = 1 or strip_club['stripbarwork'] = 1 or strip_club['stripbarwork1'] = 1: gs 'stripclub', 'employee_entrance'
|
|
|
|
|
|
+ if strip_club['stripwork'] = 1 or strip_club['stripbarwork'] = 1 or strip_club['stripbarwork1'] = 1:
|
|
|
|
+ gs 'stripclub', 'employee_entrance'
|
|
|
|
+ end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -115,14 +133,9 @@ if $ARGS[0] = 'entry':
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
- if pcs_dancero > 0 and strip_club['stripwork'] = 0:
|
|
|
|
- act 'Ask about working here': gt 'stripclub', 'hire1'
|
|
|
|
- elseif strip_club['stripwork'] = 0:
|
|
|
|
- if pcs_inhib >= 40:
|
|
|
|
- act 'Ask about working here':
|
|
|
|
- gs 'willpower', 'pay', 'force'
|
|
|
|
- gt 'stripclub', 'hire1'
|
|
|
|
- end
|
|
|
|
|
|
+ if strip_club['stripwork'] = 0:
|
|
|
|
+ if pcs_dancero > 0 or pcs_inhib >= 40:
|
|
|
|
+ act 'Ask about working here': gt 'stripclub', 'hire1'
|
|
else
|
|
else
|
|
gs 'willpower', 'pcs_inhib', 'self', 'medium'
|
|
gs 'willpower', 'pcs_inhib', 'self', 'medium'
|
|
if pcs_willpwr < will_cost:
|
|
if pcs_willpwr < will_cost:
|