mod_public_WC_rab_Mayster51.qsrc 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # mod_public_WC_rab_Mayster51
  2. if $ARGS[0] = 'start':
  3. menu_off = 0
  4. $location_type = 'secluded'
  5. *clr & cla
  6. dick = 17
  7. npc_dick[$npclastgenerated] = dick
  8. gs 'npcgeneratec', 0, 'Vania', 33
  9. $boy[0] = $npclastgenerated
  10. $boydesc[0] = $npc_usedname[$npclastgenerated]
  11. gs 'boyStat', $npclastgenerated
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  14. '"Hmm, if you feel, you couldn''t handle the pain in the BDSM training... well that is good idea"'
  15. if stat['BDSM'] <= 40: '"I see your progress, I think you could find the pleasure waves in a pain"'
  16. act 'wait': gt 'mod_public_WC_rab_Mayster51', '2'
  17. end
  18. if $ARGS[0] = '2':
  19. menu_off = 0
  20. $location_type = 'secluded'
  21. *clr & cla
  22. dick = 17
  23. npc_dick[$npclastgenerated] = dick
  24. gs 'npcgeneratec', 0, 'Vania', 33
  25. $boy[0] = $npclastgenerated
  26. $boydesc[0] = $npc_usedname[$npclastgenerated]
  27. gs 'boyStat', $npclastgenerated
  28. gs 'stat'
  29. 'Vania tied me and starts the lesson!'
  30. temp = rand (1,4)
  31. '<center><video autoplay loop src="mod/public_WC/lisrab/kara/4/uv<<temp>>.mp4"></video></center>'
  32. stat['BDSM'] += rand(2,3)
  33. gs 'arousal', 'BDSM', rand(45,120), 'bound', 'sub'
  34. gs 'pain', rand(0,2), 'back', 'spank'
  35. gs 'pain', rand(0,2), 'asscheeks', 'spank'
  36. gs 'pain', rand(0,2), 'hips', 'spank'
  37. gs 'pain', rand(0,2), 'legL', 'spank'
  38. gs 'pain', rand(0,2), 'legR', 'spank'
  39. gs 'pain', rand(0,2), 'shoulders', 'spank'
  40. gs 'pain', rand(0,2), 'armL', 'spank'
  41. gs 'pain', rand(0,2), 'armR', 'spank'
  42. gs 'pain', rand(0,2), 'chest', 'spank'
  43. gs 'pain', rand(0,2), 'breasts', 'spank'
  44. gs 'pain', rand(0,2), 'nipples', 'spank'
  45. gs 'pain', rand(0,2), 'ribs', 'spank'
  46. gs 'pain', rand(0,2), 'tummy', 'spank'
  47. gs 'pain', rand(0,2), 'pubic', 'spank'
  48. gs 'pain', rand(0,2), 'labia', 'spank'
  49. gs 'stat'
  50. 'After the lesson he untied me and say'
  51. '"Betsi, it''s nice to see your desire to study!"'
  52. pcs_mood += rand(0,20)
  53. gs 'stat'
  54. ztemp = rand(1,2)
  55. act 'wait': gt 'mod_public_WC_rab_Mayster', 'end'
  56. end
  57. --- mod_public_WC_rab_Mayster51 ---------------------------------