KatjaHome.qsrc 862 B

12345678910111213141516171819202122
  1. # KatjaHome
  2. CLOSE ALL
  3. cla
  4. *clr
  5. gs 'stat'
  6. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/katja_home.jpg"></center>'
  7. if (hour >= 15 and week < 6 and kanikuli = 0 and hour < 20) or (hour >= 9 and week >= 6 and kanikuli = 0 and hour < 20) or (hour >= 9 and kanikuli > 0 and hour < 20):
  8. 'The door is opened by Katja''s mother. "Hello <<$pcs_nickname>>. Katja is in her room, come on in."'
  9. act 'Go to Katjas room':
  10. if frost > 0: frost = 0
  11. gt'KatjaHomeTalk'
  12. end
  13. else
  14. if hour >= 9:'The door is opened by Katja''s mother. "Oh, hello <<$pcs_nickname>>. Katja isn''t home right now."'
  15. if hour < 9:'The door is opened by Katja''s mother. "<<$pcs_nickname>>. Shouldn''t you be in bed? You shouldn''t come around before nine."'
  16. act 'Say goodbye and go home':gt 'pav_residential'
  17. end
  18. --- KatjaHome ---------------------------------