koncepod.qsrc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # koncepod
  2. pavserpsiday = daystart
  3. minut += 5
  4. menu_off = 1
  5. gs'stat'
  6. if hour <= 7 or hour >= 21:
  7. cla
  8. *clr
  9. '<center><img <<$set_imgh>> src="images/locations/oldtown/vacanthouse/koncepod1.jpg" ></center>'
  10. 'The concierge counter is empty.'
  11. else
  12. cla
  13. *clr
  14. '<center><img <<$set_imgh>> src="images/locations/oldtown/vacanthouse/koncepod.jpg" ></center>'
  15. 'At the entrance sits a concierge, with an old man attending it.'
  16. if hausr >= 0 and hour >= 7 or hour <= 21:
  17. 'Sorry, but the apartment has already been rented.'
  18. end
  19. act 'Go up stairs':gt'koncepod1','krr2x1'
  20. if $pantyworntype = 'none' and PCloSkirt > 3 and hour > 6 and hour <= 20:
  21. nurand = RAND(0,100)
  22. if nurand >= 90:
  23. pcs_mood -= 5
  24. 'As you walk away you heard the barely audible murmur from the concierge "That slut! She walks around in a short skirt and no panties, ass and pussy on display for all to see!"'
  25. end
  26. end
  27. if pcs_makeup = 4 and hour >= 7 and hour <= 21:
  28. 'As you walk away you heard the barely audible murmur from the concierge "Oh, look at her now. All painted up like some cheap whore."'
  29. end
  30. end
  31. act 'Leave':gt'dvor'
  32. --- koncepod ---------------------------------