# party_boy
if $ARGS[0] = 'party_boy':
*clr & cla
minut += 5
menu_off = 1
party_dj = 1
gs'stat'
if party_dj = 1 and dj_beer < 1:
'
DJ'
'> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg">'
'The guy messes with the soundboard and makes the sound even louder. "Hello, <<$pcs_nickname>>, get me a beer. You can find all the booze in the kitchen."'
elseif dj_beer = 1 and dj_thank < 1:
'DJ'
'> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg">'
'The guy messes with the soundboard and makes the sound even louder. "Well, <<$pcs_nickname>>, where is our beer?" You go into the kitchen, get two bottles of beer and bring it to the guys.'
elseif dj_thank = 1 and dj_bad < 1:
'DJ'
'> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg">'
'The guy messes with the soundboard and makes the sound even louder. You are allowed to twist some knobs on the turntable.'
elseif dj_bad = 1 and dj_boobs < 1:
'DJ'
'> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg">'
'"<<$pcs_nickname>>, you won''t get a turn. Don''t even try this time.'
elseif dj_boobs = 1:
'DJ'
'> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg">'
'The guy messes with the soundboard and makes the sound even louder. You are again allowed to twist some knobs on the turntable.'
end
act 'Move away':gt $loc,$metka
gs 'willpower', 'exhib', 'self', 'medium'
if will_cost <= pcs_willpwr:
act 'Flash boobs (<> Willpower)':
*clr & cla
gs 'willpower', 'pay', 'self'
gs 'stat'
gt 'dinParty', 'dj_boobs'
end
else
act 'Flash boobs (<> Willpower)': '
You don''t have enough willpower to use this action.'
end
end
--- party_boy ---------------------------------