Palatka.tw 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. :: Palatka
  2. <<set $here = 'Palatka'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $location_type = 'event'>>
  5. <<if $location_var[$here][0] == 'start'>>
  6. <<set $sexloc = 'Palatka'>>
  7. <<set $locM_arg = 'start'>>
  8. <<set $locM = 'Palatka'>>
  9. <<set $menu_loc = 'Palatka'>>
  10. <<set $menu_arg = 'start'>>
  11. <<set $menu_off = 0>>
  12. <<set $location_type = 'private'>>
  13. <h2>tent</h2>
  14. <<image "locations/city/shared/military/palatka.jpg">>
  15. <<set $palrand = rand(0, 10)>>
  16. <<if getvar("$palrand") == 0>>
  17. <<gt 'Palatka' 'pal0'>>
  18. <</if>>
  19. <<if getvar("$palrand") == 1>>
  20. <<gt 'Palatka' 'pal1'>>
  21. <</if>>
  22. To your surprise, the tent is a quite spacious. It has a bed, a <<link "mirror">><<gt 'mirror' 'start'>><</link>>, and even has an improvised <<link "shower">><<gt 'vann' 'start'>><</link>>.
  23. <<act 'Leave'>>
  24. <<gt 'Military' 'start'>>
  25. <</act>>
  26. <<actCLA 'Sleep'>>
  27. <<set $time.minutes += 480>>
  28. <<set $pc.pcs_sleep = 100>>
  29. <<gt 'palatka' 'start'>>
  30. <</actCLA>>
  31. <</if>>
  32. <<if $location_var[$here][0] == 'pal0'>>
  33. <<set $menu_off = 1>>
  34. <<image "locations/city/shared/military/sex/pal0.jpg">>
  35. <p>Once you begin to change clothes, you notice that there are two soldiers in the tent. They see you half-naked, walking up to you with their erect cocks. You long for their cocks, wondering if you should get them off or ignore them and relax after a hard day instead.</p>
  36. <<actCLA 'Send' undefined `{willpower:['sex','resist','hard']}`>>
  37. <<gt 'palatka' 'start'>>
  38. <</actCLA>>
  39. <<actCLA 'Post'>>
  40. <<gs 'npcgeneratec' 0 'Soldier' `rand(18,34)`>>
  41. <<setinit $sex.npcId[0] = $sex.npcId>>
  42. <<gs 'npcgeneratec' 0 'Soldier' `rand(18,34)`>>
  43. <<setinit $sex.npcId[1] = $npclastgenerated>>
  44. <<set $guy += 2>>
  45. <<set $picrand = 22>>
  46. <<xgt 'sexdvoe' 'var'>>
  47. <</actCLA>>
  48. <</if>>
  49. <<if $location_var[$here][0] == 'pal1'>>
  50. <<set $menu_off = 1>>
  51. <<image "locations/city/shared/military/pal1.jpg">>
  52. <p>Entering the tent, you stumble, you reflexively close your eyes, as you prepare to hit the floor face first. Much to your surprise you do not land on the floor. Instead you feel powerful, strong hands catching you. Opening your eyes in surprise, you look up and see that a well-built black soldier has caught you in his arms.</p>
  53. <<gs 'willpower' 'sex' 'resist' 'easy'>>
  54. <<if $will_cost <= $pc.willpower>>
  55. <<act 'Say thank you '>>
  56. <<gt 'palatka' 'start'>>
  57. <</act>>
  58. <<else>>
  59. <<actCLA `'Say thank you ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  60. <</if>>
  61. <<actCLA 'Repay in full'>>
  62. <<set $sexpartkno = 1>>
  63. <<gs 'npcgeneratec' 0 'Black Soldier' `rand(18,35)`>>
  64. <<set $guy += 1>>
  65. <<set $picrand = 43>>
  66. <<gt 'sex' 'minet'>>
  67. <</actCLA>>
  68. <</if>>