|
@@ -996,21 +996,21 @@ if $ARGS[0] = 'dorm_room':
|
|
if hour > 14 and hour < func('bordel', 'open_hour'):
|
|
if hour > 14 and hour < func('bordel', 'open_hour'):
|
|
vika_inroom = 1
|
|
vika_inroom = 1
|
|
vika_sleep = 0
|
|
vika_sleep = 0
|
|
|
|
+ gs 'music_actions', 'no_music'
|
|
if npc_rel['A220'] >= 60 and birthday = day and birthmonth = month and vikaslut = 1 and b_vika_present_Day ! daystart:
|
|
if npc_rel['A220'] >= 60 and birthday = day and birthmonth = month and vikaslut = 1 and b_vika_present_Day ! daystart:
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you. She''s trying to hide a box behind her back.'
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you. She''s trying to hide a box behind her back.'
|
|
else
|
|
else
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
|
|
end
|
|
end
|
|
- gs 'music_actions', 'not_alone'
|
|
|
|
elseif hour > func('bordel', 'close_hour') and hour < 8:
|
|
elseif hour > func('bordel', 'close_hour') and hour < 8:
|
|
vika_inroom = 1
|
|
vika_inroom = 1
|
|
vika_sleep = 1
|
|
vika_sleep = 1
|
|
|
|
+ gs 'music_actions', 'no_music'
|
|
if vikaslut = 0:
|
|
if vikaslut = 0:
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after being out the whole night.'
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after being out the whole night.'
|
|
elseif vikaslut = 1:
|
|
elseif vikaslut = 1:
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after working in the brothel all night.'
|
|
$vikatext = '<a href="exec:gt''Vika''">Vika</a> is sleeping in her bed after working in the brothel all night.'
|
|
end
|
|
end
|
|
- gs 'music_actions', 'no_music'
|
|
|
|
end
|
|
end
|
|
|
|
|
|
if mc_inventory['tech_computer'] = 1:
|
|
if mc_inventory['tech_computer'] = 1:
|