瀏覽代碼

[fixed] Locations show opening hours when closed on the island now thanks to julzor

KevinSmarts 3 年之前
父節點
當前提交
8ee76684bd
共有 1 個文件被更改,包括 22 次插入5 次删除
  1. 22 5
      locations/city_island.qsrc

+ 22 - 5
locations/city_island.qsrc

@@ -47,11 +47,28 @@ act 'Wait':gs 'obj_din', 'wait'
 
 gs 'taxi'
 
-if hour >= 8 and hour <= 22:'You can see the <a href="exec:$loc = ''city_island'' & minut += 1 & gt ''kiosk'', ''start''">kiosk</a> selling cigarettes and magazines.'
-if hour >= 8 and hour <= 22:'You can see the <a href="exec:gt ''dolls'', ''start''">Patch Work Dolls</a> is a clothing store that caters to Alternative styles, like gothic, punk, skater, and the like.'
-if hour >= 4 and hour <= 23:'The <a href="exec:minut += 5 & gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
-if week < 6 and hour >= 7:'At the <a href="exec:gt ''univer'', ''start''">University</a> where you can earn your bachelors degree.'
-if student > 0 or (hour >= 6 and hour <= 23):'The <a href="exec:gt ''dorm'', ''start''">University dorms</a> offers small, but cheap, living space, for university students.'
+if hour >= 8 and hour <= 22:
+	'You can see the <a href="exec:$loc = ''city_island'' & minut += 1 & gt ''kiosk'', ''start''">kiosk</a> selling cigarettes and magazines.'
+else
+	'You can see a closed kiosk. It''s open between 08:00 - 23:00.'
+end
+if hour >= 8 and hour < 22:
+	'You can see <a href="exec:gt ''dolls'', ''start''">Patch Work Dolls</a> a clothing store that caters to Alternative styles, like gothic, punk, skater, and the like.'
+else
+	'You can see Patch Work Dolls a clothing store that caters to Alternative styles, like gothic, punk, skater, and the like. It''s open every day between 08:00 - 22:00'
+end
+if hour >= 4:
+	'The <a href="exec:minut += 5 & gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
+else
+	'The Metro Station is closed. The first train will depart at 04:00.'
+end
+if week < 6 and hour >= 7:
+	'Dominating the island is the <a href="exec:gt ''univer'', ''start''">University</a> where you can earn your bachelors degree.'
+else
+	'The University is closed. It''s open during the week from 07:00.'
+end
+if student > 0 or hour >= 6:'The <a href="exec:gt ''dorm'', ''start''">University dorms</a> offers small, but cheap, living space, for university students.'
+
 
 
 --- city_island ---------------------------------