gskver 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. if StoryLine = 1 and BeInSchool > 0:
  14. 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>'
  15. end
  16. act 'Walk (0:15)':
  17. cla
  18. *clr
  19. 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. minut += 60
  29. money += 10
  30. manna -= 5
  31. gs 'stat'
  32. '<center><img src="images/etogame/flaer.jpg"></center>'
  33. 'You an hour handing out flyers park visitors. Then you got 10 rubles.'
  34. act 'Move away':gt 'gskver'
  35. end
  36. end
  37. if sport > 0 and hour > 5 and hour < 22 and daybegskver ! daystart:
  38. act 'Run on the square (1:00)':
  39. cls
  40. minut += 60
  41. if salo > 3:salo -= rand(1, 3)
  42. fat -= rand(5, 15)
  43. beg += rand(3, 6)
  44. sweat += 2
  45. daybegskver = daystart
  46. gs 'stat'
  47. ! WD: Remove Dupe Images ~ '<center><img src="images/pic/parkbeg.jpg"></center>'
  48. '<center><img src="images/etogame/parkbeg.jpg"></center>'
  49. 'You are within an hour running through the square'
  50. act 'Further':place = 1 & Frend_num = 0 & gt 'placer'
  51. end
  52. end
  53. act 'Get out of the park':minut += 5 & gt 'gorodok'
  54. --- gskver ---------------------------------