# restoran
if $ARGS[0] = 'start':
cls
minut += 5
gs 'stat'
! mennolds ev
if hour = 21 and minut < 30 and mey_vika['mey_vika_qw'] = 36:gt 'mey_tamara_events', 'wait_qw'
if vladimirday = daystart and vladimirQW = 21 and hour = 20:gt 'qwmeet'
'
Restaurant'
if night_mode = 1:
fcolor = rgb(255, 255, 255)
bcolor = rgb(0, 0, 0)
lcolor = rgb(106, 90, 205)
else
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
end
''
!!eto there_were glamur > 1 and pcs_apprnc > 50
if $clothingworntype = 'formal' and pcs_makeup > 1 and pcs_hairbsh = 1 and pcs_sweat < 20:
'A well-dressed man at the entrance politely asks you whether you prefer the VIP section or the common room'
if money >= 5000:
act 'VIP room (5,000 ₽)':
cla
money -= 5000
gt 'restoran', 'vip'
end
end
act 'Common room':gt 'restoran', 'zal'
else
'A man in a suit politely informs you that customers must look presentable and wear formal clothing if they wish to dine here.'
end
act 'Leave the restaurant':
cla
minut += 5
gt 'down'
end
end
if $ARGS[0] = 'zal':
cla
clr
*clr
minut += 5
gs 'stat'
if night_mode = 1:
fcolor = rgb(255, 255, 255)
bcolor = rgb(0, 0, 0)
lcolor = rgb(106, 90, 205)
else
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
end
'restaurant, common room'
''
'The room emits a good atmosphere with its soft lighting and light furniture. You hear the sounds of music, the clinks of glasses and female laughter. It seems you can finally relax a little.'
!!etogame
if rand(0, 100) > 80 and npc_QW['A192'] = 0 and pcs_energy > 15 and nastjaday ! daystart:
cls
nastjaday = daystart
gs 'stat'
''
'In the hall you notice a girl, sitting alone. She looks pretty attractive. Your eyes linger on her for a bit and she seems to feel your gaze as she suddenly looks at you.'
act 'Look down':
cla
'She turns away'
act 'Leave':gt 'restoran', 'zal'
end
act 'Smile at her':gt 'nastja', 'pos1'
end
if money >= 5000:
act 'Eat (5,000 ₽)':
cla
minut += 60
pcs_energy += 60
fat += 2
water = 100
pcs_willpwr += 30
pcs_mood += 80
pcs_health += 20
money -= 5000
'You order a wonderful meal, recommended by the chef, and eat it with pleasure in the noisy restaurant hall.'
act 'Leave':gt 'restoran', 'zal'
end
end
act 'Leave':minut += 5 & gt 'restoran', 'start'
end
if $ARGS[0] = 'vip':
cla
clr
*clr
minut += 5
gs 'stat'
if night_mode = 1:
fcolor = rgb(255, 255, 255)
bcolor = rgb(0, 0, 0)
lcolor = rgb(106, 90, 205)
else
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
end
'Restaurant, VIP room'
''
'You go into the VIP room and can''t help but smile involuntarily. Soft lighting and empire style furniture provide a calm and friendly atmosphere. You hear soft music and finally feel safe enough to let your guard down a little.'
if money >= 5000:
act 'Eat (5,000 ₽)':
cla
minut += 60
pcs_energy += 60
fat += 2
water = 100
pcs_willpwr += 30
pcs_mood += 80
pcs_health += 20
money -= 5000
gs 'stat'
'You order a wonderful meal, recommended by the chef, and eat it with pleasure in the VIP room of the restaurant.'
act 'Leave':gt 'restoran', 'vip'
end
end
act 'Leave':
cla
minut += 5
gt 'restoran', 'start'
end
end
--- restoran ---------------------------------