JuliaMilVhod.qsrc 671 B

1234567891011121314151617181920212223
  1. # JuliaMilVhod
  2. CLOSE ALL
  3. menu_off = 1
  4. *clr & cla
  5. if BeInJulMilHome = 0:BeInJulMilHome = 1
  6. gs'stat'
  7. act 'Leave':gt'pod_ezd','etaj_3'
  8. if kanikuli = 0 and hour > 6 and hour < 15 and week < 6:
  9. 'You ring the door bell, but no one comes to answer. Julia must not be home.'
  10. elseif hour > 20 :
  11. 'It''s too late in the day to visit Julia.'
  12. elseif hour < 8:
  13. 'It''s too early in the day to visit Julia.'
  14. else
  15. 'You ring the door bell. You hear footsteps in the apartment and sure enough, a few seconds later Julia opens the door. "Oh, hi <<$pcs_nickname>>! Come on in!"'
  16. act 'Enter Julia''s apartment':gt'JuliaMilHome'
  17. end
  18. --- JuliaMilVhod ---------------------------------