gdk.qsrc 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # gdk
  2. music_loop = 0
  3. CLOSE ALL
  4. $menu_loc = 'gdk'
  5. $menu_arg = ''
  6. menu_off = 0
  7. $metka = ''
  8. $loc = $curloc
  9. $location_type = 'public_outdoors'
  10. gs 'stat'
  11. '<center><b><font color="maroon">Community Centre</font></b></center>'
  12. act 'Leave': minut += 2 & gt 'pavResidential'
  13. if hour >= 9 and hour < 20:
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk.jpg"></center>'
  15. else
  16. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk_night.jpg"></center>'
  17. end
  18. if hour >= 20 and hour <= 23 and week >= 5 and week < 7:
  19. 'The entrance to the Community Centre is full of young people, the guys are just hanging around smoking and joking. The girls in small groups, all dressed up and gossiping. You see the bushes moving, Pavlovsks'' famous make out garden.'
  20. 'You hear people in the alley beside the club. <a href="exec:minut += 5 & gt ''ugel''">Investigate</a>.'
  21. if gdkincum = daystart and (cumloc[6] = 0 and cumloc[7] = 0) and cumloc[11] = 0:
  22. gdkincum = 0
  23. end
  24. if gdkincum ! daystart:
  25. if gdkin_in = daystart:
  26. act 'Return to the dance':gt 'gdkin'
  27. elseif money >= 25:
  28. act 'Go to the dance (25 <b>₽</b>)':
  29. money -= 25
  30. minut += 5
  31. gt 'gdkin'
  32. end
  33. end
  34. else
  35. *nl
  36. if (cumloc[6] = 1 or cumloc[7] = 1) and cumloc[11] = 1:
  37. 'You should clean the cum off your face and clothes before heading back to the dance.'
  38. elseif cumloc[11] = 1:
  39. 'You should clean the cum off your face before heading back to the dance.'
  40. elseif cumloc[6] = 1 or cumloc[7] = 1:
  41. 'You should clean the cum off your clothes before heading back to the dance.'
  42. end
  43. end
  44. else
  45. 'The Community Centre has sports facilities and offers classes in the evening.'
  46. 'It houses a small library. Open from 8h until 18h.'
  47. 'Upstairs, there are some hobby clubs available from 12h until 20h.'
  48. 'The sports section is open from 14h until 20h during the week and 9h until 20h during the weekend.'
  49. 'On Friday and Saturday evenings, from 20h to midnight, the main hall is used as a local club, with popular music and dancing. Entrance 25 <b>₽</b>.'
  50. end
  51. if (week < 6 and hour >= 14 and hour < 20) or (week >= 6 and hour >= 9 and hour < 20):act 'Go to the sports section':gt 'gdksport', 'start'
  52. if hour >= 8 and hour < 18:act 'Go to the library':gt 'gdkbibl'
  53. if hour >= 12 and hour < 20:act 'Go upstairs to the hobby clubs':gt'gdkkru'
  54. if nerd_night_game = 1 and nerd_night_game_day = daystart and hour = 19:
  55. act 'Wait for game night to start':
  56. hour = 20
  57. minut = 0
  58. gt 'gdkbibl'
  59. end
  60. end
  61. if nerd_night_game = 1 and nerd_night_game_day = daystart and hour = 20: act 'Go up stairs to the hobby clubs and <b>Join nerds</b>': gt 'gschool_socialchg','nerd game night'
  62. if hour >= 8:act 'Go to the toilets': gt 'gdktoilet', 'start'
  63. if joint > 0 and jointhigh = 0: act 'Smoke a joint': gs 'drugs', 'joint' & gt $loc, $metka
  64. gs'family'
  65. --- gdk ---------------------------------