126_Palatka 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Palatka
  2. if $ARGS[0] = 'start':
  3. $sexloc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. <<<<<<< 126_Palatka
  7. gs 'stat'
  8. set palMir = 1
  9. '<center><B><font color = maroon>tent</font></B></center>'
  10. '<center><img src="images\img\military\palatka.jpg"></center>'
  11. set palrand = rand(0,10)
  12. if palrand = 0: gt 'Palatka','pal0'
  13. if palrand = 1: gt 'Palatka','pal1'
  14. '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>.'
  15. act 'Exit': gt 'Military','start'
  16. act 'Sleep':
  17. set hour += 8
  18. set son = 24
  19. gt 'palatka','start'
  20. end
  21. =======
  22. gs'stat'
  23. set palMir = 1
  24. '<center><B><font color=maroon>tent</font></B></center>'
  25. '<center><img src="img/military/palatka.jpg"></center>'
  26. set palrand=rand(0,10)
  27. if palrand=0:gt'Palatka','pal0'
  28. if palrand=1:gt'Palatka','pal1'
  29. 'To your surprise quite spacious tent there is a bed, <a href="exec: gt''mirror'',''start''">mirror</a> and even made ​​improvizorovany <a href="exec: gt''vann'',''start''">shower</a>.'
  30. act 'Go_Out':gt'Military','start'
  31. act 'sleep':
  32. set hour+=8
  33. set son=24
  34. gt'palatka','start'
  35. end
  36. >>>>>>> 126_Palatka
  37. end
  38. if $ARGS[0] = 'pal0':
  39. cla
  40. *clr
  41. <<<<<<< 126_Palatka
  42. '<center><img src="images\img\military\pal0.jpg"></center>'
  43. '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.'
  44. act 'Send': gt 'palatka','start'
  45. act 'Post':
  46. set guy += 2
  47. set picrand = 22
  48. xgt 'sexdvoe','var'
  49. end
  50. =======
  51. '<center><img src="img/military/pal0.jpg" ></center>'
  52. 'Once you start to dress like a tent includes two soldiers and see you half-naked, run up to you with the members on the edge, you hvaete them for members, but what to do to squeeze harder and bring them out of the tent or relax after a hard day.'
  53. act 'send':gt'palatka','start'
  54. act 'give':
  55. set guy+=2
  56. set picrand=22
  57. xgt'sexdvoe','var'
  58. end
  59. >>>>>>> 126_Palatka
  60. end
  61. if $ARGS[0] = 'pal1':
  62. cla
  63. *clr
  64. <<<<<<< 126_Palatka
  65. '<center><img src="images\img\military\pal1.jpg"></center>'
  66. '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.'
  67. act 'Say thank you': gt 'palatka','start'
  68. act 'Repay in full':
  69. set guy += 1
  70. set picrand = 43
  71. gt 'sex','minet'
  72. end
  73. =======
  74. '<center><img src="img/military/pal1.jpg" ></center>'
  75. 'By accessing the tent you stumble and already flying nose to the ground, but then you pick up strong hands, opened his eyes you see a hefty Negro.'
  76. act 'to say thank you':gt'palatka','start'
  77. act 'Repay in full':
  78. set guy+=1
  79. set picrand=43
  80. gt 'sex','minet'
  81. end
  82. >>>>>>> 126_Palatka
  83. end
  84. --- Palatka ---------------------------------