farmhomeride.qsrc 798 B

12345678910111213141516171819202122232425262728
  1. # farmhomeride
  2. menu_off = 1
  3. onceridePerDay=daystart
  4. indorf = 0
  5. if month = 6 or month = 7 or month = 8:
  6. '<<$npc_nickname[''A29'']>> asks you "Well, <<$pcs_nickname>>, do you want to come home with us or spend summer in the village?"'
  7. act'Go home with your parents':
  8. *clr & cla
  9. if hour < 20: hour = 20 & minut = 0
  10. minut += 60
  11. gs'stat'
  12. 'You leave the village by the Volga River with your family and an hour later you have returned to Paulovo.'
  13. act 'Go home': gt'korrPar'
  14. end
  15. act'Stay in village':gt'Gadhouse'
  16. else
  17. if hour < 20: hour = 20 & minut = 0
  18. gs 'stat'
  19. minut += 60
  20. gs 'stat'
  21. 'You leave the village by the Volga River with your family and an hour later you have returned to Paulovo.'
  22. act 'Go home':gt 'korrPar'
  23. end
  24. --- farmhomeride ---------------------------------