katspalnya.qsrc 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # katspalnya
  2. $sexloc = $CURLOC
  3. if $ARGS[0] = 'start':
  4. $metka = 'start'
  5. $loc = 'katspalnya'
  6. $location_type = 'private'
  7. $locclass = 'bedr'
  8. cls
  9. gs 'stat'
  10. '<center><b><font color="maroon">Katja''s apartment</font></b></center>'
  11. '<center><img <<$set_imgh>> src="images/characters/city/katja/bedroom.jpg"></center>'
  12. 'Katja''s apartment. It''s mostly just one large room, with a huge bed in it. There''s a small couch to the side.'
  13. if hour >= 18 and hour < 23:'<a href="exec:gt ''katspalnya'', ''kat''">Kat</a> is sitting on the couch. She''s watching TV.'
  14. if hour >= 23 or hour < 6:'<a href="exec:gt ''katspalnya'', ''katslip''">Kat</a> is sound asleep in her huge bed.'
  15. act 'Leave Kat''s apartment':gt 'street'
  16. end
  17. if $ARGS[0] = 'katslip':
  18. cla
  19. clr
  20. *clr
  21. minut += 30
  22. if katjob = 0 and npc_rel['A219'] > 60:gt 'katspalnya', 'katjobs'
  23. '<center><img <<$set_imgh>> src="images/characters/city/katja/kat.jpg"></center>'
  24. 'When you awaken Kat, she rubs her eyes tiredly: "Hey, <<$pcs_nickname>>... what''s up?"'
  25. act 'Chat with her for a while':gt 'katspalnya', 'start'
  26. if npc_rel['A219'] > 50:act 'Seduce her':gt 'lezbsex', 'start'
  27. end
  28. if $ARGS[0] = 'kat':
  29. cla
  30. clr
  31. *clr
  32. minut += 30
  33. if katjob = 0 and npc_rel['A219'] > 60:gt 'katspalnya', 'katjobs'
  34. '<center><img <<$set_imgh>> src="images/characters/city/katja/kat.jpg"></center>'
  35. 'Kat smiles when she sees you approach and says cheerfully: "<<$pcs_nickname>>, hi! How''s it going? Come, sit with me!"'
  36. act 'Make up an excuse and leave':gt 'katspalnya', 'start'
  37. if npc_rel['A219'] > 50:act 'Seduce her':gt 'lezbsex', 'start'
  38. act 'Chat with Kat':
  39. cla
  40. clr
  41. *clr
  42. if telkat = 0:telkat = 1
  43. npc_rel['A219'] += 1
  44. minut += 30
  45. '<center><img <<$set_imgh>> src="images/characters/city/katja/kat.jpg"></center>'
  46. 'You talk with Kat for half an hour, occasionally glancing at the TV. She''s a lot of fun to be around.'
  47. act 'Finish':gt 'katspalnya', 'start'
  48. end
  49. end
  50. if $ARGS[0] = 'katjobs':
  51. cla
  52. clr
  53. *clr
  54. katjob = 1
  55. minut += 30
  56. '<center><img <<$set_imgh>> src="images/characters/city/katja/kat.jpg"></center>'
  57. 'Kat talks about her job for a while, and then suggests: "By the way... if you want, I can put in a good word for you! Maybe you could work at the clinic as well!"'
  58. act '"But I''m not qualified to work as a nurse!"':
  59. cla
  60. 'You shrug off the idea at first, saying: "But I''m not a nurse! I wouldn''t know what to do!"'
  61. 'Kat laughs and says: "Oh, come on! Do you think I knew what I was doing when I started? Just wear the fancy coat and be there, you''ll learn as you go! It''ll be fun, I promise! We could have so much fun, working together!"'
  62. '"Well, okay, I''ll think about it!" you say, earning you an enthusiastic hug and a "Yay!" cheer from Kat. How bad could it be?'
  63. act 'Continue':gt 'katspalnya', 'start'
  64. end
  65. end
  66. --- katspalnya ---------------------------------