gdk 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # gdk
  2. music_loop = 0
  3. CLOSE ALL
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. $location_type = 'public_outdoors'
  7. gs 'stat'
  8. '<center><b><font color="maroon">Community Centre</font></b></center>'
  9. if hour < 9:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk_night.jpg"></center>'
  10. if hour >= 9 and hour < 20:
  11. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk.jpg"></center>'
  12. 'The Community Centre has sports facilities and offers classes in the evening.'
  13. 'It houses a small library. Open from 8h until 18h.'
  14. 'Upstairs, there are some hobby clubs available from 12h until 20h.'
  15. 'In the evenings, from 20h to 23h the main hall is used as a local club, with popular music and dancing. Entrance 25 <b>₽</b>.'
  16. elseif hour >= 20 and hour <= 23:
  17. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk_night.jpg"></center>'
  18. '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.'
  19. 'You hear people in the alley beside the club. <a href="exec:minut += 5 & GT ''ugel''">Investigate</a>.'
  20. if gdkin_in = daystart:
  21. act 'Return to the dance':gt 'gdkin'
  22. elseif money >= 25:
  23. act 'Go to the dance (25 <b>₽</b>)':
  24. money -= 25
  25. minut += 5
  26. gt 'gdkin'
  27. end
  28. end
  29. end
  30. if hour >= 14 and hour < 20:act 'Go to the sports section':gt 'gdksport', 'start'
  31. if hour >= 8 and hour < 18:act 'Go to the library':gt 'gdkbibl'
  32. if hour >= 12 and hour < 20:act 'Go upstairs to the hobby clubs':gt'gdkkru'
  33. if hour >= 8:act 'Go to the toilets': gt 'gdktoilet', 'start'
  34. act 'Leave':gt 'pavResidential'
  35. gs'family'
  36. --- gdk ---------------------------------