mod_wlife_misc_sex.qsrc 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # mod_wlife_misc_sex
  2. if $ARGS[0] = 'piss_self_0':
  3. *clr & cla
  4. menu_off = 1
  5. pcs_mood += 20
  6. pcs_horny += iif(pcs_horny > 60, 10, 20)
  7. pcs_willpwr += 1
  8. wl_timer['pissing_self'] = daystart
  9. if wl_status['pissing_self'] = 0:
  10. minut += 2
  11. wl_status['pissing_self'] = 1
  12. '<center><video autoplay loop src="mod/wlife/images/player/sex/piss_self_0.mp4"></video></center>'
  13. 'You lie down in the bathtub. How are you going to do this? you ask yourself. It''s not as if you can aim it like a guy. Maybe you should get a glass or something? But it wouldn''t be the same. You want to feel the warm piss hitting you in the face, pooling in your mouth. Maybe you should lie down and pull your legs over your head? That way it would be possible to catch it with your mouth.'
  14. *nl
  15. 'Your back and neck hurt a bit, but after a few tries you find a reasonably comfortable position.'
  16. act 'Piss on your face': gt 'mod_wlife_misc_sex', 'piss_self_1'
  17. else
  18. gt 'mod_wlife_misc_sex', 'piss_self_1'
  19. end
  20. gs 'stat'
  21. end
  22. if $ARGS[0] = 'piss_self_1':
  23. *clr & cla
  24. minut += 3
  25. '<center><video autoplay loop src="mod/wlife/images/player/sex/piss_self_'+rand(1,2)+'.mp4"></video></center>'
  26. 'Your own warm urine hits you right in the face. With closed eyes you catch a mouthful, hold it in your mouth savoring the taste before you push it out all over your face. Quickly your hair and face is covered in the strong smelling fluid and it''s intoxicating. You just have to swallow the next load. After you have filled your mouth again, you greedily gulp it down.'
  27. 'Somehow doing such a degrading act here in the comfort of your own home not only makes happy but also better about yourself and all the things you sometimes have to do. The next mouthful goes down into your stomach as well and you keep doing it until you have emptied your bladder all over yourself.'
  28. gs 'arousal', 'pee', -10, 'sub', 'humiliation'
  29. gs 'arousal', 'end'
  30. gs 'stat'
  31. dynamic $shower
  32. dynamic $bath
  33. end
  34. --- mod_wlife_misc_sex ---------------------------------