pav_commcenter.tw 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. :: pav_commcenter[outdoors public]
  2. <<gs 'family_schedule'>>
  3. <h2>Community Centre</h2>
  4. <<if $time.dayStage < 4>>
  5. <<image "locations/pavlovsk/community/dk.jpg">>
  6. <<else>>
  7. <<image "locations/pavlovsk/community/dk_night.jpg">>
  8. <</if>>
  9. <<ConnectedLocation 'Residential Area' 'pav_residential' '' 'locations/pavlovsk/pavres.jpg' 2>>
  10. /*<<if $time.hour >= 20 and $time.hour <= 23 and $time.weekday >= 5 and $time.weekday < 7>>
  11. <p>The entrance to the community centre is full of young people. The guys are just hanging around smoking and joking while the girls are in small groups, all dressed up and gossiping. You see the bushes moving - Pavlovsks' famous make out garden.</p>
  12. <<if $gdkincum == $time.daystart and ($pc.cumAtLocation(6) == 0 and $pc.cumAtLocation(7) == 0) and $pc.cumAtLocation(11) == 0>>
  13. <<set $gdkincum = 0>>
  14. <</if>>
  15. <<if $gdkincum != $time.daystart>>
  16. <<if $pav_disco_in == $time.daystart>>
  17. <<actCLA 'Return to the dance'>>
  18. <<gt 'pav_disco'>>
  19. <</actCLA>>
  20. <<elseif $finances.cash >= 25>>
  21. <<actCLA 'Go to the dance (25 <b>₽</b>)'>>
  22. <<set $finances.cash -= 25>> <<set $time.minutes += 5>> <<gt 'pav_disco'>>
  23. <</actCLA>>
  24. <<else>>
  25. <p>The dance is on currently but you do not have the 25 <b>₽</b> entrance fee.</p>
  26. <</if>>
  27. <<else>>
  28. <<if ($pc.cumAtLocation(6) == 1 or $pc.cumAtLocation(7) == 1) and $pc.cumAtLocation(11) == 1>>
  29. You should clean the cum off your face and clothes before heading back to the dance.
  30. <<elseif $pc.cumAtLocation(11) == 1>>
  31. You should clean the cum off your face before heading back to the dance.
  32. <<elseif $pc.cumAtLocation(6) == 1 or $pc.cumAtLocation(7) == 1>>
  33. You should clean the cum off your clothes before heading back to the dance.
  34. <</if>>
  35. <</if>>
  36. <<else>>*/
  37. The community centre has sports facilities and offers classes in the evening.
  38. It houses a small library which is open from 08:00 until 18:00.
  39. /*<Upstairs, there are some hobby clubs available from 12:00 until 20:00.
  40. The sports section is open from 14:00 until 20:00 during the week and from 09:00 until 20:00 during the weekend.
  41. <p>On Friday and Saturday evenings, from 20:00 to midnight, the main hall is used as a club with popular music and dancing. Entry fee is 25 <b>₽</b>.</p>
  42. </if>>
  43. <<if $time.month > 8 and getvar("$ml_guitarlesson['advertisement']") == 0>>
  44. <<gt 'music_guitarlesson' 'advertisement'>>
  45. <</if>>
  46. <<if ($time.weekday < 6 and $time.hour >= 14 and $time.hour < 20) or ($time.weekday >= 6 and $time.hour >= 9 and $time.hour < 20)>>
  47. <<actCLA 'Go to the sports section'>>
  48. <<gt 'gdksport' 'start'>>
  49. <</actCLA>>
  50. <</if>>*/
  51. <<if $time.hour >= 8 and $time.hour < 18>>
  52. <<ConnectedLocation 'Library' 'pav_library' '' 'locations/pavlovsk/community/library/gdkbibl.jpg' 2>>
  53. <</if>>
  54. /*<<if $time.hour >= 12 and $time.hour < 20>>
  55. <<actCLA 'Go upstairs to the hobby clubs'>>
  56. <<gt 'pav_commclubs'>>
  57. <</actCLA>>
  58. <</if>>
  59. <<actCLA 'Check the noticeboard'>>
  60. <<gs 'noticeboard' 'start'>>
  61. <</actCLA>>
  62. <<if $nerd_game['game_day'] == $time.daystart and $time.hour == 19 and getvar("$time.yearstart") == 1>>
  63. <<actCLA 'Wait for game night to start'>>
  64. <<set $time.minutes += 60 - $time.minutes>> <<gt 'nerd_game_night' 'game'>>
  65. <</actCLA>>
  66. <</if>>
  67. <<if $nerd_game['game_day'] == $time.daystart and $time.hour == 20 and getvar("$time.yearstart") == 1>>
  68. <<actCLA 'Go up stairs to the hobby clubs and <b>Join nerds</b>'>>
  69. <<gt 'nerd_game_night' 'game'>>
  70. <</actCLA>>
  71. <</if>>
  72. <<if $time.hour >= 8>>
  73. <<actCLA 'Go to the toilets'>>
  74. <<gt 'gdktoilet' 'start'>>
  75. <</actCLA>>
  76. <</if>>
  77. <<if getvar("$joint") > 0 and getvar("$jointhigh") == 0>>
  78. <<actCLA 'Smoke a joint'>>
  79. <<gs 'drugs' 'joint'>> <<gt $location>>
  80. <</actCLA>>
  81. <</if>>
  82. <<if getvar("$locat['Anya']") == 10>>
  83. Your sister <<link "Anya">><<gt 'sister' 'pav_commcenter'>><</link>> is sitting with a group of boys and girls, drinking beer.
  84. <</if>>*/