|
@@ -106,5 +106,33 @@ if $ARGS[0] = 'gad':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'meyhome':
|
|
|
+ if tvtime = 0:
|
|
|
+ *clr & cla
|
|
|
+ minut += 5
|
|
|
+ tvtime = 1
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tvon.jpg"></center>'
|
|
|
+ 'You turn on the TV and settle comfortably on the couch.'
|
|
|
+ 'Your huge plasma comes to life, and you hear the crisp sound of some advert. It looks great in HD.'
|
|
|
+ 'You have cable TV.'
|
|
|
+ act 'Watch Cable TV': gt 'TV', 'meyhome'
|
|
|
+ elseif tvtime = 1:
|
|
|
+ *clr & cla
|
|
|
+ pcs_mood += 12
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tvon.jpg"></center>'
|
|
|
+ 'You watch cable television. It''s really good these days.'
|
|
|
+ act 'Watch TV (1:00)': minut += 60 & gt 'TV', 'meyhome'
|
|
|
+ act 'Turn off the TV and get off the couch':
|
|
|
+ *clr & cla
|
|
|
+ tvtime = 0
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tvoff.jpg"></center>'
|
|
|
+ 'You turn off the TV and the image blinks out of existence, while you stand up and stretch your legs.'
|
|
|
+ act 'Continue': gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
--- TV ---------------------------------
|
|
|
|