1
0

danceGev.qsrc 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # danceGev
  2. menu_off = 1
  3. if lesbian > 0:
  4. pcs_horny += 5
  5. elseif lesbian = 0:
  6. pcs_mood += 10
  7. end
  8. danceevtimes += 1
  9. gs 'stat'
  10. if danceevtimes < 5:dancegevtipe = rand(0, 2)
  11. if danceevtimes >= 5:dancegevtipe = rand(0, 3)
  12. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/ev<<dancegevtipe>>.jpg"></center>'
  13. if dancegevtipe = 0:
  14. '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.'
  15. if lesbian > 0:gs 'arousal', 'voyeur', 5
  16. gs 'stat'
  17. elseif dancegevtipe = 1:
  18. 'You see another girl in the class doing a handstand.'
  19. elseif dancegevtipe = 2:
  20. 'You watch another girl warming up before she starts practicing.'
  21. elseif dancegevtipe = 3:
  22. '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.'
  23. if lesbian > 0:gs 'arousal', 'voyeur', 5
  24. gs 'stat'
  25. end
  26. gs 'arousal', 'end'
  27. gs 'stat'
  28. act 'Start class':gt 'gdksport', 'dance2'
  29. --- danceGev ---------------------------------