liam.tw 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. :: liam[outdoors public car region_pushkin]
  2. <h2>Pushkin Town Center</h2>
  3. <<if $time.isWinter>>
  4. <<imageDayNight "locations/pushkin/townwinter#.jpg" "" "night">>
  5. <<else>>
  6. <<imageDayNight "locations/pushkin/#.jpg" "liam" "townnight">>
  7. <</if>>
  8. <p>This historic region, sometimes called Old Town, was originally the village of Pushkin and that name is still used to this day.</p>
  9. <p>
  10. Later, the rich bought the land off the poor and knocked down the wooden shacks and farm houses to build large estates.
  11. The town began to grow rapidly, and it became a desirable suburb.
  12. </p>
  13. <p>
  14. Since then, even the old houses have been improved, extended, and modernized.
  15. The old buildings and beautiful park made it popular with tourists, and expansion has lead to the boarders between itself and Pavlovsk being merged.
  16. </p>
  17. <p>
  18. <<ConnectedLocation 'Vacant House' 'dvor' '' 'locations/pushkin/dvor1.jpg' 5>>
  19. <<ConnectedLocation 'Passage' 'ugol' '' 'locations/pushkin/ugelm1.jpg' 5>>
  20. Not far from here is the Okhlopkov Square with its boutique shops.
  21. Close by is a narrow street leading to a vacant house.
  22. You can also see a passage between the houses leading to a courtyard.
  23. </p>
  24. <!--<<if $time.hour >= 13 and $time.hour <= 15 and getvar("$bodimodel") == 1 and getvar("$arts") == 0 and getvar("$tusa") == 1>>
  25. <<if rand(1,100) >= 90>>
  26. <<set $time.minutes += 5>>
  27. <<gs 'dibodi'>>
  28. <<image "characters/pushkin/marinka/marinka.jpg">>
  29. You notice a girl from the local hangout, Marinka, standing in a doorway nearby.
  30. <<actCLA 'Ask Marinka about the art studio'>>
  31. <<gt 'dibodi' 'sptusa'>>
  32. <</actCLA>>
  33. <</if>>
  34. <</if>>-->
  35. <!-- !!this location does not exist-->
  36. <!-- !!if arts = 1:'<<link "Marinka''s Apartment">><<gt 'Marin' 'start'>><</link>>'-->
  37. <<ConnectedLocation 'Five Eight estate' 'pav_complex' 'start' 'locations/pavlovsk/resident/apartment/complex.jpg' 50 `{priority:10000,hotkeys:['H']}`>>
  38. <<ConnectedLocation 'Residential Area' 'pav_residential' '' 'locations/pavlovsk/pavres.jpg' 30>>
  39. <<ConnectedLocation 'Pushkin Park' 'parks' '' 'locations/pushkin/park/parkus.jpg' 10>>
  40. <<ConnectedLocation 'Commercial Area' 'pav_commercial' '' 'locations/pavlovsk/gorodok.jpg' 25>>
  41. <<ConnectedLocation 'Industrial Area' 'pav_industrial' '' 'locations/pavlovsk/factory/pav_factory.jpg' 30>>
  42. <<ConnectedLocation 'Market' 'pav_market' '' 'locations/pavlovsk/pav_market_day.jpg' 20>>
  43. <<ConnectedLocation 'Train Station' 'pav_train_hall' '' 'locations/pavlovsk/trainstation/pavtrainstation_day.jpg' 15>>
  44. <<ConnectedLocation 'Highway' 'road' 19 'locations/highway/road.jpg' 5>>
  45. <<ConnectedLocation 'Okhlopkov Square' 'liames' '' 'locations/pushkin/liames.jpg' 5>>
  46. /*<<if $pushkin_walk_day != $time.daystart>>
  47. <<actCLA 'Take a walk (1:00)'>>
  48. <<set $time.minutes += 60>>
  49. <<set $pc.mood += 10>>
  50. <<set $pc.pcs_willpwr += 1>>
  51. <<set $pushkin_walk_day = $time.daystart>>
  52. You breathe in the fresh air and slowly walk along the narrow streets of the Old Town, admiring the beautiful architecture.
  53. <<actCLA 'Continue'>>
  54. <<gt 'liam'>>
  55. <</actCLA>>
  56. <</actCLA>>
  57. <</if>>*/
  58. <!-- !-- Random prostitution solicitation check -------------------------->
  59. <!--<<if getvar("$prostitute['blocked']") == 0>>
  60. <<gs 'prostitution_functions' 'check_solicitation_event'>>
  61. <</if>>
  62. -->