Palatka.qsrc 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. act 'Send':gt 'palatka', 'start'
  34. act 'Post':
  35. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  36. gs 'boyStat', $npclastgenerated
  37. $boy[0] = $boy
  38. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  39. $boy[1] = $npclastgenerated
  40. guy += 2
  41. picrand = 22
  42. xgt 'sexdvoe', 'var'
  43. end
  44. end
  45. if $ARGS[0] = 'pal1':
  46. cla
  47. *clr
  48. menu_off = 1
  49. gs 'stat'
  50. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/pal1.jpg"></center>'
  51. '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.'
  52. act 'Say thank you':gt 'palatka', 'start'
  53. act 'Repay in full':
  54. sexpartkno = 1
  55. gs 'npcgeneratec', 0, 'Black Soldier', rand(18,35)
  56. npc_Malen[$npclastgenerated] = rand(10,15)
  57. gs 'boyStat', $npclastgenerated
  58. guy += 1
  59. picrand = 43
  60. gt 'sex', 'minet'
  61. end
  62. end
  63. --- Palatka ---------------------------------