koncepod.qsrc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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''s desk 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 upstairs':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 hear the concierge hissing under his breath, "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 hear the concierge hissing under his breath, "Oh, look at her now, all painted up like some cheap whore!"'
  29. end
  30. end
  31. act 'Leave':gt'dvor'
  32. --- koncepod ---------------------------------