265_butoilet 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # butoilet
  2. set minut += 5
  3. '<center><B><font color = maroon>WC</font></B></center>'
  4. '<center><img src="images\etogame\PublicToilet.jpg"></center>'
  5. ''
  6. clr
  7. gs 'stat'
  8. fcolor = rgb(0,0,0)
  9. bcolor = rgb(255,255,255)
  10. LCOLOR = rgb(106,90,205)
  11. if tanga = 1:
  12. act 'Remove Underwear':
  13. cla
  14. set tanga = 0
  15. gt $curloc
  16. end
  17. end
  18. act 'Off the toilet': gt 'burger','start'
  19. act 'Look in the mirror':
  20. cla
  21. gs 'portmirror'
  22. set $goto1 = $curloc
  23. set $goto2 = ''
  24. dynamic $portmirror
  25. act 'Move away from the mirror':
  26. cla
  27. gt $curloc
  28. end
  29. end
  30. if cumpussy > 0 or cumbelly > 0 or cumass > 0 or cumanus > 0:
  31. act 'Wash up (0:15)':
  32. cla
  33. *clr
  34. set cumpussy = 0
  35. set cumbelly = 0
  36. set cumass = 0
  37. set cumanus =0
  38. set cumlip = 0
  39. set cumface = 0
  40. set sweat -= 1
  41. set minut += 15
  42. '<center><img src="images\pics\wash5.jpg"></center>'
  43. 'You carefully washed sperm with yourself.'
  44. act 'Exit': gt $curloc
  45. end
  46. end
  47. if cumlip > 0 or cumface > 0:
  48. act 'Wash cum off face (0:15)':
  49. cla
  50. *clr
  51. set mop = 1
  52. set cumlip = 0
  53. set cumface = 0
  54. set sweat -= 1
  55. set minut += 15
  56. '<center><img src="images\etogame\facesp.jpg"></center>'
  57. 'You carefully washed sperm from her face.'
  58. act 'Exit': gt $curloc
  59. end
  60. end
  61. if cumfrot > 0:
  62. act 'Wipe the cum from clothing (0:15)':
  63. cla
  64. *clr
  65. set cumfrot = 0
  66. set sweat -= 1
  67. set minut += 15
  68. !'<center><img src="images\etogame\facesp.jpg"></center>'
  69. 'You erase traces of semen from the clothes.'
  70. act 'Exit': gt $curloc
  71. end
  72. end
  73. if tampon > 0 and mesec > 0 and isprok = 0:
  74. act 'Change a tampon':
  75. cla
  76. *clr
  77. set tampon -= 1
  78. set isprok = 1
  79. set minut += 5
  80. set manna -= 5
  81. '<center><img src="images\pics\wash3.jpg"></center>'
  82. 'You change a tampon.'
  83. act 'Finish': gt $curloc
  84. end
  85. end
  86. --- butoilet ---------------------------------