|
@@ -4,9 +4,7 @@ if $ARGS[0] = 'start':
|
|
|
$loc = $CURLOC
|
|
|
$metkaSex = $ARGS[0]
|
|
|
$locSex = $CURLOC
|
|
|
- cla
|
|
|
- clr
|
|
|
- *clr
|
|
|
+ cls
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
gs 'time'
|
|
@@ -14,9 +12,7 @@ if $ARGS[0] = 'start':
|
|
|
'<center><img src="images/etogame/park2.jpg"></center>'
|
|
|
|
|
|
if hour >= 16 and hour <= 23:
|
|
|
- if whoreQW = 2:
|
|
|
- 'Prostitutes look at you with curiosity.'
|
|
|
- elseif whoreQW = 1:
|
|
|
+ if whoreQW = 1:
|
|
|
'Prostitutes look at you with interest.'
|
|
|
|
|
|
act 'Talk':
|
|
@@ -75,160 +71,162 @@ if $ARGS[0] = 'start':
|
|
|
act 'Move away':gt 'prostitute', 'start'
|
|
|
end
|
|
|
end
|
|
|
- end
|
|
|
+ elseif whoreQW = 2:
|
|
|
+ 'Prostitutes look at you with curiosity.'
|
|
|
|
|
|
- if whoreQW > 1 and ($clothingworntype = 'naughty' and CloQuality = 2) and son > 0:
|
|
|
- act 'Stand on the panel (0:15)':
|
|
|
- cla
|
|
|
- minut += 10
|
|
|
+ if $clothingworntype = 'naughty' and PCloQuality = 2 and son > 0:
|
|
|
+ act 'Stand and wait for customers (0:15)':
|
|
|
+ cla
|
|
|
+ minut += 10
|
|
|
|
|
|
- if rand(0, (vnesh + hour) * 2) < 20:
|
|
|
- 'No you are not interested.'
|
|
|
+ if rand(0, (vnesh + hour) * 2) < 20:
|
|
|
+ 'No you are not interested.'
|
|
|
|
|
|
- act 'Leave':gt 'prostitute', 'start'
|
|
|
- else
|
|
|
- proseventrand = rand(1, 20)
|
|
|
+ act 'Leave':gt 'prostitute', 'start'
|
|
|
+ else
|
|
|
+ proseventrand = rand(1, 20)
|
|
|
|
|
|
- if proseventrand = 1:
|
|
|
- 'To you black jeep pulled up, opened the window and leaned out healthy brazen face. "Hey slut, it´s time to pay tribute. Shtukar Come here and get out on work."'
|
|
|
+ if proseventrand = 1:
|
|
|
+ 'To you black jeep pulled up, opened the window and leaned out healthy brazen face. "Hey slut, it´s time to pay tribute. Shtukar Come here and get out on work."'
|
|
|
|
|
|
- if money >= 1000:
|
|
|
- act 'Giving money':
|
|
|
- cla
|
|
|
- money -= 1000
|
|
|
- 'You gave the money big man in the jeep. He put them in his pocket and left.'
|
|
|
+ if money >= 1000:
|
|
|
+ act 'Giving money':
|
|
|
+ cla
|
|
|
+ money -= 1000
|
|
|
+ 'You gave the money big man in the jeep. He put them in his pocket and left.'
|
|
|
|
|
|
- act 'Move away':gt 'prostitute', 'start'
|
|
|
+ act 'Move away':gt 'prostitute', 'start'
|
|
|
+ end
|
|
|
+ elseif money < 1000:
|
|
|
+ act 'I have not earned much':
|
|
|
+ cla
|
|
|
+ money = 0
|
|
|
+ 'You big man began to explain that you have not earned it grabbed you by the arm and threw him into a jeep, there you have it brushed pocket and said that he will teach you how to work.'
|
|
|
+
|
|
|
+ act 'Work':
|
|
|
+ $nameV = 'bandit'
|
|
|
+ $boy = 'Bandit'
|
|
|
+ dick = rand(18, 21)
|
|
|
+ gt 'blowPR', 'start'
|
|
|
+ end
|
|
|
+ end
|
|
|
end
|
|
|
- elseif money < 1000:
|
|
|
- act 'I have not earned much':
|
|
|
+
|
|
|
+ act 'Fuck you!':
|
|
|
cla
|
|
|
- money = 0
|
|
|
- 'You big man began to explain that you have not earned it grabbed you by the arm and threw him into a jeep, there you have it brushed pocket and said that he will teach you how to work.'
|
|
|
-
|
|
|
- act 'Work':
|
|
|
- $nameV = 'bandit'
|
|
|
- $boy = 'Bandit'
|
|
|
- dick = rand(18, 21)
|
|
|
- gt 'blowPR', 'start'
|
|
|
- end
|
|
|
+ minut += 15
|
|
|
+ $nameV = 'Bandit'
|
|
|
+ !!stats
|
|
|
+ strenV = 200
|
|
|
+ speedV = 30
|
|
|
+ agilV = 20
|
|
|
+ reactV = 20
|
|
|
+ vitalV = 150
|
|
|
+ intelV = 10
|
|
|
+ willV = 10
|
|
|
+ !!skills
|
|
|
+ magikV = 10
|
|
|
+ boxingV = 10
|
|
|
+ shootV = 10
|
|
|
+ !!parameters
|
|
|
+ healthV = vitalV * 10 + strenV * 5
|
|
|
+ mannaV = intelV * 10 + magikV * 10
|
|
|
+ willpowerV = willV * 10
|
|
|
+ BonusAtakV = 0
|
|
|
+ BonusDefV = 0
|
|
|
+ !!Programme of Action
|
|
|
+ program = 0
|
|
|
+ prostitutFight = 2
|
|
|
+
|
|
|
+ if spellavtoklon = 1:klon = 3
|
|
|
+ if spellbefshild = 1:defence = 500
|
|
|
+
|
|
|
+ gt 'fight', 'start'
|
|
|
end
|
|
|
- end
|
|
|
+ elseif proseventrand = 2:
|
|
|
+ 'To you approached a prostitute. "I hear you, slut, if you do not want problems, you have to pay Stella. Pyatihatnik Come here and get out on work."'
|
|
|
|
|
|
- act 'Fuck you!':
|
|
|
- cla
|
|
|
- minut += 15
|
|
|
- $nameV = 'Bandit'
|
|
|
- !!stats
|
|
|
- strenV = 200
|
|
|
- speedV = 30
|
|
|
- agilV = 20
|
|
|
- reactV = 20
|
|
|
- vitalV = 150
|
|
|
- intelV = 10
|
|
|
- willV = 10
|
|
|
- !!skills
|
|
|
- magikV = 10
|
|
|
- boxingV = 10
|
|
|
- shootV = 10
|
|
|
- !!parameters
|
|
|
- healthV = vitalV * 10 + strenV * 5
|
|
|
- mannaV = intelV * 10 + magikV * 10
|
|
|
- willpowerV = willV * 10
|
|
|
- BonusAtakV = 0
|
|
|
- BonusDefV = 0
|
|
|
- !!Programme of Action
|
|
|
- program = 0
|
|
|
- prostitutFight = 2
|
|
|
-
|
|
|
- if spellavtoklon = 1:klon = 3
|
|
|
- if spellbefshild = 1:defence = 500
|
|
|
-
|
|
|
- gt 'fight', 'start'
|
|
|
- end
|
|
|
- elseif proseventrand = 2:
|
|
|
- 'To you approached a prostitute. "I hear you, slut, if you do not want problems, you have to pay Stella. Pyatihatnik Come here and get out on work."'
|
|
|
+ if money >= 500:
|
|
|
+ act 'Giving money':
|
|
|
+ cla
|
|
|
+ money -= 500
|
|
|
+ 'You gave the money to the prostitute, she turned and walked away.'
|
|
|
|
|
|
- if money >= 500:
|
|
|
- act 'Giving money':
|
|
|
- cla
|
|
|
- money -= 500
|
|
|
- 'You gave the money to the prostitute, she turned and walked away.'
|
|
|
+ act 'Move away':gt 'prostitute', 'start'
|
|
|
+ end
|
|
|
+ elseif money < 500:
|
|
|
+ act 'I have not earned much':
|
|
|
+ cla
|
|
|
+ money = 0
|
|
|
+ 'You started zhalovatsya that do not earn much money. You searched prostitute taking everything of value and left.'
|
|
|
|
|
|
- act 'Move away':gt 'prostitute', 'start'
|
|
|
+ act 'Move away':gt 'prostitute', 'start'
|
|
|
+ end
|
|
|
end
|
|
|
- elseif money < 500:
|
|
|
- act 'I have not earned much':
|
|
|
- cla
|
|
|
- money = 0
|
|
|
- 'You started zhalovatsya that do not earn much money. You searched prostitute taking everything of value and left.'
|
|
|
|
|
|
- act 'Move away':gt 'prostitute', 'start'
|
|
|
+ act 'Fuck you!':
|
|
|
+ cla
|
|
|
+ minut += 15
|
|
|
+ $nameV = 'Prostitute'
|
|
|
+ !!stats
|
|
|
+ strenV = 50
|
|
|
+ speedV = 50
|
|
|
+ agilV = 40
|
|
|
+ reactV = 30
|
|
|
+ vitalV = 60
|
|
|
+ intelV = 10
|
|
|
+ willV = 10
|
|
|
+ !!skills
|
|
|
+ magikV = 10
|
|
|
+ boxingV = 10
|
|
|
+ shootV = 10
|
|
|
+ !!parameters
|
|
|
+ healthV = vitalV * 10 + strenV * 5
|
|
|
+ mannaV = intelV * 10 + magikV * 10
|
|
|
+ willpowerV = willV * 10
|
|
|
+ BonusAtakV = 0
|
|
|
+ BonusDefV = 0
|
|
|
+ !!Programme of Action
|
|
|
+ program = 0
|
|
|
+ prostitutFight = 3
|
|
|
+
|
|
|
+ if spellavtoklon = 1:klon = 3
|
|
|
+ if spellbefshild = 1:defence = 500
|
|
|
+
|
|
|
+ gt 'fight', 'start'
|
|
|
end
|
|
|
- end
|
|
|
-
|
|
|
- act 'Fuck you!':
|
|
|
- cla
|
|
|
- minut += 15
|
|
|
- $nameV = 'Prostitute'
|
|
|
- !!stats
|
|
|
- strenV = 50
|
|
|
- speedV = 50
|
|
|
- agilV = 40
|
|
|
- reactV = 30
|
|
|
- vitalV = 60
|
|
|
- intelV = 10
|
|
|
- willV = 10
|
|
|
- !!skills
|
|
|
- magikV = 10
|
|
|
- boxingV = 10
|
|
|
- shootV = 10
|
|
|
- !!parameters
|
|
|
- healthV = vitalV * 10 + strenV * 5
|
|
|
- mannaV = intelV * 10 + magikV * 10
|
|
|
- willpowerV = willV * 10
|
|
|
- BonusAtakV = 0
|
|
|
- BonusDefV = 0
|
|
|
- !!Programme of Action
|
|
|
- program = 0
|
|
|
- prostitutFight = 3
|
|
|
-
|
|
|
- if spellavtoklon = 1:klon = 3
|
|
|
- if spellbefshild = 1:defence = 500
|
|
|
-
|
|
|
- gt 'fight', 'start'
|
|
|
- end
|
|
|
- else
|
|
|
- 'To you a car drove up.'
|
|
|
- prosti = 0
|
|
|
- if proseventrand <= 8:
|
|
|
- 'The client wants to blow and asks how much it will cost.'
|
|
|
- elseif proseventrand <= 14:
|
|
|
- 'Client wants sex and asks how much it will cost.'
|
|
|
else
|
|
|
- 'Client wants anal and asks how much it will cost.'
|
|
|
- end
|
|
|
+ 'To you a car drove up.'
|
|
|
+ prosti = 0
|
|
|
+ if proseventrand <= 8:
|
|
|
+ 'The client wants to blow and asks how much it will cost.'
|
|
|
+ elseif proseventrand <= 14:
|
|
|
+ 'Client wants sex and asks how much it will cost.'
|
|
|
+ else
|
|
|
+ 'Client wants anal and asks how much it will cost.'
|
|
|
+ end
|
|
|
|
|
|
- act 'Leave':gt 'prostitute', 'start'
|
|
|
+ act 'Leave':gt 'prostitute', 'start'
|
|
|
|
|
|
- if ProsMoney > 0:
|
|
|
- act '<<ProsMoney * 100>> rubles':
|
|
|
- cls
|
|
|
- gt 'prostitute', 'work1', iif(proseventrand <= 8, 'blow job', iif(proseventrand <= 14, 'sex', 'anal'))
|
|
|
+ if ProsMoney > 0:
|
|
|
+ act '<<ProsMoney * 100>> rubles':
|
|
|
+ cls
|
|
|
+ gt 'prostitute', 'work1', iif(proseventrand <= 8, 'blow job', iif(proseventrand <= 14, 'sex', 'anal'))
|
|
|
+ end
|
|
|
end
|
|
|
- end
|
|
|
|
|
|
- act 'Assign a price':
|
|
|
- cls
|
|
|
- gs 'stat'
|
|
|
- ProsMoney = input("Enter a number below, which will multiplied by 100")
|
|
|
+ act 'Assign a price':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ ProsMoney = input("Enter a number below, which will multiplied by 100")
|
|
|
|
|
|
- if ProsMoney < 1:
|
|
|
- 'The client looked at you in amazement and muttered "what that fucker." Then started the car and drove away.'
|
|
|
+ if ProsMoney < 1:
|
|
|
+ 'The client looked at you in amazement and muttered "what that fucker." Then started the car and drove away.'
|
|
|
|
|
|
- act 'Leave':gt 'prostitute', 'start'
|
|
|
- else
|
|
|
- gt 'prostitute', 'work1', iif(proseventrand <= 8, 'blow job', iif(proseventrand <= 14, 'sex', 'anal'))
|
|
|
+ act 'Leave':gt 'prostitute', 'start'
|
|
|
+ else
|
|
|
+ gt 'prostitute', 'work1', iif(proseventrand <= 8, 'blow job', iif(proseventrand <= 14, 'sex', 'anal'))
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
end
|