1
0

katalkinAlko.qsrc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # katalkinAlko
  2. gs 'stat'
  3. if hour < 8:
  4. 'After their drinking session, the policemen finally fell asleep right in the middle of the police station.'
  5. act 'Quietly get up and leave':minut += 1 & gt 'pav_train_hall'
  6. exit
  7. end
  8. if alko < 6:
  9. 'You join them and take sips of your vodka, feeling it slide down your throat and warm up your stomach. As soon as your glass is empty, they refill it with a generous grin and cheer you on to keep going.'
  10. act 'Have another drink':
  11. minut += 30
  12. gs 'drugs', 'alcohol', 'vodka'
  13. gt $curloc
  14. end
  15. elseif alko >= 6:
  16. 'The world is spinning, and you don''t think you should have another drink. You politely decline and decide to not get up for a while, trying to make the world become less wobbly. You''re not very successful, despite your best attempts the world is just as wobbly a few minutes later.'
  17. end
  18. !!if katGangbang = 0:
  19. !! end
  20. !!elseif katGangbang > 0:
  21. !! if katGangbangDay = daystart:end
  22. !! if katGangbangDay < daystart:end
  23. !!end
  24. act 'Leave the police station':minut += 2 & gt 'pav_train_hall'
  25. --- katalkinAlko ---------------------------------