217_IgorEv 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # IgorEv
  2. gs 'stat'
  3. '<center><B><font color = maroon><<$npcName[4]>> <<$npcSurName[4]>></font></B></center>'
  4. '<center><img src="images\qwest\alter\npc4.jpg"></center>'
  5. if fedorKozlovQW >= 10 or $loc = 'gdkin':
  6. '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."'
  7. act 'Go with Fedor': IdorBlock = 1 & gt 'FedorEv'
  8. exit
  9. end
  10. 'Igor eagerly tell you, "Well what? Come to my house?".'
  11. if IgorLove > 0:
  12. act 'Go to Igor':
  13. cls
  14. minut += 15
  15. gs 'stat'
  16. 'You came home to Igor.'
  17. if IgorDominaQW = 0:
  18. 'Igor starts hugging and kissing you.'
  19. end
  20. if IgorDominaQW > 0:
  21. 'Igor gets up on his knees in front of you, "Madam, I pray for a kiss!"'
  22. end
  23. act 'Leave': IgorLove -= 1 & gt 'gorodok'
  24. end
  25. end
  26. if IgorLove <= 0:
  27. IgorLoverQW = -1
  28. '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."'
  29. act 'Leave': gt 'gorodok'
  30. end
  31. --- IgorEv ---------------------------------