bicycle 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. # bicycle
  2. $location_type = 'event_outdoors'
  3. if $ARGS[0] = 'sarai':
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. cla
  7. *clr
  8. minut += 1
  9. gs 'gadukino_event', 'sound'
  10. gs 'stat'
  11. !gs'time'
  12. '<center><img src="images/qwest/gadukino/new/findvel.jpg"></center>'
  13. 'Old bike. But he looks like he is in good condition, so you can ride.'
  14. if sunWeather = 0:'But not in the rain.'
  15. if hour >= 6 and hour <= 20 and sunWeather = 1 and month >= 4 and month <= 10:
  16. if findvelday ! daystart:
  17. act 'Ride a bike':
  18. cls
  19. findvelday = daystart
  20. minut += 60
  21. beg += RAND(0,2)
  22. speed += rand(0,2)
  23. if salo > 0: salo -= 1
  24. fat -= 5
  25. manna += 5
  26. sweat += 2
  27. findvelrand = RAND(0,100)
  28. if $clothingworntype = 'nude':
  29. pcs_horny += 20
  30. willpower += 10
  31. gs 'stat'
  32. '<center><img src="images/qwest/gadukino/bike_nude.jpg"></center>'
  33. 'You ride galichem, avoiding crowded places and exulting from his courage. It`s hard to say what you more: fear or desire to be noticed.'
  34. act 'Finish the trip':gt $loc, $metka
  35. exit
  36. end
  37. if CloSkirtShortness > 0 and findvelrand > 70:
  38. if tanga=1:
  39. pcs_horny += 5
  40. willpower+=5
  41. gs'stat'
  42. '<center><img src="images/qwest/gadukino/bike_tanga_1.jpg"></center>'
  43. 'During your stay you have several times lifted the skirt, revealing to passers-by views of your panties and ass'
  44. else
  45. pcs_horny += 5
  46. willpower += 10
  47. gs'stat'
  48. '<center><img src="images/qwest/gadukino/bike_tanga_2.jpg"></center>'
  49. 'During your stay you have several times lifted the skirt, revealing to passers-by view of your ass is not covered'
  50. end
  51. act 'Finish the trip':gt $loc, $metka
  52. exit
  53. end
  54. if CloSkirtShortness > 0 and findvelrand <= 70:
  55. willpower += 5
  56. gs'stat'
  57. '<center><img src="images/qwest/gadukino/bike_2.jpg"></center>'
  58. 'You ride a bike, enjoying the surrounding nature.'
  59. act 'Finish the trip':gt $loc, $metka
  60. exit
  61. end
  62. if CloSkirtShortness = 0:
  63. willpower += 5
  64. gs'stat'
  65. '<center><img src="images/qwest/gadukino/bike.jpg"></center>'
  66. 'You ride a bike, enjoying the surrounding nature.'
  67. act 'Finish the trip':gt $loc, $metka
  68. exit
  69. end
  70. end
  71. end
  72. end
  73. if goforest > 0 and sunWeather = 1 and month >= 4 and month <= 10:
  74. act 'Go to the forest':
  75. cls
  76. minut += 25
  77. manna += 5
  78. findvel = 2
  79. gs'stat'
  80. gs 'bicycle', 'clothes_findvel'
  81. 'You sat on the bike and went to the forest.'
  82. gs 'bicycle', 'ridego', 'gadforest','1'
  83. end
  84. end
  85. if goswamp = 1 and sunWeather = 1 and month >= 4 and month <= 10:
  86. act 'To go to the swamp':
  87. cls
  88. minut += 75
  89. beg += RAND(0,1)
  90. speed += rand(0,1)
  91. if salo > 0: salo -= 1
  92. fat -= 1
  93. manna += 5
  94. sweat += 1
  95. findvel = 3
  96. gs'stat'
  97. !gs'time'
  98. gs 'bicycle', 'clothes_findvel'
  99. 'You sat on the bike and went to the swamp.'
  100. gs 'bicycle', 'ridego', 'swamp_yard'
  101. end
  102. end
  103. act 'Put the bike': gt'Gadsarai'
  104. end
  105. if $ARGS[0] = 'forest':
  106. $metka = $ARGS[0]
  107. $loc = $CURLOC
  108. cla
  109. *clr
  110. minut += 1
  111. gs 'gadukino_event', 'sound'
  112. gs 'stat'
  113. !gs'time'
  114. '<center><img src="images/qwest/gadukino/new/findvel.jpg"></center>'
  115. act 'Go to the village':
  116. if $clothingworntype ! 'nude' or exhibi > 0:
  117. cls
  118. manna += mannamax/20
  119. findvel = 1
  120. minut += 25
  121. gs'stat'
  122. gs 'bicycle', 'clothes_findvel'
  123. 'You sat on the bike and went to the village.'
  124. gs 'bicycle', 'ridego', 'Gaddvor'
  125. else
  126. cls
  127. '<center><img src="images/qwest/gadukino/new/findvel_nude.jpg"></center>'
  128. 'You can`t appear like this in the village.'
  129. act 'Further':gt'gadforest','1'
  130. end
  131. end
  132. if goswamp = 1:
  133. act 'To go to the swamp':
  134. cls
  135. minut += 50
  136. manna += 5
  137. findvel = 3
  138. gs'stat'
  139. !gs'time'
  140. gs 'bicycle', 'clothes_findvel'
  141. 'You sat on the bike and went to the swamp.'
  142. gs 'bicycle', 'ridego', 'swamp_yard'
  143. end
  144. end
  145. act 'Put the bike': gt'gadforest','1'
  146. end
  147. if $ARGS[0] = 'swamp':
  148. $metka = $ARGS[0]
  149. $loc = $CURLOC
  150. cla
  151. *clr
  152. minut += 1
  153. gs 'gadukino_event', 'sound'
  154. gs 'stat'
  155. !gs'time'
  156. '<center><img src="images/qwest/gadukino/new/findvel.jpg"></center>'
  157. act 'Go to the village':
  158. if $clothingworntype ! 'nude' or exhibi > 0:
  159. cls
  160. minut += 75
  161. beg += RAND(0,1)
  162. speed += rand(0,1)
  163. if salo > 0: salo -= 1
  164. fat -= 1
  165. sweat += 1
  166. manna += mannamax/10
  167. findvel = 1
  168. hanters = 0
  169. gs'stat'
  170. !gs'time'
  171. gs 'bicycle', 'clothes_findvel'
  172. 'You sat on the bike and went to the village.'
  173. gs 'bicycle', 'ridego', 'Gaddvor'
  174. else
  175. cls
  176. '<center><img src="images/qwest/gadukino/new/findvel_nude.jpg"></center>'
  177. 'You can`t appear like this in the village.'
  178. act 'Further':gt'swamp_yard'
  179. end
  180. end
  181. act 'Go to the forest':
  182. cls
  183. minut += 50
  184. manna += 5
  185. hanters = 0
  186. findvel = 2
  187. gs'stat'
  188. !gs'time'
  189. gs 'bicycle', 'clothes_findvel'
  190. 'You sat on the bike and went to the forest.'
  191. gs 'bicycle', 'ridego', 'gadforest','1'
  192. end
  193. act 'Put the bike': gt'swamp_yard'
  194. end
  195. if $ARGS[0] = 'clothes_findvel':
  196. if $clothingworntype = 'nude':
  197. '<center><img src="images/qwest/gadukino/bike_nude.jpg"></center>'
  198. elseif CloSkirtShortness > 0:
  199. '<center><img src="images/qwest/gadukino/bike_2.jpg"></center>'
  200. else
  201. '<center><img src="images/qwest/gadukino/bike.jpg"></center>'
  202. end
  203. end
  204. if $ARGS[0] = 'ridego':
  205. !make this args, add a warning, and allow 30% alive by illume
  206. $metkaM = $ARGS[2]
  207. $locM = $ARGS[1]
  208. if hour >= 6 and hour < 22:
  209. act 'Further':gt $locM, $metkaM
  210. else
  211. '<B><font color=red>Are You sure? It''s still quiet dark outside.</font></B>'
  212. act '<font color=red>Yes, Let''s go</font>':
  213. if rand(1,10)>3:
  214. over = 12 & gt'gameover'
  215. else
  216. gt $locM, $metkaM
  217. end
  218. end
  219. act 'Put the bike': gt $loc, $metka
  220. end
  221. end
  222. --- bicycle ---------------------------------