1
0

162_gtelefon 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # gtelefon
  2. <<<<<<< 162_gtelefon
  3. boyinday[numnpcboy] = day
  4. Gcall = 0
  5. minut += 3
  6. gs 'stat'
  7. 'You take the phone, "Hello."'
  8. if boyvstre[numnpcboy]>0:
  9. 'Male voice on the phone says "Hello Svetsik is I <<$nameBoyfrend[numnpcboy]>>, let´s go to somewhere to walk."'
  10. end
  11. if boyvstre[numnpcboy] = 0:
  12. 'In the tube, a male voice says "Hello Can <<$name>>?"'
  13. '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."'
  14. =======
  15. boyinday[numnpcboy]=day
  16. Gcall=0
  17. minut+=3
  18. gs'stat'
  19. 'You take the phone "Hello."'
  20. if boyvstre[numnpcboy]>0:
  21. 'Male voice on the phone says "Hi, <<$nameBoyfrend[numnpcboy]>>, let`s go for a walk to somewhere."'
  22. end
  23. if boyvstre[numnpcboy]=0:
  24. 'In the tube male voice says "hello. Light can be?"'
  25. 'You are responsible interlocutor, that you are the Light. The stranger was delighted "I <<$nameBoyfrend[numnpcboy]>>, you and I met at the disco. remember? Let`s go for a walk."'
  26. >>>>>>> 162_gtelefon
  27. end
  28. <<<<<<< 162_gtelefon
  29. act 'I´m busy today':
  30. cls
  31. minut += 3
  32. if boyvstre[numnpcboy] = 0: otnBoyFrend[numnpcboy] -= 10
  33. if boyvstre[numnpcboy]>0: otnBoyFrend[numnpcboy] -= 5
  34. gs 'stat'
  35. ''
  36. if otnBoyFrend[numnpcboy]>20:
  37. otnBoyFrend[numnpcboy] = 0
  38. '<<$nameBoyfrend[numnpcboy]>> upset. "Well, then, as something next time."'
  39. end
  40. if otnBoyFrend[numnpcboy] <= 20:
  41. otnBoyFrend[numnpcboy] = 0
  42. '<<$nameBoyfrend[numnpcboy]>> angry. "Well, if you went to the dick." And hung up.'
  43. end
  44. act 'Hangup': gt 'korrPar'
  45. =======
  46. act 'I`m busy today':
  47. cls
  48. minut+=3
  49. if boyvstre[numnpcboy]=0:otnBoyFrend[numnpcboy]-=10
  50. if boyvstre[numnpcboy]>0:otnBoyFrend[numnpcboy]-=5
  51. gs'stat'
  52. ''
  53. if otnBoyFrend[numnpcboy]>20:
  54. !otnBoyFrend[numnpcboy]=0
  55. '<<$nameBoyfrend[numnpcboy]>> upset. "Well then."'
  56. end
  57. if otnBoyFrend[numnpcboy]<=20:
  58. otnBoyFrend[numnpcboy]=0
  59. '<<$nameBoyfrend[numnpcboy]>> angry. "Well." And hung up.'
  60. end
  61. act 'Hang up':gt'korrPar'
  62. >>>>>>> 162_gtelefon
  63. end
  64. <<<<<<< 162_gtelefon
  65. if GvstreBoy = 0:
  66. act 'Meet me in the park':
  67. cls
  68. minut += 3
  69. GvstreBoy = 1
  70. GvstreBoyAfter[numnpcboy] = 1
  71. SkverBoy = numnpcboy
  72. gs 'stat'
  73. 'You are invited to meet in the park.'
  74. act 'Hangup': gt 'korrPar'
  75. end
  76. end
  77. =======
  78. if GvstreBoy=0:
  79. act 'Let`s meet in the park':
  80. cls
  81. minut+=3
  82. GvstreBoy=1
  83. GvstreBoyAfter[numnpcboy]=1
  84. SkverBoy=numnpcboy
  85. gs'stat'
  86. 'You are invited to meet in the park.'
  87. act 'Hang up':gt'korrPar'
  88. end
  89. end
  90. >>>>>>> 162_gtelefon
  91. --- gtelefon ---------------------------------