1
0

gskver 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # gskver
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. cls
  5. gs 'stat'
  6. gs 'time'
  7. '<center><img src="images/gevent/skver.jpg"></center>'
  8. 'Small park where people often rest, walk a couple, played by kids.'
  9. *nl
  10. if hour > 8 and hour < 19:'Here is a small <a href="exec:minut += 5 & gt ''gskino''">Theater</a>'
  11. if GvstreBoy = 1:'You can see that in the park walks <a href="exec:numnpc = SkverBoy & gt ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a>.'
  12. !!if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:'You see in the park sitting on the bench <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> with Druganov and beer.'
  13. !!'You see in the park sitting on the bench <a href="exec:minut+=3&GT ''kotovEv''">Vitek Cats</a> Druganov and beer.'
  14. !!end
  15. if StoryLine = 1 and BeInSchool > 0:
  16. if hour >= 18 and hour < 20 and week < 6 or week >= 6 and hour >= 9 and hour < 20:'You see in the park sitting on the bench <a href="exec:minut += 3 & gt ''gopskver''">Vitek Cats, Dan Ryzhov and Shul`ga.</a>'
  17. end
  18. act 'Walk (0:15)':
  19. cla
  20. *clr
  21. set minut += 15
  22. place = 1
  23. Frend_num = 0
  24. gt 'placer'
  25. end
  26. if hour >= 8 and hour < 22:
  27. act 'Distributing flyers to earn money 10 rubles (1:00)':
  28. cla
  29. *clr
  30. '<center><img src="images/etogame/flaer.jpg"></center>'
  31. 'You an hour handing out flyers park visitors. Then you got 10 rubles.'
  32. set minut += 60
  33. set money += 10
  34. set manna -= 5
  35. gs 'stat'
  36. act 'Move away':gt 'gskver'
  37. end
  38. end
  39. act 'Get out of the park':minut += 5 & gt 'gorodok'
  40. --- gskver ---------------------------------