city_island.tw 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. :: city_island[public outdoors car]
  2. <h2>St. Petersburg - Vasilyevsky Island</h2>
  3. <<if $time.isWinter>>
  4. <<imageDayNight "#" "locations/city/island/islandw.jpg" "locations/city/island/islandwn.jpg">>
  5. <<else>>
  6. <<imageDayNight "#" "locations/city/island/island.jpg" "locations/city/island/islandn.jpg">>
  7. <</if>>
  8. The university and shops and clubs that cater to the students dominate this area of the city.
  9. <!-- !call random events from [$street_events], and display them before show location.-->
  10. /*<<if $streetevent_hour + 2 < $time.hour>>
  11. <<gt 'street_event' 'city_island' 'main'>>
  12. <</if>>
  13. <<gs 'street_event' 'city_island' 'extras'>>
  14. <<if func('homes_properties', 'has_access', 'university_dorm')>>
  15. <<actCLA '<b>GO HOME</b> (University dorm)'>>
  16. <<gt 'uni_dorm' 'start'>>
  17. <</actCLA>>
  18. <</if>>*/
  19. <<if $time.hour >= 4 and $time.hour <= 23>>
  20. <<actCLA 'Walk to the Metro'>>
  21. <<gt 'metro_city_island' 'start'>>
  22. <</actCLA>>
  23. <</if>>
  24. <<gs 'taxi'>>
  25. <<gs 'camera' 'check_location'>>
  26. <<if $time.hour >= 8 and $time.hour <= 22>>
  27. 'The <<link 'supermarket'>><<setn $time.minutes += 3>><<gt 'uni_shop' 'start'>><</link>> is not far from here.'
  28. <!-- FAILED TO CONVERT
  29. 'You can see the <a href="exec:$loc = ''city_island'' & minut += 1 & gt ''kiosk'', ''start''">kiosk</a> selling cigarettes and magazines.'
  30. -----
  31. <<set ERROR: FAILED TO CONVERT LITERAL: """'You can see the <a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:$loc = ''city_island''""">> <<set $time.minutes += 1>> <<gt 'kiosk' 'start'">kiosk</a> selling cigarettes and magazines.'>>
  32. -->
  33. <<warn "CONVERSION ERROR 2868db13598ca1701fc332ed5df75c51">>
  34. <<else>>
  35. The local convenience store is closed. It will reopen at 08:00
  36. You can see a closed kiosk. It's open between 08:00 and 23:00.
  37. <</if>>
  38. <<if $time.hour >= 8 and $time.hour < 22>>
  39. <<ConnectedLocation 'Patch Work Dolls' 'shop_dolls' '' 'locations/city/island/dolls/dolls.jpg' 2>>
  40. You can see Patch Work Dolls, a clothing store that caters to Alternative styles, like gothic, punk, skater, and the like. Next to <<link "Nerdvana">><<gt 'shop_nerdvana' 'start'>><</link>> a clothing store for everything a nerd could desire.
  41. <<else>>
  42. You can see Patch Work Dolls, a clothing store that caters to Alternative styles, like gothic, punk, skater. Next door is Nerdvana, the nerd clothing store. They both open every day between 08:00 and 22:00
  43. <</if>>
  44. <<if $time.hour >= 7 and $time.hour < 22>>
  45. 'You can see a sign advertising a coffee shop called <<link 'The Coffee Hole'>><<setn $time.minutes += 3>><<gt 'city_coffee_hole' 'start'>><</link>> just a few blocks away from the university.'
  46. <<else>>
  47. The Coffee Hole is closed. They reopen at 07:00.
  48. <</if>>
  49. <<if $time.hour >= 4 and $time.hour < 23>>
  50. 'The <<link 'Metro'>><<setn $time.minutes += 1>><<gt 'metro' 'start'>><</link>> Station is within a 5 minute walk from here.'
  51. <<else>>
  52. The Metro Station is closed. The first train will depart at 04:00.
  53. <</if>>
  54. <<if getvar("$anushkaCityQW['first_visit']") > 0>>
  55. 'Anushka lives in <<link 'a shared apartment'>><<setn $time.minutes += 1>><<gt 'anushapt_city' 'home'>><</link>> around the corner.'
  56. <</if>>
  57. <<actCLA 'Go to the university campus'>>
  58. <<set $time.minutes += 1>>
  59. <<gt 'uni_grounds' 'main'>>
  60. <</actCLA>>
  61. <<if func('homes_properties', 'has_access', 'university_dorm') or getvar("$university['student']") == 1 or $time.hour >= 6>>
  62. The <<link "University dorms">><<gt 'uni_dorm' 'start'>><</link>> offers small, but cheap, living space, for university students.
  63. <</if>>
  64. <<if getvar("$pcs_magik") >= 1 and getvar("$mainQW") == 0 and setup.startingCharacterTagsIncludes('uni')>>
  65. <<set $menu_off = 1>>
  66. <<set $mainQW = 1>>
  67. <<image "locations/city/citycenter/lab/event/main.jpg">>
  68. You see Tatiana and Gustav standing in front of your dorm. Tatiana adjusts her glasses and looks around, while Gustav seems to be distracted, glancing here and there with a strange look on his face as his tattoos are not visible.
  69. <p>Tatiana looks at you closely. "I felt a burst of energy. Were you attacked by a magician?"</p>
  70. <<actCLA 'No'>>
  71. <<gt 'mainQW'>>
  72. <</actCLA>>
  73. $exit
  74. <</if>>