party_boy.qsrc 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # party_boy
  2. menu_off = 1
  3. if $ARGS[0] = 'party_boy':
  4. cls
  5. minut += 5
  6. party_dj = 1
  7. gs'stat'
  8. if party_dj = 1 and dj_beer < 1:
  9. '<center><b><font color = maroon>DJ</font></b></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  11. '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."'
  12. elseif dj_beer = 1 and dj_thank < 1:
  13. '<center><b><font color = maroon>DJ</font></b></center>'
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  15. '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 <a href="exec:gt ''dinParty'', ''dj_beer''">bring</a> it to the guys.'
  16. elseif dj_thank = 1 and dj_bad < 1:
  17. '<center><b><font color = maroon>DJ</font></b></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  19. 'The guy messes with the soundboard and makes the sound even louder. You are allowed to <a href="exec:gt ''dinParty'', ''dj_thank''">twist</a> some knobs on the turntable.'
  20. elseif dj_bad = 1 and dj_boobs < 1:
  21. '<center><b><font color = maroon>DJ</font></b></center>'
  22. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  23. '"<<$pcs_nickname>>, you won''t get a turn. Don''t even try this time.'
  24. elseif dj_boobs = 1:
  25. '<center><b><font color = maroon>DJ</font></b></center>'
  26. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  27. 'The guy messes with the soundboard and makes the sound even louder. You are again allowed to <a href="exec:gt ''dinParty'', ''dj_cock''">twist</a> some knobs on the turntable.'
  28. end
  29. act 'Move away':gt $loc,$metka
  30. if dj_bad = 1 and alko >=3: act 'Bare chest':gt 'dinParty', 'dj_boobs'
  31. end
  32. --- party_boy ---------------------------------