mod_iwhore_mainstreet.qsrc 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  1. # mod_iwhore_mainstreet
  2. if $ARGS[0] = 'hookedcar':
  3. *clr & cla
  4. protect = 0
  5. propose = 0
  6. minut += 2
  7. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  8. gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
  9. gs 'stat'
  10. if PCloStyle = 4:
  11. if hour > 6 and hour < 18:
  12. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/car/dealc'+rand(0,9)+'.jpg"></center>'
  13. else
  14. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/car/cardeal'+rand(0,6)+'.jpg"></center>'
  15. end
  16. else
  17. if hour > 6 and hour < 18:
  18. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/dealc0.jpg"></center>'
  19. else
  20. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetdeal1.jpg"></center>'
  21. end
  22. end
  23. '"Looking for something, big boy?"'
  24. if new_whore < 50:
  25. if new_whore = 20 or new_whore = 30 or new_whore = 40 or new_whore = 44 or new_whore = 48:
  26. ms_temp = 3
  27. new_whore += 1
  28. else
  29. ms_temp = rand(11,70)
  30. end
  31. else
  32. if Krestovoz_pimp_protection ! 1:
  33. ms_temp = rand(0,70)
  34. else
  35. ms_temp = rand(11,70)
  36. end
  37. end
  38. act 'Let him decide':
  39. if ms_temp =< 10: gt 'mod_iwhore_hardlife', 'car_rape'
  40. if ms_temp > 10 and ms_temp =< 20: gt 'mod_iwhore_mainstreetw', 'cbj'
  41. if ms_temp > 20 and ms_temp =< 30: gt 'mod_iwhore_mainstreetw', 'cvag'
  42. if ms_temp > 30 and ms_temp =< 40: gt 'mod_iwhore_mainstreetw', 'canal'
  43. if ms_temp > 40 and ms_temp =< 50: gt 'mod_iwhore_mainstreet', 'mscpropose'
  44. if ms_temp > 50 and ms_temp =< 60: gt 'mod_iwhore_mainstreet', 'mscplace'
  45. if ms_temp > 60 and ms_temp =< 70: gt 'mod_iwhore_mainstreetw', 'nakcar'
  46. end
  47. act 'I''m off': gt $loc, $loc_arg
  48. end
  49. if $ARGS[0] = 'hooked':
  50. *clr & cla
  51. protect = 0
  52. propose = 0
  53. minut += 5
  54. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  55. gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
  56. gs 'stat'
  57. if PCloStyle = 4:
  58. if hour > 6 and hour < 18:
  59. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/deals2.jpg"></center>'
  60. else
  61. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetdeal0.jpg"></center>'
  62. end
  63. else
  64. if hour > 6 and hour < 18:
  65. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/deals1.jpg"></center>'
  66. else
  67. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetdeal2.jpg"></center>'
  68. end
  69. end
  70. '"Looking for something, big boy?"'
  71. if new_whore < 50:
  72. if new_whore = 20:
  73. ms_temp = 3 & new_whore += 1
  74. elseif new_whore = 30:
  75. ms_temp = 3 & new_whore += 1
  76. elseif new_whore = 40:
  77. ms_temp = 3 & new_whore += 1
  78. elseif new_whore = 44:
  79. ms_temp = 3 & new_whore += 1
  80. elseif new_whore = 48:
  81. ms_temp = 3 & new_whore += 1
  82. else
  83. ms_temp = rand(11,70)
  84. end
  85. else
  86. if Krestovoz_pimp_protection ! 1:
  87. if hour > 6 and hour < 18:
  88. ms_temp = rand(0,60)
  89. else
  90. ms_temp = rand(0,70)
  91. end
  92. else
  93. if hour > 6 and hour < 18:
  94. ms_temp = rand(11,60)
  95. else
  96. ms_temp = rand(11,70)
  97. end
  98. end
  99. end
  100. act 'Let him decide':
  101. if ms_temp =< 10: gt 'mod_iwhore_hardlife', 'street_rape'
  102. if ms_temp > 10 and ms_temp =< 20: gt 'mod_iwhore_mainstreetw', 'msbj'
  103. if ms_temp > 20 and ms_temp =< 30: gt 'mod_iwhore_mainstreetw', 'msvag'
  104. if ms_temp > 30 and ms_temp =< 40: gt 'mod_iwhore_mainstreetw', 'msanal'
  105. if ms_temp > 40 and ms_temp =< 50: gt 'mod_iwhore_mainstreet', 'mspropose'
  106. if ms_temp > 50 and ms_temp =< 60: gt 'mod_iwhore_mainstreet', 'msplace'
  107. if ms_temp > 60 and ms_temp =< 70: gt 'mod_iwhore_mainstreetw', 'nakstreet'
  108. end
  109. act 'I''m off': gt $loc, $loc_arg
  110. end
  111. if $ARGS[0] = 'mshooker':
  112. cla
  113. *clr
  114. protect = 0
  115. propose = 0
  116. killvar 'ms_temp'
  117. killvar 'ms_ender'
  118. gs 'mod_iwhore_dincollect' , 'hooking'
  119. gs 'stat'
  120. if PCloStyle = 4:
  121. if hour > 6 and hour < 18:
  122. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/prost'+rand(0,5)+'.jpg"></center>'
  123. else
  124. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/pmstreet'+rand(0,6)+'.jpg"></center>'
  125. end
  126. 'It shouldn''t be difficult for you to catch attentions.'
  127. else
  128. if hour > 6 and hour < 18:
  129. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/dealms0.jpg"></center>'
  130. else
  131. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/girlms0.jpg"></center>'
  132. end
  133. end
  134. act 'Strool around':
  135. cla
  136. *clr
  137. minut += 5
  138. gs 'stat'
  139. if PCloStyle = 4:
  140. if hour > 6 and hour < 18:
  141. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zstrollwhore.mp4"></video></center>'
  142. 'You walk on the street trying to catch some attention...you shouldn''t pass unnoticed.'
  143. if hooked_walk >= 6 and hooked_walk =< 10:
  144. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  145. elseif hooked_walk >= 11 and hooked_walk =< 15:
  146. act 'Turn': gt 'mod_iwhore_mainstreet', 'hooked'
  147. else
  148. act 'Walk back': minut += 2 & gt 'mod_iwhore_mainstreet', 'mshooker'
  149. end
  150. else
  151. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zmswork1.mp4"></video></center>'
  152. 'You walk on the street trying to catch some attention...your fame shoud help you'
  153. if hooked_walk >= 16 and hooked_walk =< 22:
  154. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  155. elseif hooked_walk >= 23 and hooked_walk =< 28:
  156. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  157. else
  158. act 'Walk back': minut += 2 & gt 'mod_iwhore_mainstreet', 'mshooker'
  159. end
  160. end
  161. else
  162. if hour > 6 and hour < 18:
  163. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zstroll'+rand(0,1)+'.mp4"></video></center>'
  164. 'You walk on the street trying to catch some attention...you shouldn''t pass unnoticed.'
  165. if hooked_walk >= 6 and hooked_walk =< 10:
  166. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  167. elseif hooked_walk >= 11 and hooked_walk =< 15:
  168. act 'Turn': gt 'mod_iwhore_mainstreet', 'hooked'
  169. else
  170. act 'Walk back': minut += 2 & gt 'mod_iwhore_mainstreet', 'mshooker'
  171. end
  172. else
  173. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zmswork0.mp4"></video></center>'
  174. 'You walk on the street trying to catch some attention...you shouldn''t pass unnoticed.'
  175. if hooked_walk >= 16 and hooked_walk =< 22:
  176. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  177. elseif hooked_walk >= 23 and hooked_walk =< 28:
  178. act 'Turn': gt 'mod_iwhore_mainstreet', 'hookedcar'
  179. else
  180. act 'Walk back': minut += 2 & gt 'mod_iwhore_mainstreet', 'mshooker'
  181. end
  182. end
  183. end
  184. end
  185. act 'Go away': minut += 2 & gt $loc, $loc_arg
  186. end
  187. !!!!!!!!!!!!!!!!!!PROPOSE!!!!!!!!!!!!!!!!!!!!!!!!!
  188. if $ARGS[0] = 'mscpropose':
  189. cla
  190. *clr
  191. minut += 2
  192. gs 'stat'
  193. if PCloStyle = 4:
  194. if hour > 6 and hour < 18:
  195. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/car/zcarprop'+rand(0,1)+'.mp4"></video></center>'
  196. else
  197. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/car/carpropose'+rand(0,1)+'.jpg"></center>'
  198. end
  199. else
  200. if hour > 6 and hour < 18:
  201. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/car/propmsc'+rand(0,1)+'.jpg"></center>'
  202. else
  203. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetdeal1.jpg"></center>'
  204. end
  205. end
  206. 'The man stay in his car without speaking, you approach the car in a sensual manner. "Sweety, i''ve got all you need; just relax and enjoy me."'
  207. propose = 1
  208. gfy_rand = rand(0,10)
  209. act 'Show tits':
  210. cla
  211. *clr
  212. $orgasm_or = 'no'
  213. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  214. gs 'arousal', 'end'
  215. gs 'stat'
  216. if gfy_rand < 8:
  217. if hour > 6 and hour < 18:
  218. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcartit'+rand(0,4)+'.mp4"></video></center>'
  219. else
  220. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzcartit'+rand(0,1)+'.mp4"></video></center>'
  221. end
  222. else
  223. if hour > 6 and hour < 18:
  224. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcartit'+rand(1,4)+'.mp4"></video></center>'
  225. else
  226. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzcartit0.mp4"></video></center>'
  227. end
  228. end
  229. '"I know what you like..."'
  230. act 'Deal':
  231. if gfy_rand < 8:
  232. gt 'mod_iwhore_mainstreetw', 'cbj'
  233. else
  234. gt 'mod_iwhore_mainstreet', 'mscgfy'
  235. end
  236. end
  237. end
  238. act 'Show pussy':
  239. cla
  240. *clr
  241. $orgasm_or = 'no'
  242. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  243. gs 'arousal', 'end'
  244. gs 'stat'
  245. if gfy_rand < 8:
  246. if hour > 6 and hour < 18:
  247. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcarpuss'+rand(0,1)+'.mp4"></video></center>'
  248. else
  249. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzcarpuss'+rand(0,3)+'.mp4"></video></center>'
  250. end
  251. else
  252. if hour > 6 and hour < 18:
  253. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcarpuss0.mp4"></video></center>'
  254. else
  255. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzcarpuss0.mp4"></video></center>'
  256. end
  257. end
  258. '"I know what you like..."'
  259. act 'Deal':
  260. if gfy_rand < 8:
  261. gt 'mod_iwhore_mainstreetw', 'cvag'
  262. else
  263. gt 'mod_iwhore_mainstreet', 'mscgfy'
  264. end
  265. end
  266. end
  267. act 'Show ass':
  268. cla
  269. *clr
  270. $orgasm_or = 'no'
  271. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  272. gs 'arousal', 'end'
  273. gs 'stat'
  274. if gfy_rand < 8:
  275. if analplugin = 1:
  276. if hour > 6 and hour < 18:
  277. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/zzshowplug'+rand(0,4)+'.jpg"></center>'
  278. else
  279. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/zzplug'+rand(0,1)+'.jpg"></center>'
  280. end
  281. '"I feel empty...you know?"'
  282. else
  283. if hour > 6 and hour < 18:
  284. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcarass'+rand(0,5)+'.mp4"></video></center>'
  285. else
  286. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzasscar'+rand(0,3)+'.mp4"></video></center>'
  287. end
  288. end
  289. '"I know what you like..."'
  290. else
  291. if hour > 6 and hour < 18:
  292. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/zzcarass'+rand(0,1)+'.mp4"></video></center>'
  293. else
  294. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/zzasscar'+rand(0,1)+'.mp4"></video></center>'
  295. end
  296. '"I know what you like..."'
  297. end
  298. act 'Deal':
  299. if gfy_rand < 8:
  300. gt 'mod_iwhore_mainstreetw', 'canal'
  301. else
  302. gt 'mod_iwhore_mainstreet', 'mscgfy'
  303. end
  304. end
  305. end
  306. end
  307. if $ARGS[0] = 'mspropose':
  308. cla
  309. *clr
  310. minut += 2
  311. gs 'stat'
  312. if PCloStyle = 4:
  313. if hour > 6 and hour < 18:
  314. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/prop0.jpg"></center>'
  315. else
  316. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreeet/prop0.jpg"></center>'
  317. end
  318. else
  319. if hour > 6 and hour < 18:
  320. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/propms'+rand(0,1)+'.jpg"></center>'
  321. else
  322. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/propms0.jpg"></center>'
  323. end
  324. end
  325. '"What can you offer slut?"<br>"Sweety, i''ve got all you need; just relax and enjoy me to a quiet place."<br>"What the .... let me see what do you have, are you retarded or what?"'
  326. propose = 1
  327. gfy_rand = rand(0,10)
  328. act 'Show tits':
  329. cla
  330. *clr
  331. $orgasm_or = 'no'
  332. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  333. gs 'arousal', 'end'
  334. gs 'stat'
  335. if gfy_rand < 8:
  336. if hour > 6 and hour < 18:
  337. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/titms'+rand(0,4)+'.mp4"></video></center>'
  338. else
  339. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/titms'+rand(0,1)+'.mp4"></video></center>'
  340. end
  341. else
  342. if hour > 6 and hour < 18:
  343. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/titms'+rand(0,4)+'.mp4"></video></center>'
  344. else
  345. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/titms'+rand(0,4)+'.mp4"></video></center>'
  346. end
  347. end
  348. '"I know what you like..."'
  349. act 'Deal':
  350. if gfy_rand >= 8:
  351. if hour > 6 and hour < 18:
  352. gt 'mod_iwhore_mainstreet', 'msgfyd'
  353. else
  354. gt 'mod_iwhore_mainstreet', 'msgfyn'
  355. end
  356. else
  357. gt 'mod_iwhore_mainstreetw', 'msbj'
  358. end
  359. end
  360. end
  361. act 'Show pussy':
  362. cla
  363. *clr
  364. $orgasm_or = 'no'
  365. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  366. gs 'arousal', 'end'
  367. gs 'stat'
  368. if gfy_rand < 8:
  369. if hour > 6 and hour < 18:
  370. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/pussms'+rand(0,4)+'.mp4"></video></center>'
  371. else
  372. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/pussms'+rand(0,1)+'.mp4"></video></center>'
  373. end
  374. else
  375. if hour > 6 and hour < 18:
  376. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/pussms'+rand(0,4)+'.mp4"></video></center>'
  377. else
  378. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/pussms0'+rand(0,1)+'.mp4"></video></center>'
  379. end
  380. end
  381. '"I know what you like..."'
  382. act 'Deal':
  383. if gfy_rand >= 8:
  384. if hour > 6 and hour < 18:
  385. gt 'mod_iwhore_mainstreet', 'msgfyd'
  386. else
  387. gt 'mod_iwhore_mainstreet', 'msgfyn'
  388. end
  389. else
  390. gt 'mod_iwhore_mainstreetw', 'msvag'
  391. end
  392. end
  393. end
  394. act 'Show ass':
  395. cla
  396. *clr
  397. $orgasm_or = 'no'
  398. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  399. gs 'arousal', 'end'
  400. gs 'stat'
  401. if gfy_rand < 8:
  402. if analplugin = 1:
  403. if hour > 6 and hour < 18:
  404. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/zzshowplug'+rand(0,4)+'.jpg"></center>'
  405. else
  406. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zzmsplug0.mp4"></video></center>'
  407. end
  408. '"I feel empty...you know?"'
  409. else
  410. if hour > 6 and hour < 18:
  411. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/assms'+rand(0,4)+'.mp4"></video></center>'
  412. else
  413. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/assms'+rand(0,2)+'.mp4"></video></center>'
  414. end
  415. end
  416. '"I know what you like..."'
  417. else
  418. if hour > 6 and hour < 18:
  419. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/propose/assms'+rand(0,4)+'.mp4"></video></center>'
  420. else
  421. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/propose/assms'+rand(0,2)+'.mp4"></video></center>'
  422. end
  423. '"I know what you like..."'
  424. end
  425. act 'Deal':
  426. if gfy_rand >= 8:
  427. if hour > 6 and hour < 18:
  428. gt 'mod_iwhore_mainstreet', 'msgfyd'
  429. else
  430. gt 'mod_iwhore_mainstreet', 'msgfyn'
  431. end
  432. else
  433. gt 'mod_iwhore_mainstreetw', 'msanal'
  434. end
  435. end
  436. end
  437. end
  438. !!!!!!!!!!!!!!!!!!!!GFYCAR!!!!!!!!!!!!!!!!!!!!!!
  439. if $ARGS[0] = 'mscgfy':
  440. minut += 5
  441. gfy_rand = rand(0,10)
  442. *clr & cla
  443. if gfy_rand = 0:
  444. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."...'
  445. wait 2000
  446. '<br>"...Fuck you!"...'
  447. elseif gfy_rand = 1:
  448. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  449. wait 2000
  450. '<br>"Mom is calling you!"...'
  451. elseif gfy_rand = 2:
  452. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  453. wait 2000
  454. '<br>"I''ve hear that you own the syphilis cure..."<br>"Uh?"'
  455. wait 3000
  456. '<br>"...Fuck you!"...'
  457. elseif gfy_rand = 3:
  458. '"Miss..."<br>"I won''t work without money, if you are going to ask."'
  459. wait 2000
  460. '"I''m sorry milady, i''m lost; do you happen to know the street that lead to Pushkin?"<br>"Ummmh...you have to go straight for about..."'
  461. wait 5000
  462. '<br>..."...Fuck you bitch!".'
  463. elseif gfy_rand = 4:
  464. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  465. wait 2000
  466. '"The police! The police! Run bitch run!"...'
  467. elseif gfy_rand = 5:
  468. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  469. wait 3000
  470. '"WHORE!....Hahahahaha..."... '
  471. elseif gfy_rand = 6:
  472. '"..."<br>"I won''t work without money, if you are going to ask."<br>"..."'
  473. wait 3000
  474. '"Uh? Can you repeat, i didn''t hear you..."...<br>"Uh? I WON''T WORK WITHOUT MONEY...."'
  475. wait 3000
  476. '<br>"Hahaha... . Fuck you! Bitch! "... '
  477. elseif gfy_rand = 7:
  478. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that...let''s put that way..."'
  479. wait 2000
  480. '"...is that cum on your face?"<br>"No sweety, i''m clean..."'
  481. wait 1000
  482. '<br>"...Fuck you!"... .'
  483. elseif gfy_rand = 8:
  484. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  485. wait 2000
  486. '"How much do you want?"<br>"200 mouth, 350 pussy, 400 ass honey; 50 bonus without condom and other 20 if you want to fill me daddy."'
  487. wait 5000
  488. '<br>"Ok, give me 470 then, and i''ll fill your butt."<br>"Go away..."'
  489. wait 2000
  490. '<br>"...Fuck you!" ....'
  491. elseif gfy_rand = 9:
  492. '"Come here bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Nooooo, it''s not that...more more..."'
  493. wait 2000
  494. '"...just a moment..."<br>"Uh?"<br>"...Uhhh uhhh...aaahhh..."<br>"Hey what the fuck are you...."... '
  495. wait 3000
  496. '<br>"...Fuck you! Bitch!"'
  497. spafinloc = 12
  498. spafinloc = 11
  499. gs 'cum_manage'
  500. elseif gfy_rand = 10:
  501. '"..."<br>"I won''t work without money, if you are going to ... hey you are drunk!."<br>"Meeeee...? Youuuu!"<br>"Uh???"'
  502. wait 2000
  503. '"Hey man i''m not going in a car with you..."<br>"...Who the fuck..."<br>"I don''t want to have a car accident."'
  504. wait 4000
  505. '<br>"...Fuck you! Bitch!"'
  506. else
  507. ''
  508. end
  509. if hour < 18 and hour > 6:
  510. wait 1500
  511. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyms.mp4"></video></center>'
  512. else
  513. wait 1500
  514. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfy.mp4"></video></center>'
  515. end
  516. if gfy_rand = 9:
  517. *nl
  518. 'The freaky bastard was jerking, and throw his cum on your face; he push the gas on the machine to the max and cover you with dust.'
  519. elseif gfy_rand = 10:
  520. *nl
  521. 'The man was seriously drunk, he push the gas on the machine to the max and cover you with dust. He''s going to crash on a nearby wall for sure'
  522. else
  523. *nl
  524. 'The man was here for some laugh, he push the gas on the machine to the max and cover you with dust.'
  525. end
  526. act 'Fuck you!': gt $loc, $loc_arg
  527. end
  528. !!!!!!!!!!!!!!!!!!!!GFYWALKER!!!!!!!!!!!!!!!!!!!
  529. if $ARGS[0] = 'msgfyd':
  530. minut += 5
  531. gfy_rand = rand(0,10)
  532. *clr & cla
  533. if gfy_rand = 0:
  534. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."...<br>"Really? Why?"'
  535. wait 2000
  536. '<br>"Shooo shooo! I''ve no time to lose..."<br>"...Fuck you!"...'
  537. elseif gfy_rand = 1:
  538. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  539. wait 2000
  540. '<br>"Uh? What''s then?"<br>"Fuck you!"...'
  541. elseif gfy_rand = 2:
  542. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  543. wait 2000
  544. '<br>"I''ve hear that you are trying to be the biggest slut in town..."<br>"Uh? Really? Who told you that?"'
  545. wait 3000
  546. '<br>"...Fuck you!"...'
  547. elseif gfy_rand = 3:
  548. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  549. wait 2000
  550. '"The police! The police! Run bitch run!"...<br>"Yes yes whatever...uh?"'
  551. elseif gfy_rand = 4:
  552. '"Miss..."<br>"I won''t work without money, if you are going to ask."'
  553. wait 2000
  554. '"I''m sorry milady, i''m lost; do you happen to know the street that lead to the optometrist?"<br>"Ummmh...you are in the wrong town; You have to go to St. P..."'
  555. wait 5000
  556. '<br>..."...Fuck you bitch!".'
  557. spafinloc = 12
  558. spafinloc = 11
  559. gs 'cum_manage'
  560. elseif gfy_rand = 5:
  561. '"Come here bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Listen...I''ve got the money... . I''ve got 320 rubles for a fuck..."'
  562. wait 3000
  563. '"350 honey... . I can blow you for 200."<br>"Wait...if you go to the embassy and change the rubles into dollars and then you change them into euros and then you change them into sloty and again into rubles you can make 435 rubles, from 320... . That way i can fuck your ass...right?"<br>"...Go away..."... '
  564. wait 3000
  565. '<br>"...Fuck you! Bitch!"'
  566. spafinloc = 12
  567. spafinloc = 11
  568. gs 'cum_manage'
  569. elseif gfy_rand = 6:
  570. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  571. wait 2000
  572. '"How much do you want?"<br>"200 mouth, 350 pussy, 400 ass honey; 50 bonus without condom and other 20 if you want to fill me daddy."'
  573. wait 5000
  574. '<br>"Ok, give me 470 then, and i''ll fill your butt."<br>"Go away..."'
  575. wait 2000
  576. '<br>"...Fuck you!" ....'
  577. spafinloc = 12
  578. spafinloc = 11
  579. gs 'cum_manage'
  580. elseif gfy_rand = 7:
  581. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that...it''s that..."'
  582. wait 2000
  583. '"...is that cum on your face?"<br>"No sweety, i''m clean..."<br>"...Well...my bad, it was a mistake...hehehe..."... .<br>"Uh?"....'
  584. spafinloc = 12
  585. spafinloc = 11
  586. gs 'cum_manage'
  587. elseif gfy_rand = 8:
  588. '"Tsk tsk... ."<br>"I won''t work without money, if you are going to ask."'
  589. wait 3000
  590. '"Tsk tsk... . "...<br>"Uh? Go away..."'
  591. wait 3000
  592. '<br>"..."... . The man scold his head and went away. '
  593. elseif gfy_rand = 9:
  594. '"Mmmmm...!"<br>"I won''t work without money, if you are going to ask."<br>"I''ve got the money...but i cannot read what the ATM says...can you help me?"'
  595. wait 3000
  596. '"Mmmm ok...let me see...how much do you want withdraw? 200 mouth, 350 sex 400 bum bum..."You move toward the ATM <br>"Mmmm....you know what?..."... '
  597. wait 3000
  598. '....<br>"Uh? What?"<br>"...Fuck you! Bitch!"'
  599. elseif gfy_rand = 10:
  600. '"..."<br>"I won''t work without money...Uh???"'
  601. wait 2000
  602. '<br>"HAAAA!"<br>"Mmmm...Yes ok...if you have the money we can look for a little more privacy..."'
  603. wait 4000
  604. '<br>"Uh? HAAAAAA Hahahahaa.....RAAAAAHHH AAAAAAHHHHAAA...."'
  605. else
  606. ''
  607. end
  608. wait 1500
  609. if gfy_rand =< 3:
  610. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyms'+rand(0,1)+'.mp4"></video></center>'
  611. elseif gfy_rand >= 4 and gfy_rand =< 7:
  612. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyms'+rand(3,4)+'.mp4"></video></center>'
  613. elseif gfy_rand = 8:
  614. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyno0.mp4"></video></center>'
  615. elseif gfy_rand = 9:
  616. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyms2.mp4"></video></center>'
  617. elseif gfy_rand = 10:
  618. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfyms5.mp4"></video></center>'
  619. else
  620. ''
  621. end
  622. if gfy_rand =< 3:
  623. 'The man was here for some laugh; who was probably his friend comes out from a corner and pull down your skirt'
  624. elseif gfy_rand >= 4 and gfy_rand =< 7:
  625. 'The man keep you on a fucking nonsense conversation to make his friend have the time to charge and spurt a big load on you. It takes some times for you to realize that your back is now covered in cum and the mens now are far away from you...'
  626. elseif gfy_rand = 8:
  627. '...'
  628. elseif gfy_rand = 9:
  629. '"Stupid jokes..." You can see the man run, and another one follow him...'
  630. elseif gfy_rand = 10:
  631. 'The man reveal to be a pervert who flash woman on the street; after he show you his dick he keep flashing all the woman he was able...."Shit!...This will call unwanted attention! Better look another place..."'
  632. else
  633. ''
  634. end
  635. act 'Fuck you!': gt $loc, $loc_arg
  636. end
  637. if $ARGS[0] = 'msgfyn':
  638. minut += 5
  639. gfy_rand = rand(0,10)
  640. *clr & cla
  641. if gfy_rand = 0:
  642. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."...<br>"You walked on a shit...i can smell it from here..."'
  643. wait 2000
  644. '<br>"Uh?...Oh...!"<br>"...Hahahah....Fuck you! Bitch"...'
  645. elseif gfy_rand = 1:
  646. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that...I wonder if you hide something...."'
  647. wait 2000
  648. '<br>"No honey, i''m hiding nothing...but you have to pay to see..."<br>"No way! Fuck you bitch!...."'
  649. elseif gfy_rand = 2:
  650. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  651. wait 2000
  652. '<br>"I''ve hear that you are used to steal vodka from the grocery and hide it in your butt..."<br>"Bullshit... Who told you that?"'
  653. wait 3000
  654. '<br>"...Fuck you!"...'
  655. elseif gfy_rand = 3:
  656. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  657. wait 2000
  658. '"The police! The police! Run bitch run!"...<br>"Yes yes whatever...uh?"'
  659. elseif gfy_rand = 4:
  660. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that...it''s that..."'
  661. wait 2000
  662. '"...is that cum on your face?"<br>"No sweety, i''m clean..."<br>"...Well...my bad, it was a mistake...hehehe..."... .<br>"Uh?"....'
  663. spafinloc = 12
  664. spafinloc = 11
  665. gs 'cum_manage'
  666. elseif gfy_rand = 5:
  667. '"Come here bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Listen...I''ve got the money... . I''ve got 320 rubles for a fuck..."'
  668. wait 3000
  669. '"350 honey... . I can blow you for 200."<br>"I can take them remnants from the ATM; let''s go fuck i''ll pay you later. "<br>"...Go away..."... '
  670. wait 3000
  671. '<br>"...Fuck you! Bitch!"'
  672. spafinloc = 12
  673. spafinloc = 11
  674. gs 'cum_manage'
  675. elseif gfy_rand = 6:
  676. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  677. wait 2000
  678. '"What can you do with 50 rubles?"<br>"Let me think...i can buy a cigarette pack ...maybe..."<br>"I mean sex slut!"'
  679. wait 3000
  680. '<br>"Go away..."<br>"...Fuck you!" ....'
  681. spafinloc = 12
  682. spafinloc = 11
  683. gs 'cum_manage'
  684. elseif gfy_rand = 7:
  685. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Hold it for a moment...i have to look in my pocket..."'
  686. wait 2000
  687. '<br>"Just a moment...oh yes!...Fuck you!" ....'
  688. elseif gfy_rand = 8:
  689. '"Tsk tsk... ."<br>"I won''t work without money, if you are going to ask."'
  690. wait 3000
  691. '"Tsk tsk... . "...<br>"Uh? Go away..."'
  692. wait 3000
  693. '<br>"..."... . The man scold his head and went away. '
  694. elseif gfy_rand = 9:
  695. '"Miss..."<br>"I won''t work without money, if you are going to ask."'
  696. wait 2000
  697. '"I''m sorry milady, i''m looking for a bar: "The Spunknik"; do you happen to know where is it?"<br>"Ummmh...the "Spunknik"...never heard... . Let me look the map..."'
  698. wait 5000
  699. '<br>..."Hahaha...Fuck you bitch!".'
  700. elseif gfy_rand = 10:
  701. '"Psssh pssssh...come here..."<br>"I won''t work without money, if you are going to ask."'
  702. wait 2000
  703. '<br>"Money is not a problem for me."<br>"Ok...then honey? What can i....uh? Shhhh"'
  704. else
  705. ''
  706. end
  707. wait 1500
  708. if gfy_rand =< 3:
  709. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyms'+rand(0,1)+'.mp4"></video></center>'
  710. elseif gfy_rand >= 4 and gfy_rand =< 6:
  711. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyms'+rand(3,4)+'.mp4"></video></center>'
  712. elseif gfy_rand = 7:
  713. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyms6.mp4"></video></center>'
  714. elseif gfy_rand = 8:
  715. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyno0.mp4"></video></center>'
  716. elseif gfy_rand = 9:
  717. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyms2.mp4"></video></center>'
  718. elseif gfy_rand = 10:
  719. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfyms5.mp4"></video></center>'
  720. else
  721. ''
  722. end
  723. if gfy_rand =< 3:
  724. 'The man was here for some laugh; who was probably his friend comes out from a corner and pull down your skirt'
  725. elseif gfy_rand >= 4 and gfy_rand =< 6:
  726. 'The man keep you on a fucking nonsense conversation to make his friend have the time to charge and spurt a big load on you. It takes some times for you to realize that your back is now covered in cum and the mens now are far away from you...'
  727. elseif gfy_rand = 7:
  728. 'While keeping the man''s drink in your hand another figure comes out from a corner and pulled down your dress... . With your hands occupied you weren''t able to protect yourself and you find yourself completely naked on the street.'
  729. elseif gfy_rand = 8:
  730. '...'
  731. elseif gfy_rand = 9:
  732. '"Stupid jokes..." You can see the man run, and another one follow him...'
  733. elseif gfy_rand = 10:
  734. 'Another man was waiting for you to pass behind the corner; once you were on his sight he give a last stroke to his member and spurt all your face with his big load. Your eyes were completely covered and your vision fail for a couple of minutes....'
  735. else
  736. ''
  737. end
  738. act 'Fuck you!': gt $loc, $loc_arg
  739. end
  740. !!!!!!!!!!!!!!!!!!!!PLACER!!!!!!!!!!!!!!!!!!!!!!!!!!
  741. if $ARGS[0] = 'mscplace':
  742. cla
  743. *clr
  744. minut += 2
  745. gs 'stat'
  746. if hour > 6 and hour < 18:
  747. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zcarjump0.mp4"></video></center>'
  748. else
  749. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zwork1.mp4"></video></center>'
  750. end
  751. 'You jump on the car; the client want to go somewhere else. "Tell me a secure place, i don''t want any trouble bitch."<br>"Honey, we can go to...."'
  752. act 'The park....':
  753. minut += 5
  754. $loc_arg = 'start'
  755. $loc = 'pav_park'
  756. gt 'mod_iwhore_park', 'ender'
  757. end
  758. act '...Turn the next corner...':
  759. minut += 3
  760. gt 'mod_iwhore_mainstreet', 'ender'
  761. end
  762. act 'To the bath...':
  763. minut += 5
  764. gt 'mod_iwhore_pbath', 'ender'
  765. end
  766. end
  767. if $ARGS[0] = 'msplace':
  768. cla
  769. *clr
  770. minut += 5
  771. gs 'stat'
  772. if PCloStyle = 4:
  773. if hour > 6 and hour < 18:
  774. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/deals2.jpg"></center>'
  775. else
  776. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/girlms0.jpg"></center>'
  777. end
  778. else
  779. if hour > 6 and hour < 18:
  780. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/deals1.jpg"></center>'
  781. else
  782. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/propms0.jpg"></center>'
  783. end
  784. end
  785. '"Tell me a secure place, i don''t want any trouble bitch."<br>"Honey, we can go to...."'
  786. act 'The park....':
  787. minut += 10
  788. $loc_arg = 'start'
  789. $loc = 'pav_park'
  790. gt 'mod_iwhore_park', 'wender'
  791. end
  792. act '...Turn the next corner...':
  793. minut += 5
  794. gt 'mod_iwhore_mainstreet', 'wender'
  795. end
  796. act 'To the bath...':
  797. minut += 5
  798. gt 'mod_iwhore_pbath', 'wender'
  799. end
  800. end
  801. if $ARGS[0] = 'wender':
  802. *clr & cla
  803. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  804. gs 'arousal', 'massage', 10, 'prostitution', 'exhibitionism', 'unknown'
  805. gs 'stat'
  806. if Krestovoz_pimp_protection ! 1 and new_whore > 50:
  807. if hour > 6 and hour < 18:
  808. ms_temp = rand(0,30)
  809. else
  810. ms_temp = rand(0,40)
  811. end
  812. else
  813. if hour > 6 and hour < 18:
  814. ms_temp = rand(2,30)
  815. else
  816. ms_temp = rand(2,40)
  817. end
  818. end
  819. if hour > 6 and hour < 18:
  820. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zplace0.mp4"></video></center>'
  821. 'For the whole walk the man doesn''t stop stripping and exposing your body; you try too keep your clothes on as much as you can. "...Really man? Can''t you wait? We almost arrived..." .'
  822. else
  823. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zplace'+rand(0,1)+'.mp4"></video></center>'
  824. 'For the whole walk the man doesn''t stop stripping and exposing your body; you try too keep your clothes on as much as you can, but with the night favor you cannot stop him to constantly finger your pussy in the middle of the street...this will cost in time terms..."...Really man? Can''t you ...mmmmh....wait? We almost ....mmmmm..." .'
  825. end
  826. act 'Finally':
  827. if ms_temp =< 1: gt 'mod_iwhore_hardlife', 'street_rape_ender'
  828. if ms_temp > 1 and ms_temp =< 10: gt 'mod_iwhore_mainstreetw', 'msbj'
  829. if ms_temp > 10 and ms_temp =< 20: gt 'mod_iwhore_mainstreetw', 'msvag'
  830. if ms_temp > 20 and ms_temp =< 30: gt 'mod_iwhore_mainstreetw', 'msanal'
  831. if ms_temp > 30 and ms_temp =< 40: gt 'mod_iwhore_mainstreetw', 'nakstreet'
  832. end
  833. end
  834. if $ARGS[0] = 'ender':
  835. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  836. if Krestovoz_pimp_protection ! 1 and new_whore > 50:
  837. ms_ender = rand(0,22)
  838. else
  839. ms_ender = rand(0,20)
  840. end
  841. if ms_ender =< 10:
  842. cla
  843. *clr
  844. gs 'mod_iwhore_dincollect' , 'prezik'
  845. if hour > 6 and hour < 18:
  846. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zplace1.mp4"></video></center>'
  847. else
  848. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zplace3.mp4"></video></center>'
  849. end
  850. '"...right." You barely finish to tell him where both of you have to go that you find yourself sucking his cock... . Gently the man put your head on work; without any objection you continue with your duties... .'
  851. gs 'mod_iwhore_dincollect','oralsex',5,'prostitution', 'unknown'
  852. gs 'stat'
  853. if ms_ender =< 9:
  854. act '...':
  855. cla
  856. *clr
  857. money += 30
  858. stat['bj'] += 1
  859. gs 'arousal', 'bj', 5, 'prostitution', 'unknown'
  860. gs 'stat'
  861. if hour > 6 and hour < 18:
  862. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/car/bj/vbj'+rand(0,17)+'.mp4"></video></center>'
  863. else
  864. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/car/bj/vbj'+rand(0,22)+'.mp4"></video></center>'
  865. end
  866. 'Your eyes tear up and you start to gag, but he doesn''t care as he takes control and face fucks you until you''re a wet, slobbering mess. Finally you arrived; you don''t stop to blow him and wait for him to choose... .'
  867. if ms_ender =< 4:
  868. '"Show me your butt slut"'
  869. act 'Bum bum':
  870. cla
  871. *clr
  872. gs 'mod_iwhore_dincollect', 'whore_check_anal'
  873. $orgasm_or = 'no'
  874. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  875. gs 'arousal', 'end'
  876. gs 'stat'
  877. if hour > 6 and hour < 18:
  878. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/1showma'+rand(0,10)+'.jpg"></center>'
  879. else
  880. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/1showma'+rand(0,15)+'.jpg"></center>'
  881. end
  882. '"Better for you if you lubed it enough...." He''s not interested in prolonging this any longer. He turns you around and pulls you by the hips so your ass is sticking out. You can feel the tip pressing against your puckered hole and bite your lip anxiously as you wait for what''s to come.'
  883. act 'Come here "big" boy!':
  884. cla
  885. *clr
  886. if hour > 6 and hour < 18:
  887. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/anal/anal'+rand(0,5)+'.jpg"></center>'
  888. else
  889. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/anal/anal'+rand(0,14)+'.jpg"></center>'
  890. end
  891. gs 'mod_iwhore_dincollect','wantanal',5,'prostitution', 'unknown'
  892. gs 'stat'
  893. act 'Work the shaft': gt 'mod_iwhore_mainstreetw' , 'msanalend'
  894. end
  895. end
  896. elseif ms_ender >= 5 or ms_ender =< 8:
  897. '"Time to fuck slut"'
  898. act 'Show your pussy':
  899. cla
  900. *clr
  901. gs 'mod_iwhore_dincollect', 'whore_check_vag'
  902. $orgasm_or = 'no'
  903. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  904. gs 'arousal', 'end'
  905. gs 'stat'
  906. if hour > 6 and hour < 18:
  907. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/2showmp'+rand(0,10)+'.jpg"></center>'
  908. else
  909. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/3showmp'+rand(0,9)+'.jpg"></center>'
  910. end
  911. 'You quickly pull apart you clothes and present your pussy to him. "Do you like it honey?"<br>"Shut up and spread you legs." he orders.'
  912. act 'Come here "big" boy!':
  913. cla
  914. *clr
  915. if hour > 6 and hour < 18:
  916. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/vag/vag'+rand(0,21)+'.jpg"></center>'
  917. else
  918. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/vag/vag'+rand(0,21)+'.jpg"></center>'
  919. end
  920. gs 'mod_iwhore_dincollect','wantvaginal',5,'prostitution', 'unknown'
  921. 'You spread your legs and help his member with your hand to accomodate in the right place easily since you have no time to waste...you can have some pleasure from work too. "Ready uh? Keep going slut...it''s me who have to be pleased. Do not forget." '
  922. gs 'stat'
  923. act 'Work the shaft': gt 'mod_iwhore_mainstreetw', 'msvagend'
  924. end
  925. end
  926. else
  927. '"Free your puppy whore, they need fresh air too ehehehe..."'
  928. act 'Show your tits':
  929. cla
  930. *clr
  931. gs 'mod_iwhore_dincollect', 'whore_check_vag'
  932. $orgasm_or = 'no'
  933. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  934. gs 'arousal', 'end'
  935. gs 'stat'
  936. if hour > 6 and hour < 18:
  937. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/3showmt'+rand(0,10)+'.jpg"></center>'
  938. else
  939. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/4showmt'+rand(0,12)+'.jpg"></center>'
  940. end
  941. '"Do you like it honey?"<br>"Don''t keep me waiting" he orders. '
  942. act 'Take it again':
  943. cla
  944. *clr
  945. if hour > 6 and hour < 18:
  946. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/bj/bj'+rand(0,8)+'.jpg"></center>'
  947. else
  948. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/bj/bj'+rand(0,15)+'.jpg"></center>'
  949. end
  950. if protect = 1:
  951. 'You fall to your knees and wrap your lips around his member; with those modern condom there''s no real difference with bare skin... . You suck and run your tongue along his shaft while your hands fondle his balls. "Don''t be shy, slut," he murmurs before pushing his cock further into your mouth. '
  952. else
  953. 'You fall to your knees and wrap your lips around his member sucking and running your tongue along his shaft while your hands fondle his balls. "Don''t be shy, slut," he murmurs before pushing his cock further into your mouth. '
  954. end
  955. gs 'mod_iwhore_dincollect','oralsex',5,'prostitution', 'unknown'
  956. gs 'stat'
  957. act 'Work the shaft': gt 'mod_iwhore_mainstreetw', 'msbjend'
  958. end
  959. end
  960. end
  961. end
  962. else
  963. !ms_ender = 10
  964. act '...':
  965. cla
  966. *clr
  967. guy += 1
  968. pav_sex += 1
  969. gs 'fame', 'pav', 'prostitute', rand(3,9)
  970. stat['bj'] += 1
  971. gs 'arousal', 'bj', 1, 'prostitution', 'unknown'
  972. gs 'arousal', 'end'
  973. gs 'stat'
  974. if hour > 6 and hour < 18:
  975. spafinloc = 11
  976. gs 'cum_manage'
  977. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zfast.mp4"></video></center>'
  978. '...."UUhhghh ....stupid bitch.....!....." While sucking the man''s cock, with your free hand you continue to jerk him...it seems you hit a sensible spot...'
  979. else
  980. spafinloc = 12
  981. gs 'cum_manage'
  982. gs 'mod_iwhore_dincollect' , 'venerasiakOral'
  983. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zfast.mp4"></video></center>'
  984. '...."UUhhghh ....stupid bitch.....!....." You don''t know how it was possible but as soon as you arrived you find your face covered in cum.... . That was fast... .'
  985. end
  986. act 'Collect money':
  987. cla
  988. *clr
  989. gs 'mod_iwhore_dincollect', 'whore_check_fastender'
  990. if hour > 6 and hour < 18:
  991. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/streetdeal1.jpg"></center>'
  992. else
  993. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/rublepay.jpg"></center>'
  994. end
  995. '"Do you need another round honey?... ."<br>"..."<br>The man, clearly embarassed, pass you your payment... . "You know where to find me... ." You give him a flying kiss and turn back to your occupations.'
  996. act 'Leave': gt $loc, $loc_arg
  997. end
  998. end
  999. end
  1000. elseif ms_ender >= 11 and ms_ender =< 20:
  1001. cla
  1002. *clr
  1003. money += 30
  1004. gs 'arousal', 'massage', 5, 'prostitution', 'unknown'
  1005. gs 'stat'
  1006. if hour > 6 and hour < 18:
  1007. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zplace0.mp4"></video></center>'
  1008. else
  1009. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zplace2.mp4"></video></center>'
  1010. end
  1011. 'For the whole trip the man continue to touch your legs reaching your crotch and rubbing your pussy; you let him do. Once arrived you both exit from the car; the man was really taken by the situation that he immediately unzip his pants...'
  1012. if ms_ender =< 14 and ms_ender >= 10:
  1013. '"Show me your butt slut"'
  1014. act 'Bum bum':
  1015. cla
  1016. *clr
  1017. gs 'mod_iwhore_dincollect', 'whore_check_anal'
  1018. $orgasm_or = 'no'
  1019. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  1020. gs 'arousal', 'end'
  1021. gs 'stat'
  1022. if hour > 6 and hour < 18:
  1023. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/1showma'+rand(0,10)+'.jpg"></center>'
  1024. else
  1025. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/1showma'+rand(0,15)+'.jpg"></center>'
  1026. end
  1027. '"Better for you if you lubed it enough...." He''s not interested in prolonging this any longer. He turns you around and pulls you by the hips so your ass is sticking out. You can feel the tip pressing against your puckered hole and bite your lip anxiously as you wait for what''s to come.'
  1028. act 'Come here "big" boy!':
  1029. cla
  1030. *clr
  1031. gs 'mod_iwhore_dincollect' , 'prezik'
  1032. if hour > 6 and hour < 18:
  1033. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/anal/anal'+rand(0,5)+'.jpg"></center>'
  1034. else
  1035. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/anal/anal'+rand(0,16)+'.jpg"></center>'
  1036. end
  1037. gs 'mod_iwhore_dincollect','wantanal',5,'prostitution', 'unknown'
  1038. gs 'stat'
  1039. act 'Work the shaft': gt 'mod_iwhore_mainstreetw' , 'msanalend'
  1040. end
  1041. end
  1042. elseif ms_ender >= 15 or ms_ender =< 18:
  1043. '"Time to fuck slut"'
  1044. act 'Show your pussy':
  1045. cla
  1046. *clr
  1047. gs 'mod_iwhore_dincollect', 'whore_check_vag'
  1048. $orgasm_or = 'no'
  1049. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  1050. gs 'arousal', 'end'
  1051. gs 'stat'
  1052. if hour > 6 and hour < 18:
  1053. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/2showmp'+rand(0,10)+'.jpg"></center>'
  1054. else
  1055. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/3showmp'+rand(0,9)+'.jpg"></center>'
  1056. end
  1057. 'You quickly pull apart you clothes and present your pussy to him. "Do you like it honey?"<br>"Shut up and spread you legs." he orders.'
  1058. act 'Come here "big" boy!':
  1059. cla
  1060. *clr
  1061. gs 'mod_iwhore_dincollect' , 'prezik'
  1062. if hour > 6 and hour < 18:
  1063. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/vag/vag'+rand(0,21)+'.jpg"></center>'
  1064. else
  1065. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/vag/vag'+rand(0,21)+'.jpg"></center>'
  1066. end
  1067. gs 'mod_iwhore_dincollect','wantvaginal',5,'prostitution', 'unknown'
  1068. 'You spread your legs and help his member with your hand to accomodate in the right place easily since you have no time to waste...you can have some pleasure from work too. "Ready uh? Keep going slut...it''s me who have to be pleased. Do not forget." '
  1069. gs 'stat'
  1070. act 'Work the shaft': gt 'mod_iwhore_mainstreetw', 'msvagend'
  1071. end
  1072. end
  1073. else
  1074. '"Free your puppy whore, they need fresh air too ehehehe..."'
  1075. act 'Show your tits':
  1076. cla
  1077. *clr
  1078. gs 'mod_iwhore_dincollect', 'whore_check_oral'
  1079. $orgasm_or = 'no'
  1080. gs 'arousal', 'flash', 1, 'prostitution', 'unknown'
  1081. gs 'arousal', 'end'
  1082. gs 'stat'
  1083. if hour > 6 and hour < 18:
  1084. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/mainstreet/3showmt'+rand(0,10)+'.jpg"></center>'
  1085. else
  1086. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/mainstreet/4showmt'+rand(0,12)+'.jpg"></center>'
  1087. end
  1088. '"Do you like it honey?"<br>"Don''t keep me waiting" he orders. '
  1089. act 'Start':
  1090. cla
  1091. *clr
  1092. gs 'mod_iwhore_dincollect' , 'prezik'
  1093. if hour > 6 and hour < 18:
  1094. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/client/single/mainstreet/bj/bj'+rand(0,8)+'.jpg"></center>'
  1095. else
  1096. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/client/single/street/bj/bj'+rand(0,15)+'.jpg"></center>'
  1097. end
  1098. if protect = 1:
  1099. 'You fall to your knees and wrap your lips around his member; with those modern condom there''s no real difference with bare skin... . You suck and run your tongue along his shaft while your hands fondle his balls. "Don''t be shy, slut," he murmurs before pushing his cock further into your mouth. '
  1100. else
  1101. 'You fall to your knees and wrap your lips around his member sucking and running your tongue along his shaft while your hands fondle his balls. "Don''t be shy, slut," he murmurs before pushing his cock further into your mouth. '
  1102. end
  1103. gs 'mod_iwhore_dincollect','oralsex',5,'prostitution', 'unknown'
  1104. gs 'stat'
  1105. act 'Work the shaft': gt 'mod_iwhore_mainstreetw', 'msbjend'
  1106. end
  1107. end
  1108. end
  1109. elseif ms_ender = 21 or ms_ender = 22:
  1110. cla
  1111. *clr
  1112. gs 'mod_iwhore_dincollect' , 'prezik'
  1113. if hour > 6 and hour < 18:
  1114. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/zplace1.mp4"></video></center>'
  1115. else
  1116. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/zplace3.mp4"></video></center>'
  1117. end
  1118. '"...right." You barely finish to tell him where both of you have to go that you find yourself sucking his cock... . Gently the man put your head on work; without any objection you continue with your duties... .'
  1119. gs 'mod_iwhore_dincollect','oralsex',5,'prostitution', 'unknown'
  1120. gs 'stat'
  1121. act '...': gt 'mod_iwhore_hardlife', 'car_rape_ender'
  1122. end
  1123. end
  1124. --- mod_iwhore_mainstreet ---------------------------------