205_gdk 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # gdk
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. gs 'stat'
  5. gs 'time'
  6. '<center><B><font color = maroon>House of Culture</font></B></center>'
  7. if hour >= 9 and hour < 20:
  8. '<center><img src="images\etogame\dk.jpg"></center>'
  9. 'In the evenings, from 20.00 to 23.00 dances. Entrance 25 rubles.'
  10. end
  11. if hour >= 20 and hour <= 23:
  12. '<center><img src="images\etogame\dk_night.jpg"></center>'
  13. '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.'
  14. if money >= 25: act 'Sign in here': money -= 25 & minut += 15 & gt 'gdkin'
  15. end
  16. act 'Exit': gt 'gorodok'
  17. if hour >= 16 and hour <= 20:
  18. 'Now the house of culture sports sections.'
  19. act 'Go to section': gt 'gdksport'
  20. end
  21. if hour >= 8 and hour <= 18:
  22. 'Now the house of culture rabotet library.'
  23. act 'Go to the library': gt 'gdkbibl'
  24. end
  25. if hour < 9: '<center><img src="images\etogame\dk_night.jpg"></center>'
  26. if week < 6:
  27. if hour >= 16 and hour < 18:
  28. 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  29. end
  30. end
  31. if week >= 6:
  32. if hour >= 11 and hour < 18:
  33. 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  34. end
  35. end
  36. --- gdk ---------------------------------