|
@@ -38,7 +38,10 @@ end
|
|
|
'The University area of the city, the University, shops, clubs and the like that cater to the college kids dominate this area of the city. There is only three bridges onto and off the island, plus the metro line.'
|
|
|
|
|
|
!call random events from [street_events], and display them before show location.
|
|
|
-gs'street_event','city_island' & if streetrand = -1:exit
|
|
|
+if streetevent_hour + 2 < hour:gt'street_event','city_island', 'main'
|
|
|
+
|
|
|
+gs 'street_event', 'city_island', 'extras'
|
|
|
+
|
|
|
if home_owned[11] = 1:act '<b>GO HOME</b> (University dorm)':gt 'uni_dorm', 'start'
|
|
|
|
|
|
if car > 0 and cardrive = 25:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
|
|
@@ -72,11 +75,6 @@ act 'Go to the University campus':
|
|
|
gt 'uni_grounds', 'main'
|
|
|
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 home_owned[11] = 1 or university['student'] = 1 or hour >= 6:'The <a href="exec:gt ''uni_dorm'', ''start''">University dorms</a> offers small, but cheap, living space, for university students.'
|
|
|
|
|
|
|