1
0

TV.qsrc 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. # TV
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. elektro += 5
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/shared/home/telek.jpg"></center>'
  8. 'You turn on the TV and settled comfortably on the couch.'
  9. if TV = 1:'Your ancient TV warms up and you''re greeted by adverts, the sound is terrible.'
  10. if TV = 2:'Your huge plasma comes to life and you hear the crisp sound of some advert, it looks great in HD.'
  11. if kabel = 0:
  12. 'You do not have cable, so it shows only one channel that''s just constant advertising and news.'
  13. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'nokable'
  14. elseif kabel = 1:
  15. 'You have cable TV.'
  16. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'kable'
  17. end
  18. if daystart < 10 and StoryLine = 0 and ntstart = 0:'Sometimes while watching TV you catch a glimpse of your legs or chest, and every time it''s a bit shocking for you to see that your body is now that of a woman.'
  19. act 'Turn off the TV and get off the couch':
  20. cla
  21. gt 'TV', 'fin'
  22. end
  23. end
  24. if $ARGS[0] = 'nokable':
  25. cla
  26. clr
  27. *clr
  28. pcs_mood += 6
  29. pcs_willpwr += rand(5, 10)
  30. elektro += 3
  31. gs 'stat'
  32. '<center><img <<$set_imgh>> src="images/shared/home/telek.jpg"></center>'
  33. 'You watch the network channel, lying on the couch. It''s all repeats and cheesy infomercials.'
  34. if daystart < 10 and StoryLine = 0 and ntstart = 0:'Sometimes while watching TV you catch a glimpse of your legs or chest, and every time it''s a bit shocking for you to see that your body is now that of a woman.'
  35. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'nokable'
  36. act 'Turn off the TV and get off the couch':gt 'TV', 'fin'
  37. end
  38. if $ARGS[0] = 'kable':
  39. cla
  40. clr
  41. *clr
  42. pcs_mood += 12
  43. pcs_willpwr += rand(10, 20)
  44. elektro += 3
  45. gs 'stat'
  46. '<center><img <<$set_imgh>> src="images/shared/home/telek.jpg"></center>'
  47. 'You watch cable television., it''s really good these days.'
  48. if daystart < 10 and StoryLine = 0 and ntstart = 0:'Sometimes while watching TV you catch a glimpse of your legs or chest, and every time it''s a bit shocking for you to see that your body is now that of a woman.'
  49. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'kable'
  50. act 'Turn off the TV and get off the couch':gt 'TV', 'fin'
  51. end
  52. if $ARGS[0] = 'fin':
  53. cla
  54. gt $loc, $metka
  55. end
  56. if $ARGS[0] = 'pav':
  57. if tvtime = 0:
  58. cla
  59. clr
  60. minut += 5
  61. tvtime = 1
  62. gs 'stat'
  63. '<center><video autoplay src="images/locations/gadukino/grandparents/tv/oldtvon.mp4"></video></center>'
  64. 'You turn on the TV and settled comfortably on the couch as you wait for the ancient TV to warm up. After 5 minutes or so, the tiny white dot at the center of the screen expands into a grainy black and white image that scrolls up and down for a few moments before settling.'
  65. act 'Continue': gt 'TV', 'pav'
  66. elseif tvtime = 1:
  67. cla
  68. cls
  69. pcs_willpwr += rand(5, 10)
  70. pcs_mood += rand(5, 10)
  71. gs 'stat'
  72. '<center><img <<$set_imgh>> src="images/shared/home/telek.jpg"></center>'
  73. 'You are watching one of the half dozen or so television channels that you can get without cable. None of their programs are really worth watching, but the distraction is welcome anyway.'
  74. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'pav'
  75. act 'Turn off the TV':
  76. cls
  77. cla
  78. tvtime = 0
  79. '<center><video autoplay src="images/locations/gadukino/grandparents/tv/tv_turn_off_effect.mp4"></video></center>'
  80. 'You turn off the TV and the image folds in on itself to form a bright line across the screen which then shrinks into a tiny white dot that slowly fades. The speakers emit a high pitched squalk in protest.'
  81. act 'Continue': gt $loc, $metka
  82. end
  83. end
  84. end
  85. if $ARGS[0] = 'gad':
  86. if tvtime = 0:
  87. cla
  88. clr
  89. minut += 5
  90. tvtime = 1
  91. gs 'stat'
  92. '<center><video autoplay src="images/locations/gadukino/grandparents/tv/oldtvon.mp4"></video></center>'
  93. 'You turn on the TV and settled comfortably on the couch as you wait for the ancient TV to warm up. After 5 minutes or so, the tiny white dot at the center of the screen expands into a grainy black and white image that scrolls up and down for a few moments before settling.'
  94. act 'Continue': gt 'TV', 'gad'
  95. elseif tvtime = 1:
  96. cla
  97. cls
  98. pcs_willpwr += rand(5, 10)
  99. pcs_mood += rand(5, 10)
  100. gs 'stat'
  101. '<center><video autoplay loop src="images/locations/gadukino/grandparents/tv/tv'+rand(1,5)+'.mp4"></video></center>'
  102. 'You are watching one of the three television channels that you can get here in the country. None of their programs are really worth watching, but the distraction is welcome anyway.'
  103. act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'gad'
  104. act 'Turn off the TV':
  105. cls
  106. cla
  107. tvtime = 0
  108. '<center><video autoplay src="images/locations/gadukino/grandparents/tv/tv_turn_off_effect.mp4"></video></center>'
  109. 'You turn off the TV and the image folds in on itself to form a bright line across the screen which then shrinks into a tiny white dot that slowly fades. The speakers emit a high pitched squalk in protest.'
  110. act 'Continue': gt $loc, $metka
  111. end
  112. end
  113. end
  114. --- TV ---------------------------------