1
0

Timofei.qsrc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Timofei
  2. minut += 1
  3. sosedDay = daystart
  4. gs 'stat'
  5. '<center><img <<$set_imgh>> src="images/characters/city/timothy/sosed.jpg"></center>'
  6. 'Timofei takes a long drag from his cigarette and flicks off some of the ashes into a jar. He gives you a nod when he notices you, "Hello."'
  7. act 'Say "hello" and leave':gt 'etoexhib', 'pos51'
  8. act 'Have a chat with Timofei':
  9. cls
  10. minut += 15
  11. Sosed += 1
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/characters/city/timothy/sosed.jpg"></center>'
  14. if sosedSlut = 0:
  15. if sosed = 1:
  16. 'Timofei tells you that he''s a college student but he''s going to graduate soon.'
  17. elseif sosed = 2:
  18. 'Timofei tells you that he lives with his mother; his father filed for divorce a couple of years ago and now and lives with a new wife and children.'
  19. elseif sosed = 3:
  20. 'Timofei tells you that he is working towards a law degree and his father promised to buy him a car if he succeeds.'
  21. elseif sosed = 4:
  22. 'Timofei tells you that he has been taking dance lessons since he could walk and even today, he often practices at dancing at the fitness center.'
  23. elseif sosed = 5:
  24. 'Timofei tells you that he spends most of his evenings repairing computers. It costs him most of his freetime but at least he doesn''t have to rely on his parents for money.'
  25. elseif sosed = 6:
  26. 'Timofei tells you that after college, he wants to go to university and study law; he''ll probably have to serve in the military first, though.'
  27. elseif sosed >= 7:
  28. 'Timofei and you chat about life, computers and other things, cracking jokes and enjoying each other''s company.'
  29. end
  30. elseif sosedSlut = 1:
  31. 'You are trying to strike up a conversation but Timofei''s responses are taciturn and once he finishes his cigarette, he turns and leaves without another word.'
  32. end
  33. act 'Say goodbye and leave':gt 'etoexhib', 'pos51'
  34. end
  35. --- Timofei ---------------------------------