271_IgorEv 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # IgorEv
  2. <<<<<<< 271_IgorEv
  3. gs 'stat'
  4. '<center><B><font color = maroon><<$npcName[4]>> <<$npcSurName[4]>></font></B></center>'
  5. '<center><img src="images\qwest\alter\npc4.jpg"></center>'
  6. if fedorKozlovQW >= 10 or $loc = 'gdkin':
  7. 'To you and Igor suitable Fedor. "Gosh, you do not confused? <<$name>> my girl." Igor blushed "Well Fed, you know, I did not know. But if you insist, then okay, I´m just a joke." Fyodor nodded, "Well, go wherever you go, a practical joker."'
  8. act 'Go with Fedor': IdorBlock = 1 & gt 'FedorEv'
  9. =======
  10. gs'stat'
  11. '<center><B><font color=maroon><<$npcName[4]>> <<$npcSurName[4]>></font></B></center>'
  12. '<center><img src="qwest/alter/npc/4.jpg" ></center>'
  13. if fedorKozlovQW>=10 and $loc='gdkin':
  14. 'To you and Igor suitable Fedor. "Gosh, You do not mistake? Light my girl." Igor blushed "Well Fed, understand, I did not know. But if you insist, it`s okay, I`m just so, in jest." Fyodor nodded "Well, joker."'
  15. act 'Go with Fedor':IdorBlock=1&gt 'FedorEv'
  16. >>>>>>> 271_IgorEv
  17. exit
  18. end
  19. <<<<<<< 271_IgorEv
  20. 'Igor eagerly tell you, "Well what? Come to my house?".'
  21. =======
  22. 'Igor impatiently told you "what? go to my home?".'
  23. >>>>>>> 271_IgorEv
  24. <<<<<<< 271_IgorEv
  25. if IgorLove > 0:
  26. act 'Go to Igor':
  27. cls
  28. minut += 15
  29. gs 'stat'
  30. 'You came home to Igor.'
  31. if IgorDominaQW = 0:
  32. 'Igor starts hugging and kissing you.'
  33. end
  34. if IgorDominaQW > 0:
  35. 'Igor gets up on his knees in front of you, "Madam, I pray for a kiss!"'
  36. end
  37. act 'Leave': IgorLove -= 1 & gt 'gorodok'
  38. end
  39. end
  40. if IgorLove <= 0:
  41. IgorLoverQW = -1
  42. 'Along the way, Igor began to chant "<<$name>>, I love you so much, but you do not know me, you know, I began to wonder if perhaps we should leave."'
  43. act 'Leave': gt 'gorodok'
  44. =======
  45. if IgorLove>0:
  46. act 'Go to Igor':
  47. cls
  48. minut+=15
  49. gs'stat'
  50. 'You came to Igor home.'
  51. if IgorDominaQW=0:
  52. 'Igor starts to hug you and kiss.'
  53. end
  54. if IgorDominaQW>0:
  55. 'Igor gets on his knees in front of you "Mrs., pray, the kiss!"'
  56. end
  57. act 'Get_Away':IgorLove-=1&gt'gorodok'
  58. end
  59. end
  60. if IgorLove<=0:
  61. IgorLoverQW=-1
  62. 'Along the way "Sveta, i love you so much, but you did not know, know, I began to wonder, we probably should leave."'
  63. act 'Get_Away':gt'gorodok'
  64. >>>>>>> 271_IgorEv
  65. end
  66. --- IgorEv ---------------------------------