pushkin.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # pushkin
  2. !!2021/05/14
  3. *clr & cla
  4. gs 'shortgs', 'setloc', 'pushkin', $ARGS[0]
  5. $region = 'pushkin'
  6. menu_off = 0
  7. if sound = 0:PLAY 'sound/street.mp3',30
  8. gs'stat'
  9. '<center><B>Pushkin Town Center</B></center>'
  10. if month >= 11 or month <= 3:
  11. if hour >= 8 and hour <= 21:
  12. '<center><img <<$set_imgh>> src="images/locations/pushkin/townwinter.jpg"></center>'
  13. else
  14. '<center><img <<$set_imgh>> src="images/locations/pushkin/townwinternight.jpg"></center>'
  15. end
  16. else
  17. if hour >= 8 and hour <= 21:
  18. '<center><img <<$set_imgh>> src="images/locations/pushkin/liam.jpg" ></center>'
  19. else
  20. '<center><img <<$set_imgh>> src="images/locations/pushkin/townnight.jpg"></center>'
  21. end
  22. end
  23. 'This historic region, sometimes called Old Town was originally the village of Pushkin and that name is still used to this day.'
  24. 'Later, the rich bought the land off the poor and knocked down the wooden shacks and farm houses to build large estates. The town began to grow rapidly, and it became a desirable suburb.'
  25. 'Since then, even the old houses have been improved, extended, and modernized. The old buildings and beautiful park made it popular with tourists, and expansion has lead to the boarders between itself and Pavlovsk being merged.'
  26. 'Not far from here is the <a href="exec:minut += 5 & gt ''pushkin_sq''">Okhlopkov Square</a> with its boutique shops.'
  27. 'Close by is a narrow street leading to a <a href="exec:gt ''dvor'',''start''">vacant house</a>.'
  28. 'You can also see a <a href="exec:gt ''ugol'',''start''">passage</a> between the houses leading to a courtyard.'
  29. 'Ahead you can see the road that leads to the Pushkin Ballet Theatre and it''s <a href="exec:gt ''pushkin_ballet_center'',''start''">residential acccommodation</a>.'
  30. if car > 0 and cardrive = 14:
  31. '<a href="exec:gs ''carF'',''start''">Your <<$car>></a> is parked at the curb.'
  32. end
  33. if hour >= 13 and hour <= 15 and bodimodel = 1 and arts = 0 and tusa = 1:
  34. if rand(1,100) >= 90:
  35. cls
  36. minut += 5
  37. gs'stat'
  38. gs'dibodi'
  39. '<center><img <<$set_imgh>> src="images/characters/pushkin/marinka/marinka.jpg"></center>'
  40. 'You notice a girl from the local hangout, Marinka, standing in a doorway nearby.'
  41. act 'Ask Marinka about the art studio':gt 'dibodi', 'sptusa'
  42. end
  43. end
  44. !!this location does not exist
  45. !!if arts = 1:'<a href="exec:gt ''Marin'',''start''">Marinka''s Apartment</a>'
  46. act 'Walk to the bus station (0:02)': minut += 2 & gt 'bus', 'pushkin'
  47. act 'Walk to Okhlopkov Square (0:05)': minut += 5 & gt 'pushkin_sq'
  48. act 'Walk to the highway (0:05)': minut += 5 & nroad = 19 & gt 'road'
  49. act 'Walk to the park (0:10)': minut += 10 & gt 'pav_park', 'start'
  50. act 'Walk to the train station (0:15)': minut += 15 & gt 'pav_train_hall'
  51. act 'Walk to the Market (0:20)': minut += 20 & gt 'pav_market'
  52. act 'Walk to the Commercial area (0:25)': minut += 25 & gt 'pav_commercial'
  53. act 'Walk to the Residential area (0:30)': minut += 30 & gt 'pav_residential'
  54. act 'Walk to the Industrial region (0:30)': minut += 30 & gt 'pav_industrial'
  55. act 'Walk to the Five Eight estate (0:30)': minut += 30 & gt 'pav_complex', 'start'
  56. if pushkin_walk_day ! daystart:
  57. act 'Take a walk (1:00)':
  58. cla & *nl
  59. minut += 60
  60. pcs_mood += 10
  61. pcs_willpwr += 1
  62. pushkin_walk_day = daystart
  63. gs 'stat'
  64. 'You breathe in the fresh air and slowly walk along the narrow streets of the Old Town, admiring the beautiful architecture.'
  65. act 'Continue': gt'pushkin'
  66. end
  67. end
  68. act 'Wait':gs 'obj_din', 'wait'
  69. !-- Random prostitution solicitation check ------------------------
  70. gs 'prostitution_functions', 'check_solicitation_event'
  71. --- pushkin ---------------------------------