arturHome.qsrc 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # arturHome
  2. menu_off = 1
  3. arturKnow = 1
  4. frost = 0
  5. minut += 15
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  8. 'Arthur leads you to the parking lot where his black Priora is parked. You get into the car and Arthur drives you to a neighborhood you''ve never ventured into, but you recognize it as an Armenian area of town.'
  9. '"I eat real food for lunch, meat on skewers, not the rubbish in the cafe. And real jam." He says proudly. You continue to make small talk while driving towards your destination.'
  10. act 'Go to his home':
  11. *clr & cla
  12. minut += 60
  13. gs 'drugs', 'alcohol', 'vodka', 2
  14. gs 'boyStat', 'A73'
  15. gs 'stat'
  16. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  17. 'Arthur has generously set the table with food and you eat meat wrapped in grape leaves and roasted on skewers. You drink strong Chacha with your food and quickly find yourself getting tipsy. Once you''re nearly done with your meal Arthur turns on some music before approaching, a look of lust on his face. "Come to me girl." He says authoritatively'
  18. act 'Go with him':arturTimes += 1 & gt 'arturSex'
  19. if condomtalkartur = 0 and arturSex > 0:
  20. act 'Ask him to wear a condom':
  21. *clr & cla
  22. condomtalkartur = 1
  23. gs 'stat'
  24. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
  25. 'You ask Arthur to wear a condom. He scoffs loudly at the suggestion and shakes his head."What? Sex with a condom is like breathing through a mask. No!"'
  26. ! Choosing to give Artur a little accent to emphasize that he is not from the same ethnic group as the rest of town. AB
  27. act 'Go with him':arturTimes += 1 & gt 'arturSex'
  28. gs 'willpower', 'sex', 'resist', 'hard'
  29. if will_cost <= pcs_willpwr:
  30. act 'Leave (<<will_cost>> Willpower)':
  31. gs 'willpower', 'sex', 'resist', 'hard'
  32. gs 'willpower', 'pay', 'resist'
  33. gs 'stat'
  34. gt 'pav_commercial'
  35. end
  36. else
  37. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  38. end
  39. end
  40. end
  41. gs 'willpower', 'sex', 'resist', 'hard'
  42. if will_cost <= pcs_willpwr:
  43. act 'Leave (<<will_cost>> Willpower)':
  44. gs 'willpower', 'sex', 'resist', 'hard'
  45. gs 'willpower', 'pay', 'resist'
  46. gs 'stat'
  47. gt 'pav_commercial'
  48. end
  49. else
  50. act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  51. end
  52. end
  53. --- arturHome ---------------------------------