|
@@ -9,37 +9,37 @@ if $ARGS[0] = 'loss':
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- if jugoFight = 1:
|
|
|
+ if fightEnding = 1:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- jugoFight = 0
|
|
|
+ fightEnding = 0
|
|
|
|
|
|
'You fall down on the floor and feel your consciousness slipping away.'
|
|
|
|
|
|
act 'Further': gt 'preTG', 'tatianaPRE'
|
|
|
exit
|
|
|
- elseif jugoFight = 2:
|
|
|
+ elseif fightEnding = 2:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- jugoFight = 0
|
|
|
+ fightEnding = 0
|
|
|
|
|
|
'You fall down on the floor as you''re not longer able to fight Juugo.'
|
|
|
|
|
|
act 'Further':gt'lab','start'
|
|
|
exit
|
|
|
- elseif tatianaFight = 1:
|
|
|
+ elseif fightEnding = 3:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- tatianaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
|
|
|
'You fall down on the floor as you''re not longer able to fight Tatiana.'
|
|
|
|
|
|
act 'Further':gt'lab','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 1:
|
|
|
+ elseif fightEnding = 4:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- prostitutFight = 0
|
|
|
+ fightEnding = 0
|
|
|
money = 0
|
|
|
SUB = SUB + 1
|
|
|
Loss += 1
|
|
@@ -50,10 +50,10 @@ if $ARGS[0] = 'loss':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 2:
|
|
|
+ elseif fightEnding = 5:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- prostitutFight = 0
|
|
|
+ fightEnding = 0
|
|
|
money = 0
|
|
|
SUB = SUB + 1
|
|
|
Loss += 1
|
|
@@ -66,10 +66,10 @@ if $ARGS[0] = 'loss':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 3:
|
|
|
+ elseif fightEnding = 6:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- prostitutFight = 0
|
|
|
+ fightEnding = 0
|
|
|
money = 0
|
|
|
Loss += 1
|
|
|
stellfight = stellfight - 1
|
|
@@ -86,10 +86,10 @@ if $ARGS[0] = 'loss':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif KisaFight = 1:
|
|
|
+ elseif fightEnding = 7:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- KisaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
SUB = SUB + 1
|
|
|
Loss += 1
|
|
|
if rikudo > 10:rikudo = rikudo - 10
|
|
@@ -112,11 +112,11 @@ if $ARGS[0] = 'loss':
|
|
|
|
|
|
act 'Crawl out of the pool':gt'street'
|
|
|
exit
|
|
|
- elseif RapistFight = 1:
|
|
|
+ elseif fightEnding = 8:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
if succubusQW >= 4: gt 'succubus', 'RapistFight'
|
|
|
- RapistFight = 0
|
|
|
+ fightEnding = 0
|
|
|
sub += 1
|
|
|
Loss += 1
|
|
|
if rikudo > 10:rikudo -= 10
|
|
@@ -156,20 +156,20 @@ if $ARGS[0] = 'loss':
|
|
|
|
|
|
act 'Cry': gt $loc, $metka
|
|
|
|
|
|
- elseif ThiefFight = 1:
|
|
|
+ elseif fightEnding = 9:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- ThiefFight = 0
|
|
|
+ fightEnding = 0
|
|
|
sub += 1
|
|
|
Loss += 1
|
|
|
money = 0
|
|
|
'He knocks you down with one final hit. The moment he puts you out of commission he grabs the money and runs away.'
|
|
|
act 'Get back on your feet': gt $loc, $metka
|
|
|
exit
|
|
|
- elseif DimaFight = 1:
|
|
|
+ elseif fightEnding = 10:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- DimaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
grupvalue[4] -= 2
|
|
|
if Loss < 0: Loss = 0
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/dimka/revenge/girlbeatsguy2.jpg"></center>'
|
|
@@ -178,10 +178,10 @@ if $ARGS[0] = 'loss':
|
|
|
'Lena turns to you and says tauntingly, "You either need to learn how to fight or get used to serving us, little bunny." Before you can say anything, the bell rings for class.'
|
|
|
|
|
|
act 'Continue': gt 'gschool_lessons', 'short_break'
|
|
|
- elseif gangrapeFight = 1:
|
|
|
+ elseif fightEnding = 11:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- gangrapeFight = 0
|
|
|
+ fightEnding = 0
|
|
|
sub += 1
|
|
|
Loss += 1
|
|
|
if rikudo > 10:rikudo = rikudo - 10
|
|
@@ -189,10 +189,10 @@ if $ARGS[0] = 'loss':
|
|
|
'In their drunken state they throw you on the spit-covered porch and began tearing your clothes as you no longer have the strength to resist.'
|
|
|
|
|
|
act 'Cry':gt'sexm','gangbang'
|
|
|
- elseif ZverevaFight = 1:
|
|
|
+ elseif fightEnding = 12:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- ZverevaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
zverRageQW = 10
|
|
|
Loss += 1
|
|
|
|
|
@@ -202,18 +202,18 @@ if $ARGS[0] = 'loss':
|
|
|
'Christina then again spits on you this time on your face. While making fun of you, Christina kicks you a few times more in the ribs before turning around and walking away.'
|
|
|
|
|
|
act 'Leave':gs 'gschool_grounds', 'main'
|
|
|
- elseif stallionfight = 1:
|
|
|
+ elseif fightEnding = 13:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- stallionfight = 0
|
|
|
+ fightEnding = 0
|
|
|
Loss += 1
|
|
|
'You breath deeply, totally exhausted as the naked man advances upon you. You no longer have the strength to fight him off.'
|
|
|
|
|
|
act 'Lose':gt 'stallion', 'rape'
|
|
|
- elseif BitchFight = 1:
|
|
|
+ elseif fightEnding = 14:
|
|
|
if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
|
|
|
killvar 'autocombat_surrender'
|
|
|
- BitchFight = 0
|
|
|
+ fightEnding = 0
|
|
|
Loss += 1
|
|
|
gs 'pain', 5, 'tummy', 'kick'
|
|
|
gs 'pain', 5, 'cheeks', 'hit'
|
|
@@ -240,19 +240,19 @@ if $ARGS[0] = 'win':
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- if jugoFight = 2:
|
|
|
+ if fightEnding = 2:
|
|
|
pcs_health = pcs_vital*10
|
|
|
rikudo = rikudo + 10
|
|
|
- jugoFight = 0
|
|
|
+ fightEnding = 0
|
|
|
if winJugo = 0:winJugo = 1
|
|
|
|
|
|
'Juugo fell to the floor and can no longer keep on fighting.'
|
|
|
|
|
|
act 'Further':gt'lab','start'
|
|
|
exit
|
|
|
- elseif tatianaFight = 1:
|
|
|
+ elseif fightEnding = 3:
|
|
|
pcs_health = pcs_vital*10
|
|
|
- tatianaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
rikudo = rikudo + 10
|
|
|
if wintatiana = 0:wintatiana = 1
|
|
|
|
|
@@ -260,8 +260,8 @@ if $ARGS[0] = 'win':
|
|
|
|
|
|
act 'Further':gt'lab','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 1:
|
|
|
- prostitutFight = 0
|
|
|
+ elseif fightEnding = 4:
|
|
|
+ fightEnding = 0
|
|
|
whoreQW = 1
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
@@ -271,8 +271,8 @@ if $ARGS[0] = 'win':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 2:
|
|
|
- prostitutFight = 0
|
|
|
+ elseif fightEnding = 5:
|
|
|
+ fightEnding = 0
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
|
bandfight = bandfight + 1
|
|
@@ -283,8 +283,8 @@ if $ARGS[0] = 'win':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif prostitutFight = 3:
|
|
|
- prostitutFight = 0
|
|
|
+ elseif fightEnding = 6:
|
|
|
+ fightEnding = 0
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
|
stellfight = stellfight + 1
|
|
@@ -295,9 +295,9 @@ if $ARGS[0] = 'win':
|
|
|
|
|
|
act 'Further':gt'park','start'
|
|
|
exit
|
|
|
- elseif KisaFight = 1:
|
|
|
+ elseif fightEnding = 7:
|
|
|
KisameDead = 1
|
|
|
- KisaFight = 2
|
|
|
+ fightEnding = 2
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
|
if rikudo > 10:rikudo = rikudo + 3000
|
|
@@ -307,8 +307,7 @@ if $ARGS[0] = 'win':
|
|
|
|
|
|
act 'Further':gt'street'
|
|
|
exit
|
|
|
- elseif RapistFight = 1 or ThiefFight = 1:
|
|
|
- ThiefFight = 0
|
|
|
+ elseif fightEnding = 8 or fightEnding = 9:
|
|
|
if succubusQW >= 4 and scpopt < 2:
|
|
|
$sclocrt = 'ender'
|
|
|
$scargrt = 'win'
|
|
@@ -316,20 +315,22 @@ if $ARGS[0] = 'win':
|
|
|
scpopt = 1
|
|
|
gt 'succubus', 'RapistFight'
|
|
|
end
|
|
|
- RapistFight = 0
|
|
|
+
|
|
|
+ 'You fought back the '+iif(fightEnding = 8, 'rapist', 'thief')+' and took his wallet.'
|
|
|
+
|
|
|
+ fightEnding = 0
|
|
|
+ fightEnding = 0
|
|
|
scpopt = 0
|
|
|
if rikudo > 10:rikudo += 100
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
|
money += rand(500,2000)
|
|
|
|
|
|
- 'You fought back the '+iif(RapistFight = 1, 'rapist', 'thief')+' and took his wallet.'
|
|
|
-
|
|
|
act 'Leave': gt $loc, $metka
|
|
|
exit
|
|
|
- elseif DimaFight = 1:
|
|
|
+ elseif fightEnding = 10:
|
|
|
money += 10000
|
|
|
- DimaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
grupvalue[4] += 3
|
|
|
Win += 1
|
|
|
'<center><img src="images/characters/pavlovsk/school/boy/dimka/revenge/girlbeatsguy1.jpg"></center>'
|
|
@@ -340,8 +341,8 @@ if $ARGS[0] = 'win':
|
|
|
'You check his pockets and find 10000 rubles in his wallet. Fucking rich kid. This should teach him. "The teacher is coming," says Lera, "Let''s get out of here."'
|
|
|
|
|
|
act 'Continue': gt 'gschool_lessons', 'short_break'
|
|
|
- elseif gangrapeFight = 1:
|
|
|
- gangrapeFight = 0
|
|
|
+ elseif fightEnding = 11:
|
|
|
+ fightEnding = 0
|
|
|
if rikudo > 10:rikudo += 100
|
|
|
pcs_dom += 1
|
|
|
Win += 1
|
|
@@ -359,11 +360,11 @@ if $ARGS[0] = 'win':
|
|
|
gt 'street'
|
|
|
end
|
|
|
end
|
|
|
- elseif ZverevaFight = 1:
|
|
|
+ elseif fightEnding = 12:
|
|
|
zverSlutQW = 1
|
|
|
lariskaQwestStart = daystart + 7
|
|
|
Win += 1
|
|
|
- ZverevaFight = 0
|
|
|
+ fightEnding = 0
|
|
|
|
|
|
$npc_notes['A13'] = 'Lariska, who is very dependent on other people''s opinions. After you managed to win the fight against Christina Lariska looks more cheerful. She''s a good volleyball player, and could go pro if she keeps it up even though she doesn''t believe it herself. But with the help of Mikhail Nikolayevich, the volleyball coach, she might make it.'
|
|
|
|
|
@@ -373,13 +374,13 @@ if $ARGS[0] = 'win':
|
|
|
'Christina fell to the ground, and you grabbed her by the hair. "Well bitch, tell the whole school, have you ever sucked a cock or not?" Christine squealed as she admitted to the whole school that she loved sucking cock.'
|
|
|
|
|
|
act 'Leave':gs 'gschool_grounds', 'main'
|
|
|
- elseif stallionfight = 1:
|
|
|
- stallionfight = 0
|
|
|
+ elseif fightEnding = 13:
|
|
|
+ fightEnding = 0
|
|
|
Win += 1
|
|
|
'The naked man staggers back, all bloody. You''ve beaten him, and it is pretty clear he is finished. You look down and see something odd...'
|
|
|
act 'What is that?':gt 'stallion', 'end'
|
|
|
- elseif BitchFight = 1:
|
|
|
- BitchFight = 0
|
|
|
+ elseif fightEnding = 14:
|
|
|
+ fightEnding = 0
|
|
|
Win += 1
|
|
|
'<<$streetev_title>>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/street/girlgang.jpg"></center>'
|