263_gskver 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # gskver
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. cls
  5. gs 'stat'
  6. gs 'time'
  7. <<<<<<< 263_gskver
  8. '<center><img src="images\gevent\skver.jpg"></center>'
  9. 'Small park where people often rest, walk a couple, played by kids.'
  10. *nl
  11. if hour > 8 and hour < 19: 'Here is a small <a href="exec: minut += 5 & GT ''gskino''">Theater</a>'
  12. if GvstreBoy = 1: 'You can see that in the park walks <a href="exec: numnpc = SkverBoy & GT ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a>.'
  13. if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:
  14. 'You see in the park sitting on the bench <a href="exec:minut += 3 & GT ''kotovEv''">Vitek Kotov</a> with Druganov and beer.'
  15. end
  16. act 'Walk (0:15)':
  17. cla
  18. *clr
  19. set minut += 15
  20. place = 1
  21. Frend_num = 0
  22. gt 'placer'
  23. end
  24. if hour >= 8 and hour < 22:
  25. act 'Distributing flyers to earn money 10 rubles (1:00)':
  26. cla
  27. *clr
  28. '<center><img src="images\etogame\flaer.jpg"></center>'
  29. 'You an hour handing out flyers park visitors. Then you got 10 rubles.'
  30. set minut += 60
  31. set money += 10
  32. set manna -= 5
  33. gs 'stat'
  34. act 'Move away': gt 'gskver'
  35. end
  36. end
  37. act 'Get out of the park': minut += 5 & gt 'gorodok'
  38. =======
  39. '<center><img src="gevent/skver.jpg" ></center>'
  40. 'little Square, in which people often rest, walk a couple, kids play.'
  41. *nl
  42. if hour >8 and hour < 19:'There is a small <a href="exec:minut+=5&GT ''gskino''">theater</a> '
  43. if GvstreBoy=1:'you see, that walks in the park <a href="exec:numnpc=SkverBoy&GT ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a>.'
  44. !if kotovLoveQW>0 and hour>=18 and hour<20 and week<6 or week>=6 and kotovLoveQW>0 and hour>=9 and hour<20:
  45. !'You see in the park sitting on the bench <a href="exec:minut+=3&GT ''kotovEv''">Vitek Cats</a> Druganov and beer.'
  46. !end
  47. if StoryLine=1 and BeInSchool>0:
  48. if hour>=18 and hour<20 and week<6 or week>=6 and hour>=9 and hour<20:
  49. 'You see in the park sitting on the bench <a href="exec:minut+=3&GT ''gopskver''">Vitek Cats, Dan Ryzhov and Shul`ga.</a>'
  50. end
  51. end
  52. act 'take_a_walk 15 minutes':
  53. cla
  54. *clr
  55. set minut = minut + 15
  56. place=1
  57. Frend_num=0
  58. gt'placer'
  59. end
  60. if hour >= 8 and hour <22:
  61. act 'Distributing flyers to earn 10 rubles per hour':
  62. cla
  63. *clr
  64. '<center><img src="pic/flaer.jpg" ></center>'
  65. 'You hour handing out flyers park visitors. Then you got 10 rubles.'
  66. set minut = minut + 60
  67. set money = money + 10
  68. set manna = manna - 5
  69. gs'stat'
  70. act 'move_away':gt'gskver'
  71. end
  72. end
  73. act 'Get out of the park':minut+=5&gt 'gorodok'
  74. >>>>>>> 263_gskver
  75. --- gskver ---------------------------------