mod_bestmod_lake_dog.qsrc 884 B

1234567891011121314151617181920
  1. # mod_bestmod_lake_dog
  2. if $ARGS[0] = 'start':
  3. *clr & cla
  4. pcs_willpwr -= 5
  5. pcs_mood -= 5
  6. inhib_exp += rand(1,3)
  7. '<center><img <<$set_imgh>> src="images/beast/dogcaine.jpg"></center>'
  8. 'As you lie down on your towel to catch some rays of sun and hopefully work on your tan a little, a stray dog appears out of nowhere. It keeps sniffing between your legs, which makes you feel very uncomfortable since you''re not wearing anything.'
  9. if bm_beast['exp'] = 0: 'You spend most of the hour trying to chase the dog away, but it comes back every time you think you got rid of it. You don''t get much sunbathing done as a result.'
  10. act 'Give up on sunbathing': gt'glake'
  11. !!if bm_beast['exp'] > 5: act 'Spread your legs a little...': gt 'mod_bestmod_lake_dog', 'ld1'
  12. end
  13. !!if $ARGS[0] = 'ld1':
  14. !!end
  15. !!Generate lake dog here
  16. --- mod_bestmod_lake_dog ---------------------------------