Palatka 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Palatka
  2. if $ARGS[0] = 'start':
  3. $sexloc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. palMir = 1
  7. gs 'stat'
  8. '<center><b><font color="maroon">tent</font></b></center>'
  9. '<center><img src="images/img/military/palatka.jpg"></center>'
  10. 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 'Leave':gt 'Military', 'start'
  15. act 'Sleep':
  16. hour += 8
  17. son = 100
  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. dynamic $CatName, 'Soldier'
  29. dynamic $CatName, 'Soldier', $boy1
  30. guy += 2
  31. picrand = 22
  32. xgt 'sexdvoe', 'var'
  33. end
  34. end
  35. if $ARGS[0] = 'pal1':
  36. cla
  37. *clr
  38. '<center><img src="images/img/military/pal1.jpg"></center>'
  39. '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.'
  40. act 'Say thank you':gt 'palatka', 'start'
  41. act 'Repay in full':
  42. sexpartkno = 1
  43. dynamic $CatName, 'Black Soldier'
  44. guy += 1
  45. picrand = 43
  46. gt 'sex', 'minet'
  47. end
  48. end
  49. --- Palatka ---------------------------------