|
@@ -27,9 +27,22 @@ set minut+=10
|
|
|
'Not so much of a street, more of a connection of several streets including cafes and shops.'
|
|
|
'A street runs straight to the <a href="exec:gt ''liam'',''start''">Town center</a>.'
|
|
|
'Street leads to the Old Town <a href="exec:gt ''parks'',''start''">park</a>.'
|
|
|
-if hour >= 8 and hour <= 20:'A small <a href="exec:gt ''larek'',''start''">shop</a> is currently open.'
|
|
|
-if hour >= 10 and hour <= 22: 'A <a href="exec:gt ''liamelkafe'',''start''">tiny cafe</a> displays a street sign outside its door.'
|
|
|
-if hour >= 8 and hour <= 17 and exhibitionQW > 3:'The <a href="exec:gt ''exhibitionistshop'',''start''">exhibitionist shop</a> is just down a small side street from here.'
|
|
|
+if hour >= 8 and hour <= 20:
|
|
|
+ 'A small <a href="exec:gt ''larek'',''start''">shop</a> is currently open.'
|
|
|
+else
|
|
|
+ 'There is a small local shop that is open 8:00 - 20:00 everyday. Currently closed.'
|
|
|
+end
|
|
|
+if hour >= 10 and hour <= 22:
|
|
|
+ 'A <a href="exec:gt ''liamelkafe'',''start''">tiny cafe</a> displays a street sign outside its door.'
|
|
|
+else
|
|
|
+ 'The tiny cafe here is close currently, it is open every day 10:00 - 22:00'
|
|
|
+if exhibitionQW > 3:
|
|
|
+ if week < 7 and hour >= 8 and hour <= 18:
|
|
|
+ '<a href="exec:gt ''exhibitionistshop'',''start''">Expression of You</a> is just down a small side street from here.'
|
|
|
+ else
|
|
|
+ 'Expression of You is open Mon - Sat, 8:00 - 18:00'
|
|
|
+ end
|
|
|
+end
|
|
|
|
|
|
if home_owned[4] = 1:
|
|
|
act '<b>Go home</b>':gt'korr2x'
|