126_Palatka 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Palatka
  2. if $ARGS[0] = 'start':
  3. $sexloc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. gs 'stat'
  7. set palMir = 1
  8. '<center><b><font color="maroon">tent</font></b></center>'
  9. '<center><img src="images/img/military/palatka.jpg"></center>'
  10. set palrand = rand(0, 10)
  11. if palrand = 0:gt 'Palatka', 'pal0'
  12. if palrand = 1:gt 'Palatka', 'pal1'
  13. 'To your surprise quite spacious tent has a bed here, <a href="exec:gt ''mirror'', ''start''">mirror</a>, and even made improvizorovany <a href="exec:gt ''vann'', ''start''">shower</a>.'
  14. act 'Exit':gt 'Military', 'start'
  15. act 'Sleep':
  16. set hour += 8
  17. set son = 24
  18. gt 'palatka', 'start'
  19. end
  20. end
  21. if $ARGS[0] = 'pal0':
  22. cla
  23. *clr
  24. '<center><img src="images/img/military/pal0.jpg"></center>'
  25. 'Once you begin to change as the tent includes two soldiers and see you half-naked, running up to you with the members on the edge, you hvaete for their members, but what to do to squeeze harder and get them out of the tent or relax after a hard day.'
  26. act 'Send':gt 'palatka', 'start'
  27. act 'Post':
  28. set guy += 2
  29. set picrand = 22
  30. xgt 'sexdvoe', 'var'
  31. end
  32. end
  33. if $ARGS[0] = 'pal1':
  34. cla
  35. *clr
  36. '<center><img src="images/img/military/pal1.jpg"></center>'
  37. 'By accessing the tent you stumble and already flying nose to the ground, but suddenly you pick up strong hands, opening her eyes you see a hefty black.'
  38. act 'Say thank you':gt 'palatka', 'start'
  39. act 'Repay in full':
  40. set guy += 1
  41. set picrand = 43
  42. gt 'sex', 'minet'
  43. end
  44. end
  45. --- Palatka ---------------------------------