|
@@ -9,9 +9,9 @@ menu_off = 1
|
|
|
'A local drug den, where you know addicts come to buy and use heroin in peace.'
|
|
|
'A skinny guy opens the door, with a paranoid look in his eyes. He says doubtfully: "Are you sure you can afford to be here? My product ain''t cheap..."'
|
|
|
|
|
|
+act 'Get out of here': minut += 5 & gt 'street'
|
|
|
act 'You roll your eyes and push the door open': gt 'narkopriton', 'start'
|
|
|
|
|
|
-act 'Get out of here': minut += 5 & gt 'street'
|
|
|
|
|
|
if $ARGS[0] = 'start':
|
|
|
*clr & cla
|
|
@@ -19,20 +19,20 @@ if $ARGS[0] = 'start':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
|
|
|
'The skinny guy at the door looks you up and down as you enter, "So what can I get for you, honey?"'
|
|
|
if drugUser = 1:
|
|
|
- act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
+ act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
act 'Ask for heroin': gt 'narkopriton', 'heroin'
|
|
|
act 'Ask for amphetamine': gt 'narkopriton', 'amphetamine'
|
|
|
- !!act 'Ask for joints': gt 'narkopriton', 'joint'
|
|
|
+ !!act 'Ask for joints': gt 'narkopriton', 'joint'
|
|
|
if StoryLine = 1 and snarkozak = 0:
|
|
|
- act 'Ask for a drop-off point in Pavlovsk':
|
|
|
+ act 'Ask for a drop-off point in Pavlovsk':
|
|
|
minut +=5
|
|
|
gs 'events', 'narkozakladka'
|
|
|
- end
|
|
|
- end
|
|
|
+ end
|
|
|
+ end
|
|
|
elseif drugUser = 0:
|
|
|
'"Ahhh, what do you have?" you ask.'
|
|
|
'His eyes light up at a freshy and smiles wildy, "Well I have some H and amphetamine."'
|
|
|
- act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
+ act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
act 'Ask for heroin': gt 'narkopriton', 'heroin'
|
|
|
act 'Ask for amphetamine': gt 'narkopriton', 'amphetamine'
|
|
|
!!act 'Ask for joints': gt 'narkopriton', 'joint'
|
|
@@ -44,7 +44,7 @@ end
|
|
|
if $ARGS[0] = 'kiteHigh':
|
|
|
act 'Leave the drug den':
|
|
|
minut += 15
|
|
|
- gs 'events', 'snkayf1'
|
|
|
+ gs 'events', 'snkayf1'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -57,16 +57,16 @@ if $ARGS[0] = 'amphetamine':
|
|
|
'You have <<amphetamine>> pills.'
|
|
|
act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
if money >= 1600:
|
|
|
- act 'Buy 20 (1600 <b>₽</b>)':
|
|
|
+ act 'Buy 20 (1600 <b>₽</b>)':
|
|
|
money -= 1600
|
|
|
drugUser = 1
|
|
|
amphetamine += 20
|
|
|
- minut += 5
|
|
|
+ minut += 5
|
|
|
gt 'narkopriton', 'amphetamine'
|
|
|
end
|
|
|
end
|
|
|
if money >= 800:
|
|
|
- act 'Buy 10 (800 <b>₽</b>)':
|
|
|
+ act 'Buy 10 (800 <b>₽</b>)':
|
|
|
money -= 800
|
|
|
drugUser = 1
|
|
|
amphetamine += 10
|
|
@@ -75,7 +75,7 @@ if $ARGS[0] = 'amphetamine':
|
|
|
end
|
|
|
end
|
|
|
if money >= 400:
|
|
|
- act 'Buy 5 (400 <b>₽</b>)':
|
|
|
+ act 'Buy 5 (400 <b>₽</b>)':
|
|
|
money -= 400
|
|
|
drugUser = 1
|
|
|
amphetamine += 5
|
|
@@ -84,7 +84,7 @@ if $ARGS[0] = 'amphetamine':
|
|
|
end
|
|
|
end
|
|
|
if money >= 80:
|
|
|
- act 'Buy 1 (80 <b>₽</b>)':
|
|
|
+ act 'Buy 1 (80 <b>₽</b>)':
|
|
|
money -= 80
|
|
|
drugUser = 1
|
|
|
amphetamine += 1
|
|
@@ -105,7 +105,7 @@ if $ARGS[0] = 'joints':
|
|
|
'You have <<joint>>.'
|
|
|
act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
if money >= 1000:
|
|
|
- act 'Buy 20 (1000 <b>₽</b>)':
|
|
|
+ act 'Buy 20 (1000 <b>₽</b>)':
|
|
|
money -= 1000
|
|
|
drugUser = 1
|
|
|
joint += 20
|
|
@@ -115,7 +115,7 @@ if $ARGS[0] = 'joints':
|
|
|
end
|
|
|
end
|
|
|
if money >= 500:
|
|
|
- act 'Buy 10 (500 <b>₽</b>)':
|
|
|
+ act 'Buy 10 (500 <b>₽</b>)':
|
|
|
money -= 500
|
|
|
drugUser = 1
|
|
|
joint += 10
|
|
@@ -125,7 +125,7 @@ if $ARGS[0] = 'joints':
|
|
|
end
|
|
|
end
|
|
|
if money >= 250:
|
|
|
- act 'Buy 5 (250 <b>₽</b>)':
|
|
|
+ act 'Buy 5 (250 <b>₽</b>)':
|
|
|
money -= 250
|
|
|
drugUser = 1
|
|
|
joint += 5
|
|
@@ -134,7 +134,7 @@ if $ARGS[0] = 'joints':
|
|
|
end
|
|
|
end
|
|
|
if money >= 50:
|
|
|
- act 'Buy 1 (50 <b>₽</b>)':
|
|
|
+ act 'Buy 1 (50 <b>₽</b>)':
|
|
|
money -= 50
|
|
|
drugUser = 1
|
|
|
joint += 1
|
|
@@ -176,7 +176,7 @@ if $ARGS[0] = 'heroin':
|
|
|
SNarkTimes += 1
|
|
|
drugUser = 1
|
|
|
gs 'stat'
|
|
|
- act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1'
|
|
|
+ act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1'
|
|
|
end
|
|
|
act 'You can''t help but think of all the horror stories and return the drugs':
|
|
|
*clr & cla
|
|
@@ -201,7 +201,7 @@ if $ARGS[0] = 'heroin':
|
|
|
act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
end
|
|
|
end
|
|
|
- elseif money < 1000 and SLomka > 0:
|
|
|
+ elseif money < 1000 and SLomka > 0:
|
|
|
act 'Beg him to give you some': gs 'narkopriton', 'drugslut'
|
|
|
end
|
|
|
act 'Buy some amphetamine instead': gt 'narkopriton', 'amphetamine'
|
|
@@ -214,12 +214,12 @@ if $ARGS[0] = 'drugslut':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Leave dejectedly': minut += 5 & gt 'street'
|
|
|
-
|
|
|
+
|
|
|
if NarkShmaraTimes > 0:
|
|
|
'"Bobka, please! You remember me, right? I''m good for it, you can trust me!" you beg him, but he gives you a wicked grin.'
|
|
|
- '"Come on, <<$pcs_nickname>>! You know I don''t do credit!" he snorts.'
|
|
|
+ '"Come on, <<$pcs_nickname>>! You know I don''t do credit!" he snorts.'
|
|
|
act 'Keep begging, promising you''ll do anything':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
@@ -227,12 +227,12 @@ if $ARGS[0] = 'drugslut':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
|
|
|
'With a trembling lip, you drop to your knees and continue to beg: "Please! I''ll do anything... anything you want!"'
|
|
|
'He looks at you appreciatively for a moment, and gives you a short nod with his head: "Shut up, and follow me. I may have some for you, but you''re going to have to earn it."'
|
|
|
-
|
|
|
+
|
|
|
act 'Follow him into the house':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
bobrand = rand(0, 4)
|
|
|
-
|
|
|
+
|
|
|
if bobrand < 3:
|
|
|
$bobtalk = '"You know the drill. Get on your knees and start sucking!"'
|
|
|
$bobtext = 'Do as he says'
|
|
@@ -247,19 +247,19 @@ if $ARGS[0] = 'drugslut':
|
|
|
'<center><b>Local drug den</b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
|
|
|
'You keep begging Bobka to give you some heroin, while you follow him to an empty room. He just laughs at you and says: <<$bobtalk>>'
|
|
|
-
|
|
|
+
|
|
|
act '<<$bobtext>>':
|
|
|
NarkShmaraTimes += 1
|
|
|
gt 'bobka', bobrand
|
|
|
end
|
|
|
-
|
|
|
- act 'Change your mind and leave':
|
|
|
+
|
|
|
+ act 'Change your mind and leave':
|
|
|
minut += 5
|
|
|
gt 'street'
|
|
|
end
|
|
|
- end
|
|
|
+ end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if NarkShmaraTimes > 5:
|
|
|
act 'Submit to your fate':
|
|
|
*clr & cla
|
|
@@ -309,8 +309,8 @@ if $ARGS[0] = 'drugslut':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
- act 'Leave dejectedly': minut += 5 & gt 'street'
|
|
|
+
|
|
|
+ act 'Leave dejectedly': minut += 5 & gt 'street'
|
|
|
elseif NarkShmaraTimes = 0:
|
|
|
'You beg the man: "Please! I need a hit... I need it badly! Please, I''ll pay you back! I promise!"'
|
|
|
'The guy laughs: "Yea, sure. Do you know how many times a day I hear that? If I had a ruble for every time someone told me that, I would''ve retired by now! I don''t do credit, simple as that. Get lost."'
|
|
@@ -343,7 +343,7 @@ if $ARGS[0] = 'drugslut':
|
|
|
|
|
|
gs 'arousal', 'bj', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Take the hit right in front of him':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
@@ -359,11 +359,11 @@ if $ARGS[0] = 'drugslut':
|
|
|
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
-
|
|
|
+
|
|
|
act 'Leave the drug den': minut += 5 & gt 'street'
|
|
|
- end
|
|
|
+ end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
act 'Change your mind and leave': minut += 5 & gt 'street'
|
|
|
end
|
|
|
end
|