242_gdk 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # gdk
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. <<<<<<< 242_gdk
  5. gs 'stat'
  6. gs 'time'
  7. '<center><B><font color = maroon>House of Culture</font></B></center>'
  8. if hour >= 9 and hour < 20:
  9. '<center><img src="images\etogame\dk.jpg"></center>'
  10. 'In the evenings, from 20.00 to 23.00 dances. Entrance 25 rubles.'
  11. end
  12. if hour >= 20 and hour <= 23:
  13. '<center><img src="images\etogame\dk_night.jpg"></center>'
  14. 'At the entrance to the recreation center full of young people, the guys are just standing and smoking, joking and someone looking out for. Girls in groups of 2-3 people, discussing something, someone just thumps in the bushes.'
  15. if money >= 25: act 'Sign in here': money -= 25 & minut += 15 & gt 'gdkin'
  16. end
  17. act 'Exit': gt 'gorodok'
  18. if hour >= 16 and hour <= 20:
  19. 'Now the house of culture sports sections.'
  20. act 'Go to section': gt 'gdksport'
  21. end
  22. if hour >= 8 and hour <= 18:
  23. 'Now the house of culture rabotet library.'
  24. act 'Go to the library': gt 'gdkbibl'
  25. end
  26. if hour < 9: '<center><img src="images\etogame\dk_night.jpg"></center>'
  27. =======
  28. music_on=0
  29. gs'stat'
  30. gs'time'
  31. '<center><B><font color=maroon>The House of Culture</font></B></center>'
  32. if hour>=9 and hour<20:
  33. '<center><img src="etogame/dk.jpg"></center>'
  34. 'In the evenings 20.00 prior_to 23.00 dancing. entrance 25 rubles.'
  35. end
  36. if hour>=20 and hour<=23:
  37. '<center><img src="etogame/dk_night.jpg"></center>'
  38. 'At the entrance to the recreation center is full of youth, guys just stand and smoke, joke and who-then look out for. Girls in groups on 2-3 man, what-then discuss, who-then just thumps in the bushes.'
  39. if money>=25:act'Join the club':money-=25&minut+=15&gt'gdkin'
  40. end
  41. act 'Go_Out':gt'gorodok'
  42. if hour>=16 and hour<=20:
  43. 'Now the house of culture sports sections.'
  44. act'Go to section':gt'gdksport'
  45. end
  46. if hour>=8 and hour<=18:
  47. 'Now the house of culture rabotet library.'
  48. act'Go to the library':gt'gdkbibl'
  49. end
  50. if hour<9:'<center><img src="etogame/dk_night.jpg"></center>'
  51. >>>>>>> 242_gdk
  52. <<<<<<< 242_gdk
  53. if week < 6:
  54. if hour >= 16 and hour < 18:
  55. 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  56. end
  57. end
  58. if week >= 6:
  59. if hour >= 11 and hour < 18:
  60. 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  61. end
  62. end
  63. =======
  64. if week<6:
  65. if hour>=16 and hour<18:
  66. 'Your sister <a href="exec:SiSgdk=1&GT ''sister''">Anya</a> sitting in the company of boys and devchenok and drinks beer.'
  67. end
  68. end
  69. if week>=6:
  70. if hour>=11 and hour<18:
  71. 'Your sister <a href="exec:SiSgdk=1&GT ''sister''">Anya</a> sitting in the company of boys and devchenok and drinks beer.'
  72. end
  73. end
  74. >>>>>>> 242_gdk
  75. --- gdk ---------------------------------