laketoilet.tw 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. :: laketoilet
  2. <<set $here = 'laketoilet'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'main'>>
  5. <<set $loc_arg = $location_var[$here][0]>>
  6. <<set $loc = 'laketoilet'>>
  7. <<set $location_type = 'bathroom'>>
  8. <<set $locM = 'laketoilet'>>
  9. <<set $locM_arg = 'main'>>
  10. <<set $menu_loc = 'laketoilet'>>
  11. <<set $menu_arg = 'main'>>
  12. <<set $menu_off = 0>>
  13. <<set $LCtoiletiventrand = rand(1,100)>>
  14. <<if ($time.hour >= 22 or $time.hour <= 4) and getvar("$LCtoiletiventrand") >= 75>>
  15. <<image "locations/city/industrial/bbq/sex/toiletsexstart.jpg">>
  16. When you enter the restroom, you see a naked man slowly jerking himself off. He hasn''t noticed you yet.
  17. <<actCLA 'Seduce him'>>
  18. <<gt 'LCwork' 'toiletsex'>>
  19. <</actCLA>>
  20. <<actCLA 'Leave the restroom'>>
  21. <<gt 'lakecafe' 'main'>>
  22. <</actCLA>>
  23. <<else>>
  24. <<image "locations/shared/bathroom/toilet.jpg">>
  25. The diner has a single unisex restroom. From the dirt and smell, you don't think this toilet has ever been cleaned before. Ugh.
  26. <<actCLA 'Leave the restroom'>>
  27. <<gt 'lakecafe' 'main'>>
  28. <</actCLA>>
  29. <<actCLA 'Look in the mirror'>>
  30. <<gt 'mirror' 'start'>>
  31. <</actCLA>>
  32. <<if $pc.pcs_hairbsh < 1>>
  33. <<actCLA 'Brush your hair'>>
  34. <<gt 'mirror' 'brush'>>
  35. <</actCLA>>
  36. <</if>>
  37. $inventory.get("tampon")
  38. <<quickwash>>
  39. <<basin>>
  40. <<publicpan>>
  41. <</if>>
  42. <</if>>