LakeBoyZ.tw 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. :: LakeBoyZ
  2. <<set $here = 'LakeBoyZ'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. :: gL_boy_z_macro[widget]
  5. <<widget 'gL_boy_z'>>
  6. <<actCLA '$pc.name_nick'>>
  7. <<if $wardrobe.clothingworntype == 'nude'>>
  8. <<image "locations/pavlovsk/lake/event/sunbathe_nudelake.jpg">>
  9. <<else>>
  10. <<image "locations/pavlovsk/lake/event/sunbathe_lake.jpg">>
  11. <</if>>
  12. He seems nice enough so you decide to give him your name.
  13. <<set $randvnesh = rand(40,120)>>
  14. <<if rand(0,10) == 0 and $pc.pcs_apprnc >= $randvnesh>>
  15. <p>$boydesc smiles as he says, "You're a pretty cool girl. Maybe we can hang out again?"</p>
  16. <<actCLA 'Smile and leave' undefined `{willpower:['misc','resist','easy']}`>>
  17. <<gt 'pav_lake'>>
  18. <</actCLA>>
  19. <<actCLA 'Give him your phone number'>>
  20. <<set $pc.mood += 10>>
  21. <<gs 'boy' 'details'>>
  22. <<if rand(0,2) == 0>>
  23. <<gs 'boyfrend' 'start'>>
  24. <</if>>
  25. <<set $time.minutes += 5>>
  26. <<setinit $bmFrend[$Tboynum] = 1>>
  27. <p>You give $boydesc your phone number and he adds it to his contact list.</p>
  28. He then excuses himself and leaves, promising to call you.
  29. <<act 'Return'>>
  30. <<gt 'pav_lake'>>
  31. <</act>>
  32. <</actCLA>>
  33. <<else>>
  34. <p>$boydesc sits closer to you and offers you a cold beer.</p>
  35. <<gs 'willpower' 'drink' 'resist' 'easy'>>
  36. <<if $will_cost <= $pc.willpower>>
  37. <<act 'Smile and leave (will_cost Willpower)'>>
  38. <<gt 'pav_lake'>>
  39. <</act>>
  40. <<actCLA 'Drink beer'>>
  41. <<set $time.minutes += 15>>
  42. <<gs 'drugs' 'alcohol' 'beer' 1>>
  43. <<image "locations/pavlovsk/lake/event/drinkbeer.jpg">>
  44. You drink beer with the guy, and the two of you chat for a while.
  45. Suddenly, he puts his hand on your thigh.
  46. <p>"Another beer, $pc.name_nick?"</p>
  47. <<gs 'willpower' 'drink' 'resist' 'easy'>>
  48. <<if $will_cost <= $pc.willpower>>
  49. <<actCLA 'Thank him for the beer and leave (will_cost Willpower)'>>
  50. <<gs 'willpower' 'pay' 'resist'>> <<gt 'pav_lake'>>
  51. <</actCLA>>
  52. <<else>>
  53. <<actCLA `'Thank him for the beer and leave ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  54. <</if>>
  55. <<actCLA 'Drink some more beer'>>
  56. <<gs 'drugs' 'alcohol' 'beer' 1>>
  57. <<arouse 'foreplay' 5 >>
  58. <<image "locations/pavlovsk/lake/event/drinkbeer.jpg">>
  59. <p>You drink more beer with $boydesc. He begins stroking your leg and puts his hand on your chest as he leans into you.</p>
  60. <<if rand(1,100) <= 20>>
  61. Leaned in he whispers to you, "I need to taste those lips."
  62. <<gs 'willpower' 'kiss' 'resist' 'easy'>>
  63. <<if $will_cost <= $pc.willpower>>
  64. <<actCLA 'Push him away and leave (will_cost Willpower)'>>
  65. <<gs 'willpower' 'pay' 'resist'>> <<gt 'pav_lake'>>
  66. <</actCLA>>
  67. <<else>>
  68. <<actCLA `'Push him away and leave ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  69. <</if>>
  70. <<actCLA 'Kiss him'>>
  71. <<arouse 'kiss' 5 >>
  72. <<if $wardrobe.clothingworntype == 'nude'>>
  73. <<image "locations/pavlovsk/lake/event/kissnude.jpg">>
  74. <<else>>
  75. <<image "locations/pavlovsk/lake/event/kissboy.jpg">>
  76. <</if>>
  77. <p>You passionately kiss $boydesc, as he continues to caress your body, paying particular interest to your breasts.</p>
  78. <p>$boydesc invites you to his house.</p>
  79. <<gs 'willpower' 'sex' 'resist' 'easy'>>
  80. <<if $will_cost <= $pc.willpower>>
  81. <<actCLA 'Call it a day and leave (will_cost Willpower)'>>
  82. <<gs 'willpower' 'pay' 'resist'>> <<gt 'pav_lake'>>
  83. <</actCLA>>
  84. <<else>>
  85. <<actCLA `'Call it a day and leave ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  86. <</if>>
  87. <<actCLA 'Follow him to his house'>>
  88. <<run $wardrobe.wear_clothes_legacy('clothes',$lastwornclothingtype['swim'],$lastwornclothingnumber['swim'])>>
  89. <<run $wardrobe.wear(['panties',$lastwornpantytype['swim'],$lastwornpantynumber['swim']])>>
  90. <<run $wardrobe.wear(['bra',$lastwornbratype['swim'],$lastwornbranumber['swim']])>>
  91. <<gt 'LBZhouse'>>
  92. <</actCLA>>
  93. <</actCLA>>
  94. <<else>>
  95. <p>$boydesc smiles and suggests that the two of you go for a walk.</p>
  96. <<act 'Reject and leave'>>
  97. <<gt 'pav_lake'>>
  98. <</act>>
  99. <<actCLA 'Agree'>>
  100. <<set $time.minutes += 15>>
  101. <<if $wardrobe.clothingworntype == 'nude'>>
  102. <<image "locations/pavlovsk/lake/event/changenude.jpg">>
  103. <<run $wardrobe.wear_clothes_legacy('clothes',$lastwornclothingtype['swim'],$lastwornclothingnumber['swim'])>>
  104. <<run $wardrobe.wear(['panties',$lastwornpantytype['swim'],$lastwornpantynumber['swim']])>>
  105. <<run $wardrobe.wear(['bra',$lastwornbratype['swim'],$lastwornbranumber['swim']])>>
  106. <<else>>
  107. <<image "locations/pavlovsk/lake/event/changebikini.jpg">>
  108. <<run $wardrobe.wear_clothes_legacy('clothes',$lastwornclothingtype['swim'],$lastwornclothingnumber['swim'])>>
  109. <<run $wardrobe.wear(['panties',$lastwornpantytype['swim'],$lastwornpantynumber['swim']])>>
  110. <<run $wardrobe.wear(['bra',$lastwornbratype['swim'],$lastwornbranumber['swim']])>>
  111. <</if>>
  112. <p>You quickly get changed into your regular clothes and go for a walk with $boydesc.</p>
  113. <p>$boydesc invites you over to his house.</p>
  114. <<gs 'willpower' 'sex' 'resist' 'easy'>>
  115. <<if $will_cost <= $pc.willpower>>
  116. <<actCLA 'Call it a day and leave (will_cost Willpower)'>>
  117. <<gs 'willpower' 'pay' 'resist'>> <<gt 'pav_lake'>>
  118. <</actCLA>>
  119. <<else>>
  120. <<actCLA `'Call it a day and leave ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  121. <</if>>
  122. <<act 'Follow him to his house'>>
  123. <<gt 'LBZhouse'>>
  124. <</act>>
  125. <</actCLA>>
  126. <</if>>
  127. <</actCLA>>
  128. <</actCLA>>
  129. <</if>>
  130. <</actCLA>>
  131. <</widget>>