|
@@ -239,148 +239,137 @@ if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
|
|
|
act 'Go sunbathing (1:00)':
|
|
|
|
|
|
menu_off = 1
|
|
|
- if $clothingworntype = 'nude' and zoo > 0 and rand(1,10) = 5:
|
|
|
- *clr & cla
|
|
|
- pcs_willpwr -= 5
|
|
|
- pcs_mood -= 5
|
|
|
- inhib_exp += rand(1,3)
|
|
|
- '<center><img <<$set_imgh>> src="images/beast/dogcaine.jpg"></center>'
|
|
|
- 'As you lie down on your towel to catch some rays of sun and hopefully work on your tan a little, a stray dog appears out of nowhere. It keeps sniffing between your legs, which makes you feel very uncomfortable since you''re not wearing anything. You spend most of the hour trying to chase the dog away, but it comes back every time you think you got rid of it. You don''t get much sunbathing done as a result.'
|
|
|
- act 'Give up on sunbathing':gt'glake'
|
|
|
+ *clr & cla
|
|
|
+ minut += 60
|
|
|
+ if pcs_inhib < 50:inhib_exp += rand(1,2)
|
|
|
+ if pcs_sweat < 35 : pcs_sweat += 5
|
|
|
+ pcs_mood += 5
|
|
|
+ gs'stat'
|
|
|
+ if $clothingworntype = 'swimwear':
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/lake/zagar.jpg"></center>'
|
|
|
else
|
|
|
- *clr & cla
|
|
|
- minut += 60
|
|
|
- if pcs_inhib < 50:inhib_exp += rand(1,2)
|
|
|
- if pcs_sweat < 35 : pcs_sweat += 5
|
|
|
- pcs_mood += 5
|
|
|
- gs'stat'
|
|
|
- if $clothingworntype = 'swimwear':
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/lake/zagar.jpg"></center>'
|
|
|
- else
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/nudezagarat.jpg"></center>'
|
|
|
- end
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/nudezagarat.jpg"></center>'
|
|
|
+ end
|
|
|
|
|
|
- if krem = 0:
|
|
|
- 'You lie down on your towel for some sunbathing and hopefully a nicer tan, and enjoy the warm rays of the sun for an hour.'
|
|
|
- pcs_tan = pcs_tan + 1
|
|
|
- else
|
|
|
- krem = krem - 1
|
|
|
- 'You smear your body with sunscreen and lie down on your towel for some sunbathing, hoping to work on your tan. You enjoy the warm rays of the sun for an hour.'
|
|
|
- pcs_tan = pcs_tan + 3
|
|
|
- end
|
|
|
+ if krem = 0:
|
|
|
+ 'You lie down on your towel for some sunbathing and hopefully a nicer tan, and enjoy the warm rays of the sun for an hour.'
|
|
|
+ pcs_tan = pcs_tan + 1
|
|
|
+ else
|
|
|
+ krem = krem - 1
|
|
|
+ 'You smear your body with sunscreen and lie down on your towel for some sunbathing, hoping to work on your tan. You enjoy the warm rays of the sun for an hour.'
|
|
|
+ pcs_tan = pcs_tan + 3
|
|
|
+ end
|
|
|
|
|
|
- if pcs_apprnc >= rand(1,400):
|
|
|
- tipelakeboyrand = rand(1,100)
|
|
|
- if tipelakeboyrand <= 5:
|
|
|
- if npc_QW['A113'] > 0:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'While you are sunbathing, you see Vadim Bely and his brother sitting not far away from you. The brother points at you, and moments later Vadim walks over to you and sits down next to you. He idly scratches his tattoo covered belly as he asks: "Hello <<$pcs_nickname>>, want to go for a ride with me?"'
|
|
|
- 'The greedy look in his eyes tells you that when he says ''ride'', he doesn''t just mean in his car.'
|
|
|
- if $clothingworntype = 'nude':
|
|
|
- act 'Get dressed and go with him':
|
|
|
- gs 'clothing', 'wear_last_worn'
|
|
|
- if $clothingworntype = 'swimwear':gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
|
|
|
- gt 'LakeBoyDy', 'ride'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Get dressed and go with him':
|
|
|
- gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
|
|
|
- gt 'LakeBoyDy', 'ride'
|
|
|
- end
|
|
|
+ if pcs_apprnc >= rand(1,400):
|
|
|
+ tipelakeboyrand = rand(1,100)
|
|
|
+ if tipelakeboyrand <= 5:
|
|
|
+ if npc_QW['A113'] > 0:
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
+ 'While you are sunbathing, you see Vadim Bely and his brother sitting not far away from you. The brother points at you, and moments later Vadim walks over to you and sits down next to you. He idly scratches his tattoo covered belly as he asks: "Hello <<$pcs_nickname>>, want to go for a ride with me?"'
|
|
|
+ 'The greedy look in his eyes tells you that when he says ''ride'', he doesn''t just mean in his car.'
|
|
|
+ if $clothingworntype = 'nude':
|
|
|
+ act 'Get dressed and go with him':
|
|
|
+ gs 'clothing', 'wear_last_worn'
|
|
|
+ if $clothingworntype = 'swimwear':gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
|
|
|
+ gt 'LakeBoyDy', 'ride'
|
|
|
end
|
|
|
- exit
|
|
|
- elseif $clothingworntype ! 'nude' and npc_QW['A113'] < 1:
|
|
|
+ else
|
|
|
+ act 'Get dressed and go with him':
|
|
|
+ gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
|
|
|
+ gt 'LakeBoyDy', 'ride'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ exit
|
|
|
+ elseif $clothingworntype ! 'nude' and npc_QW['A113'] < 1:
|
|
|
+ cls
|
|
|
+ gs'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
+ 'While you are sunbathing you can''t help but notice a man walking towards you. He looks truly intimidating, his entire body covered in criminal gang tattoos. A bit further down the beach you see a younger man with similar tattoos, keeping an eye on the man approaching you.'
|
|
|
+ 'His head is mostly bald, and a large golden cross dangles on a thick chain from his neck. He sits his fat body down next to you before you can protest, idly scratching his belly as he begins to chat: "Hello! I''m not interrupting anything, am I?"'
|
|
|
+ act'Be outraged':
|
|
|
cls
|
|
|
+ minut += 5
|
|
|
gs'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'While you are sunbathing you can''t help but notice a man walking towards you. He looks truly intimidating, his entire body covered in criminal gang tattoos. A bit further down the beach you see a younger man with similar tattoos, keeping an eye on the man approaching you.'
|
|
|
- 'His head is mostly bald, and a large golden cross dangles on a thick chain from his neck. He sits his fat body down next to you before you can protest, idly scratching his belly as he begins to chat: "Hello! I''m not interrupting anything, am I?"'
|
|
|
- act'Be outraged':
|
|
|
+ 'You were here first! You''re outraged by the way he just plants himself down next to you and exclaim: "Erm, excuse me!? I was here first!"'
|
|
|
+ 'The man is not impressed in the slightest, obviously having played this game before. He immediately challenges your claim: "Oh, excuse me princess! Is this your spot? Do you own it?"'
|
|
|
+
|
|
|
+ act'Yes you do!':
|
|
|
cls
|
|
|
minut += 5
|
|
|
gs'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'You were here first! You''re outraged by the way he just plants himself down next to you and exclaim: "Erm, excuse me!? I was here first!"'
|
|
|
- 'The man is not impressed in the slightest, obviously having played this game before. He immediately challenges your claim: "Oh, excuse me princess! Is this your spot? Do you own it?"'
|
|
|
-
|
|
|
- act'Yes you do!':
|
|
|
- cls
|
|
|
- minut += 5
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'You respond indignantly: "Yes, this is my spot! I was here first, that''s how it works!"'
|
|
|
- 'Suddenly you hear a deep voice behind you: "This beach is only used by prostitutes and bus drivers, and I don''t see a fucking bus."'
|
|
|
- 'Damn, that voice startled you. You look behind you and you see the tattooed younger man behind you. He has tattoos over his whole body as well, most notably several tombs and skulls on his chest. He stares you down with a stone cold look on his face.'
|
|
|
- 'The bald man smiles and puts his hand on your chest as if he owns it, roughly squeezing you tit through your swimsuit.'
|
|
|
- '"So... how much?"'
|
|
|
- act 'Resist':gt 'LakeBoyDy', 'slap'
|
|
|
- act 'Move away':gt 'LakeBoyDy', 'go'
|
|
|
-
|
|
|
- end
|
|
|
+ 'You respond indignantly: "Yes, this is my spot! I was here first, that''s how it works!"'
|
|
|
+ 'Suddenly you hear a deep voice behind you: "This beach is only used by prostitutes and bus drivers, and I don''t see a fucking bus."'
|
|
|
+ 'Damn, that voice startled you. You look behind you and you see the tattooed younger man behind you. He has tattoos over his whole body as well, most notably several tombs and skulls on his chest. He stares you down with a stone cold look on his face.'
|
|
|
+ 'The bald man smiles and puts his hand on your chest as if he owns it, roughly squeezing you tit through your swimsuit.'
|
|
|
+ '"So... how much?"'
|
|
|
+ act 'Resist':gt 'LakeBoyDy', 'slap'
|
|
|
+ act 'Move away':gt 'LakeBoyDy', 'go'
|
|
|
end
|
|
|
+ end
|
|
|
|
|
|
- act'Ignore them':
|
|
|
+ act'Ignore them':
|
|
|
+ cls
|
|
|
+ minut+=5
|
|
|
+ gs'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
+ 'Those guys look intimidating. You don''t want any trouble and just pretend they''re not there, laying on the beach with your eyes closed. However, a few moments later you feel a strange tickling on your stomach. You open your eyes to see what''s causing it, and you see the fat man running a blade of grass over your stomach with a smug grin on his face. Looks like you can''t ignore them any longer.'
|
|
|
+
|
|
|
+ act'Keep ignoring them':
|
|
|
cls
|
|
|
minut+=5
|
|
|
gs'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'Those guys look intimidating. You don''t want any trouble and just pretend they''re not there, laying on the beach with your eyes closed. However, a few moments later you feel a strange tickling on your stomach. You open your eyes to see what''s causing it, and you see the fat man running a blade of grass over your stomach with a smug grin on his face. Looks like you can''t ignore them any longer.'
|
|
|
-
|
|
|
- act'Keep ignoring them':
|
|
|
- cls
|
|
|
- minut+=5
|
|
|
- gs'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/strela/vadimbely.jpg"></center>'
|
|
|
- 'You try to ignore them anyway, closing your eyes again. You feel the blade of grass continuously teasing your body, and after a few minutes his sweaty hand is pawing at your breasts through your swimsuit.'
|
|
|
- 'He whispers in your ear: "Come with me baby, I''ll make you feel good. You won''t regret it". His groping becomes more insistent and he''s roughly pinching your nipples now, and the outline of them slowly but surely becomes visible through your swimsuit.'
|
|
|
- act 'Resist':gt 'LakeBoyDy', 'slap'
|
|
|
- end
|
|
|
+ 'You try to ignore them anyway, closing your eyes again. You feel the blade of grass continuously teasing your body, and after a few minutes his sweaty hand is pawing at your breasts through your swimsuit.'
|
|
|
+ 'He whispers in your ear: "Come with me baby, I''ll make you feel good. You won''t regret it". His groping becomes more insistent and he''s roughly pinching your nipples now, and the outline of them slowly but surely becomes visible through your swimsuit.'
|
|
|
+ act 'Resist':gt 'LakeBoyDy', 'slap'
|
|
|
end
|
|
|
-
|
|
|
- act 'Walk away':gt 'glake'
|
|
|
- exit
|
|
|
- else
|
|
|
- cla
|
|
|
- 'While you are sunbathing, three guys sit down near you. While you notice them looking at you and talking about your body, they don''t come over.'
|
|
|
- act'Stop sunbathing':gt'glake'
|
|
|
end
|
|
|
- elseif tipelakeboyrand <= 30:
|
|
|
- !! {below is for when this event is fixed. Generates a boy[0], boy[1], and boy[2]}
|
|
|
- !! killvar '$boy'
|
|
|
- !! i = rand((age - 5),(age + 5))
|
|
|
- !! if i < 16: i = 16
|
|
|
- !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
- !! gs 'boyStat', $npclastgenerated
|
|
|
- !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
- !! gs 'boyStat', $npclastgenerated, 1
|
|
|
- !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
- !! gs 'boyStat', $npclastgenerated, 2
|
|
|
- 'While you are sunbathing, three guys sit down near you. While you notice them looking at you and talking about you, they don''t come over.'
|
|
|
-
|
|
|
- act 'Continue':gt'glake'
|
|
|
- exit
|
|
|
- elseif tipelakeboyrand <= 80:
|
|
|
- i = age - 5
|
|
|
- if i < 16: i = 16
|
|
|
- gs 'npcgeneratec', 0, 'Guy', rand((i),(age + 5))
|
|
|
- gs 'boyStat', $npclastgenerated
|
|
|
- $boydesc = $npc_firstname[$npclastgenerated]
|
|
|
- gs'LakeBoyZ'
|
|
|
- 'While you are sunbathing, a guy sits down next to you. He''s kind of cute, actually.'
|
|
|
- 'He tries to chat you up: "Hey there beautiful, I''m <<$boydesc>>. What''s your name?"'
|
|
|
-
|
|
|
- act 'Get away from him':gt'glake'
|
|
|
- dynamic $gL_boy_z
|
|
|
+
|
|
|
+ act 'Walk away':gt 'glake'
|
|
|
exit
|
|
|
else
|
|
|
+ cla
|
|
|
'While you are sunbathing, three guys sit down near you. While you notice them looking at you and talking about your body, they don''t come over.'
|
|
|
- act 'Stop sunbathing':gt'glake'
|
|
|
- exit
|
|
|
+ act'Stop sunbathing':gt'glake'
|
|
|
end
|
|
|
+ elseif tipelakeboyrand <= 30:
|
|
|
+ !! {below is for when this event is fixed. Generates a boy[0], boy[1], and boy[2]}
|
|
|
+ !! killvar '$boy'
|
|
|
+ !! i = rand((age - 5),(age + 5))
|
|
|
+ !! if i < 16: i = 16
|
|
|
+ !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
+ !! gs 'boyStat', $npclastgenerated
|
|
|
+ !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
+ !! gs 'boyStat', $npclastgenerated, 1
|
|
|
+ !! gs 'npcgeneratec', 0, 'Guy', rand((i - 1),(i + 1))
|
|
|
+ !! gs 'boyStat', $npclastgenerated, 2
|
|
|
+ 'While you are sunbathing, three guys sit down near you. While you notice them looking at you and talking about you, they don''t come over.'
|
|
|
+
|
|
|
+ act 'Continue':gt'glake'
|
|
|
+ exit
|
|
|
+ elseif tipelakeboyrand <= 80:
|
|
|
+ i = age - 5
|
|
|
+ if i < 16: i = 16
|
|
|
+ gs 'npcgeneratec', 0, 'Guy', rand((i),(age + 5))
|
|
|
+ gs 'boyStat', $npclastgenerated
|
|
|
+ $boydesc = $npc_firstname[$npclastgenerated]
|
|
|
+ gs'LakeBoyZ'
|
|
|
+ 'While you are sunbathing, a guy sits down next to you. He''s kind of cute, actually.'
|
|
|
+ 'He tries to chat you up: "Hey there beautiful, I''m <<$boydesc>>. What''s your name?"'
|
|
|
+
|
|
|
+ act 'Get away from him':gt'glake'
|
|
|
+ dynamic $gL_boy_z
|
|
|
+ exit
|
|
|
else
|
|
|
- cla
|
|
|
- act'Stop sunbathing':gt'glake'
|
|
|
+ 'While you are sunbathing, three guys sit down near you. While you notice them looking at you and talking about your body, they don''t come over.'
|
|
|
+ act 'Stop sunbathing':gt'glake'
|
|
|
+ exit
|
|
|
end
|
|
|
+ else
|
|
|
+ cla
|
|
|
+ act'Stop sunbathing':gt'glake'
|
|
|
end
|
|
|
end
|
|
|
end
|