Palatka.qsrc 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # Palatka
  2. $location_type = 'event'
  3. if $ARGS[0] = 'start':
  4. $sexloc = 'Palatka'
  5. $metkaM = 'start'
  6. $locM = 'Palatka'
  7. $menu_loc = 'Palatka'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. $location_type = 'private'
  11. palMir = 1
  12. gs 'stat'
  13. '<center><b><font color="maroon">tent</font></b></center>'
  14. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/palatka.jpg"></center>'
  15. palrand = rand(0, 10)
  16. if palrand = 0:gt 'Palatka', 'pal0'
  17. if palrand = 1:gt 'Palatka', 'pal1'
  18. 'To your surprise, the tent is a quite spacious. It has a bed, a <a href="exec:gt ''mirror'', ''start''">mirror</a>, and even has an improvised <a href="exec:gt ''vann'', ''start''">shower</a>.'
  19. act 'Leave':palMir = 0 & gt 'Military', 'start'
  20. act 'Sleep':
  21. hour += 8
  22. pcs_sleep = 100
  23. gt 'palatka', 'start'
  24. end
  25. end
  26. if $ARGS[0] = 'pal0':
  27. cla
  28. *clr
  29. menu_off = 1
  30. gs 'stat'
  31. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/pal0.jpg"></center>'
  32. '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.'
  33. gs 'willpower', 'sex', 'resist', 'hard'
  34. if will_cost <= pcs_willpwr:
  35. act 'Send (<<will_cost>> Willpower)':
  36. gs 'willpower', 'pay', 'resist'
  37. gs 'stat'
  38. gt 'palatka', 'start'
  39. end
  40. else
  41. act 'Send (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  42. end
  43. act 'Post':
  44. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  45. gs 'boyStat', $npclastgenerated
  46. $boy[0] = $boy
  47. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  48. $boy[1] = $npclastgenerated
  49. guy += 2
  50. picrand = 22
  51. xgt 'sexdvoe', 'var'
  52. end
  53. end
  54. if $ARGS[0] = 'pal1':
  55. cla
  56. *clr
  57. menu_off = 1
  58. gs 'stat'
  59. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/pal1.jpg"></center>'
  60. '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.'
  61. gs 'willpower', 'sex', 'resist', 'easy'
  62. if will_cost <= pcs_willpwr:
  63. act 'Say thank you ':
  64. gs 'willpower', 'pay', 'resist'
  65. gs 'stat'
  66. gt 'palatka', 'start'
  67. end
  68. else
  69. act 'Say thank you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  70. end
  71. act 'Repay in full':
  72. sexpartkno = 1
  73. gs 'npcgeneratec', 0, 'Black Soldier', rand(18,35)
  74. npc_Malen[$npclastgenerated] = rand(10,15)
  75. gs 'boyStat', $npclastgenerated
  76. guy += 1
  77. picrand = 43
  78. gt 'sex', 'minet'
  79. end
  80. end
  81. --- Palatka ---------------------------------