|
@@ -158,13 +158,35 @@ if $ARGS[0] = 'main':
|
|
|
end
|
|
|
|
|
|
|
|
|
- if hour >= 6 and hour < 22:
|
|
|
- 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is sitting on her bed. She looks a bit confused, as if she''s not sure where to go.'
|
|
|
- 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> slowly shuffles across the room, using his cane for support.'
|
|
|
+ if hour >= 6 and hour < 8:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is puttering around in the kitchen, making breakfast.'
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> is sitting at the kitchen table, drinking a black cup of coffee.'
|
|
|
+ elseif hour >= 8 and hour < 10:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is slowly wandering through the house, tidying up as she goes along.'
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> is sitting in his recliner, watching the morning news.'
|
|
|
+ elseif hour >= 10 and hour < 11:
|
|
|
+ 'Your grandmother is napping on the sofa, curled up under a heavy quilt.'
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> is sitting in his recliner, watching the morning news.'
|
|
|
+ elseif hour >= 11 and hour < 12:
|
|
|
+ 'Your grandmother is napping on the sofa, curled up under a heavy quilt.'
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> is sitting next to her, stroking her hair and faintly smiling.'
|
|
|
+ elseif hour >= 12 and hour < 13:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is in the kitchen, making a sandwich, while your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> waits at the kitchen table.'
|
|
|
+ elseif hour >= 13 and hour < 15:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is sitting by the window, '+iif(sunWeather = 0, 'watching the rain','looking outside')+'.'
|
|
|
+ 'Your grandfather is leaned back in his recliner, fast asleep.'
|
|
|
+ elseif hour >= 15 and hour < 17:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> and <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> are watching an old-timey-looking show on the TV.'
|
|
|
+ elseif hour >= 17 and hour < 18:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> is puttering around in the kitchen, making dinner.'
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> is sitting at the kitchen table, waiting for grandma to bring his food.'
|
|
|
+ elseif hour >= 18 and hour < 20:
|
|
|
+ 'Your <a href="exec: gt ''gadhouse'',''grandma'' ">grandmother</a> and <a href="exec: gt ''gadhouse'',''grandpa'' ">grandfather</a> are watching the evening news on the TV.'
|
|
|
else
|
|
|
- 'Your grandparents sleep in separate beds. It''s quite strange since they''re still madly in love with eachother.'
|
|
|
+ 'Your grandparents are asleep. They sleep in separate beds, which is quite strange since they''re still madly in love with each other.'
|
|
|
end
|
|
|
|
|
|
+
|
|
|
if mira_guest = 1: MiraLoc = 6 & '<a href="exec: gt ''miroslava'', ''Start''">Mira</a> is sitting next to you.'
|
|
|
|
|
|
gs 'stat'
|