gtelefon.qsrc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # gtelefon
  2. menu_off = 1
  3. boyinday[numnpcboy] = daystart
  4. Gcall = 0
  5. minut += 3
  6. gs 'stat'
  7. 'You pick up the phone, "Hello?"'
  8. if boyvstre[numnpcboy] > 0:
  9. 'A male voice on the phone says "Hi <<$pcs_nickname>>! It''s me, <<$nameBoyfrend[numnpcboy]>>. Let''s go for a walk somewhere."'
  10. else
  11. 'Through the phone, a male voice says "Hello, I''m looking for <<$pcs_nickname>>?"'
  12. 'You answer the caller that you are <<$pcs_nickname>>. The stranger sounds delighted. "Hi! I''m <<$nameBoyfrend[numnpcboy]>>, we met the other day. Remember? Let''s go for a walk."'
  13. end
  14. act 'Tell him you have no time today':
  15. cls
  16. minut += 3
  17. if boyvstre[numnpcboy] = 0:otnBoyFrend[numnpcboy] -= 10
  18. if boyvstre[numnpcboy] > 0:otnBoyFrend[numnpcboy] -= 5
  19. gs 'stat'
  20. ''
  21. if otnBoyFrend[numnpcboy] > 20:
  22. !!otnBoyFrend[numnpcboy] = 0
  23. '<<$nameBoyfrend[numnpcboy]>> sounds upset. "I see. Well, maybe next time then."'
  24. else
  25. otnBoyFrend[numnpcboy] = 0
  26. '<<$nameBoyfrend[numnpcboy]>> sounds angry. "Whatever, screw you!" he said, and hung up immediately after. You don''t think you''ll hear from him again.'
  27. end
  28. act 'Hang up':gt 'korrPar'
  29. end
  30. if GvstreBoy = 0:
  31. act 'Meet me in the park':
  32. cls
  33. minut += 3
  34. GvstreBoy = 1
  35. GvstreBoyAfter[numnpcboy] = 1
  36. SkverBoy = numnpcboy
  37. gs 'stat'
  38. 'You agree to meet him in the park.'
  39. act 'Hang up':gt 'korrPar'
  40. end
  41. end
  42. --- gtelefon ---------------------------------