163_gtelefon 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # gtelefon
  2. boyinday[numnpcboy] = day
  3. Gcall = 0
  4. minut += 3
  5. gs 'stat'
  6. 'You take the phone, "Hello."'
  7. if boyvstre[numnpcboy]>0:
  8. 'Male voice on the phone says "Hello Svetsik is I <<$nameBoyfrend[numnpcboy]>>, let´s go to somewhere to walk."'
  9. end
  10. if boyvstre[numnpcboy] = 0:
  11. 'In the tube, a male voice says "Hello Can <<$name>>?"'
  12. 'You answer the caller that you are the <<$name>>. Stranger delighted "I <<$nameBoyfrend[numnpcboy]>>, we´re met at a disco. Remember? Let´s go for a walk."'
  13. end
  14. act 'I´m busy 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]>> upset. "Well, then, as something next time."'
  24. end
  25. if otnBoyFrend[numnpcboy] <= 20:
  26. otnBoyFrend[numnpcboy] = 0
  27. '<<$nameBoyfrend[numnpcboy]>> angry. "Well, if you went to the dick." And hung up.'
  28. end
  29. act 'Hangup': gt 'korrPar'
  30. end
  31. if GvstreBoy = 0:
  32. act 'Meet me in the park':
  33. cls
  34. minut += 3
  35. GvstreBoy = 1
  36. GvstreBoyAfter[numnpcboy] = 1
  37. SkverBoy = numnpcboy
  38. gs 'stat'
  39. 'You are invited to meet in the park.'
  40. act 'Hangup': gt 'korrPar'
  41. end
  42. end
  43. --- gtelefon ---------------------------------