gtelefon.qsrc 1.4 KB

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