123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- # mod_iwhore_highway
- if $ARGS[0] = 'start':
- gs 'stat'
- killvar 'hw_temp'
- killvar 'gfy_rand'
- protect = 0
- propose = 0
- nnak_car = 0
- nnak_street = 0
- dnak_car = 0
- dnak_street = 0
- minut += 5
- if month >= 11 or month <= 3:
- '<center><img <<$set_imgh>> src="images/locations/highway/roadwinter.jpg"></center>'
- else
- '<center><img <<$set_imgh>> src="images/locations/highway/road.jpg"></center>'
- end
- if hour >= 18 or hour =< 6:
- act 'Stroll around': minut += 5 & gt 'mod_iwhore_highway', 'night'
- elseif hour < 18 and hour > 6:
- act 'Stroll around': minut += 5 & gt 'mod_iwhore_highway', 'day'
- else
- ''
- end
- end
- if $ARGS[0] = 'day':
- *clr & cla
- if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/streetwork/works'+rand(0,6)+'.jpg"></center>'
- 'It shouldn''t be difficult for you to catch attentions.'
- if new_whore >= 15:
- act 'Wait for clients':
- minut += 5
- gs 'stat'
- if rand(0,10) =< 3:
- cla
- *clr
- gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/car/dealc'+rand(0,9)+'.jpg"></center>'
- 'A car stop next to you... . "What did you have in mind, big boy?"'
- if new_whore < 50:
- if new_whore = 20 or new_whore = 30 or new_whore = 40 or new_whore = 44 or new_whore = 48:
- hw_temp = 3
- new_whore += 1
- else
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(11,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(11,90)
- else
- hw_temp = rand(11,50)
- end
- end
- else
- if Krestovoz_pimp_protection ! 1:
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(0,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(0,90)
- else
- hw_temp = rand(0,50)
- end
- else
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(11,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(11,90)
- else
- hw_temp = rand(11,50)
- end
- end
- end
- act 'Let him decide':
- if hw_temp =< 10: gt 'mod_iwhore_hardlife', 'car_rape'
- if hw_temp > 10 and hw_temp =< 20: gt 'mod_iwhore_dhighway', 'dbj'
- if hw_temp > 20 and hw_temp =< 30: gt 'mod_iwhore_dhighway', 'dvag'
- if hw_temp > 30 and hw_temp =< 40: gt 'mod_iwhore_dhighway', 'danal'
- if hw_temp > 40 and hw_temp =< 50: gt 'mod_iwhore_dhighway', 'dpropose'
- if hw_temp > 50 and hw_temp =< 60: gt 'mod_iwhore_dhighway', 'dhbj'
- if hw_temp > 60 and hw_temp =< 70: gt 'mod_iwhore_dhighway', 'dhvag'
- if hw_temp > 70 and hw_temp =< 80: gt 'mod_iwhore_dhighway', 'dhanal'
- if hw_temp > 80 and hw_temp =< 85: gt 'mod_iwhore_dhighway', 'dnakcar'
- if hw_temp > 85 and hw_temp =< 90: gt 'mod_iwhore_dhighway', 'dnakstreet'
- end
- else
- 'Maybe there are works on the street, no car on sight.'
- act 'No one on sight': gt 'mod_iwhore_highway', 'start'
- end
- end
- else
- cla
- *clr
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/notgoodidea.jpg"></center>'
- '...Maybe it''s not a good idea... . '
- act 'Leave...': minut += 2 & gt 'mod_iwhore_highway', 'start'
- end
- act 'Go away': minut += 5 & gt 'road'
- end
- if $ARGS[0] = 'night':
- *clr & cla
- if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetwork/work'+rand(0,7)+'.jpg"></center>'
- 'It shouldn''t be difficult for you to catch attentions.'
- act 'Wait for clients':
- minut += 5
- gs 'stat'
- if rand(0,10) =< 6:
- cla
- *clr
- gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/car/cardeal'+rand(0,6)+'.jpg"></center>'
- 'A car stop next to you... . "What did you have in mind, big boy?"'
- if new_whore < 50:
- if new_whore = 20 or new_whore = 30 or new_whore = 40 or new_whore = 44 or new_whore = 48:
- hw_temp = 3
- new_whore += 1
- else
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(11,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(11,90)
- else
- hw_temp = rand(11,50)
- end
- end
- else
- if Krestovoz_pimp_protection ! 1:
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(0,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(0,90)
- else
- hw_temp = rand(0,50)
- end
- else
- if pcs_inhib >= 35 and new_whore >= 30:
- hw_temp = rand(11,80)
- elseif pcs_inhib >= 40 and new_whore >= 50:
- hw_temp = rand(11,90)
- else
- hw_temp = rand(11,50)
- end
- end
- end
- act 'Let him decide':
- if hw_temp =< 10: gt 'mod_iwhore_hardlife', 'car_rape'
- if hw_temp > 10 and hw_temp =< 20: gt 'mod_iwhore_nhighway', 'nbj'
- if hw_temp > 20 and hw_temp =< 30: gt 'mod_iwhore_nhighway', 'nvag'
- if hw_temp > 30 and hw_temp =< 40: gt 'mod_iwhore_nhighway', 'nanal'
- if hw_temp > 40 and hw_temp =< 50: gt 'mod_iwhore_nhighway', 'propose'
- if hw_temp > 50 and hw_temp =< 60: gt 'mod_iwhore_nhighway', 'nhbj'
- if hw_temp > 60 and hw_temp =< 70: gt 'mod_iwhore_nhighway', 'nhvag'
- if hw_temp > 70 and hw_temp =< 80: gt 'mod_iwhore_nhighway', 'nhanal'
- if hw_temp > 80 and hw_temp =< 85: gt 'mod_iwhore_nhighway', 'nnakcar'
- if hw_temp > 85 and hw_temp =< 90: gt 'mod_iwhore_nhighway', 'nnakstreet'
- end
- else
- 'Maybe there are works on the street, no car on sight.'
- act 'No one on sight': minut += 2 & gt 'mod_iwhore_highway', 'start'
- end
- end
- act 'Go away': minut += 5 & gt 'road'
- end
- if $ARGS[0] = 'gfy':
- minut += 5
- gfy_rand = rand(0,10)
- if gfy_rand = 0:
- '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."...'
- wait 2000
- '<br>"...Fuck you!"...'
- elseif gfy_rand = 1:
- '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
- wait 2000
- '<br>"Mom is calling you!"...'
- elseif gfy_rand = 2:
- '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
- wait 2000
- '<br>"I''ve hear that you own the only pletorutupuss in town..."<br>"Uh?"'
- wait 3000
- '<br>"...Fuck you!"...'
- elseif gfy_rand = 3:
- '"Miss..."<br>"I won''t work without money, if you are going to ask."'
- wait 2000
- '"I''m sorry milady, i''m lost; do you happen to know the street that lead to Pavlovsk Residential?"<br>"Ummmh...you have to turn right, and go for..."'
- wait 5000
- '<br>..."...Fuck you bitch!".'
- elseif gfy_rand = 4:
- '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
- wait 2000
- '"The police! The police! Run bitch run!"...'
- elseif gfy_rand = 5:
- '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
- wait 3000
- '"WHORE!....Hahahahaha..."... '
- elseif gfy_rand = 6:
- '"Spare our lost souls..."<br>"I won''t work without money, if you are going to ask."<br>"..."'
- wait 3000
- '"You are in time to redeem yourself...there was a time when all the mankind..."...<br>"Uh? Go away..."'
- wait 3000
- '<br>"...Fuck you! Bitch! You are a fallen demon!"... '
- elseif gfy_rand = 7:
- '"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..."'
- wait 2000
- '"...is that cum on your face?"<br>"No sweety, i''m clean..."'
- wait 1000
- '<br>"...Fuck you!"... .'
- elseif gfy_rand = 8:
- '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
- wait 2000
- '"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."'
- wait 5000
- '<br>"Ok, give me 470 then, and i''ll fill your butt."<br>"Go away..."'
- wait 2000
- '<br>"...Fuck you!" ....'
- elseif gfy_rand = 9:
- '"Come here bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Nooooo, it''s not that...more more..."'
- wait 2000
- '"...just a moment..."<br>"Uh?"<br>"...Uhhh uhhh...aaahhh..."<br>"Hey what the fuck are you...."... '
- wait 3000
- '<br>"...Fuck you! Bitch!"'
- spafinloc = 12
- spafinloc = 11
- gs 'cum_manage'
- elseif gfy_rand = 10:
- '"Squeeezzee..."<br>"I won''t work without money, if you are going to ask."<br>"Meeeee...? Youuuu!"<br>"Uh???"'
- wait 2000
- '<br>"...I can see ...staaar..."<br>"Thank you honey! I can make you touch the ceiling too."<br>"It''s a big star...full of all the man wishes...do you want to see the star too? It start with a pill..."The man is on "high"..."No honey thanks, now if you leave me..."...'
- wait 4000
- '<br>"RUN! IT''S COMING! IT''S BIG! IT WILL KILL US ALL! AAAAAAHHH! RUN!"'
- else
- ''
- end
- if hour < 18 and hour > 6:
- wait 1500
- '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfy.mp4"></video></center>'
- else
- wait 1500
- '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfy.mp4"></video></center>'
- end
- if gfy_rand = 9:
- *nl
- '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.'
- elseif gfy_rand = 10:
- *nl
- 'You don''t know if the man was here for some laugh of if he was on a bad trip, anyway he push the gas on the machine to the max and cover you with dust.'
- else
- *nl
- 'The man was here for some laugh, he push the gas on the machine to the max and cover you with dust.'
- end
- act 'Fuck you!': minut += 2 & gt 'mod_iwhore_highway', 'start'
- end
- --- mod_iwhore_highway ---------------------------------
|