danceGev.qsrc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # danceGev
  2. menu_off = 1
  3. if lesbian > 0:
  4. pcs_horny += 5
  5. elseif lesbian = 0:
  6. pcs_mood += 10
  7. wipo += 5
  8. end
  9. danceevtimes += 1
  10. gs 'stat'
  11. if danceevtimes < 5:dancegevtipe = rand(0, 2)
  12. if danceevtimes >= 5:dancegevtipe = rand(0, 3)
  13. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/ev<<dancegevtipe>>.jpg"></center>'
  14. if dancegevtipe = 0:
  15. 'You see a rather well toned girl doing stretches. You watch as she does the splits, her skimpy g-string leaving nothing to your imagination.'
  16. if lesbian > 0:gs 'arousal', 'voyeur', 5
  17. gs 'stat'
  18. elseif dancegevtipe = 1:
  19. 'You see another girl in the class doing a handstand.'
  20. elseif dancegevtipe = 2:
  21. 'You watch another girl warming up before she starts practicing.'
  22. elseif dancegevtipe = 3:
  23. 'You watch as a girl goes from doing a handstand to the splits, before noticing that she isn''t wearing any panties and has both her holes on show.'
  24. if lesbian > 0:gs 'arousal', 'voyeur', 5
  25. gs 'stat'
  26. end
  27. gs 'arousal', 'end'
  28. gs 'stat'
  29. act 'Start class':gt 'gdksport', 'dance2'
  30. --- danceGev ---------------------------------