|
@@ -9,34 +9,34 @@ if $ARGS[0] = 'lazar':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
if rand(1,4) = 1:
|
|
if rand(1,4) = 1:
|
|
'Lazar is out on the dance floor dancing with a small group of people. The girls in the group are all competing for his attention.'
|
|
'Lazar is out on the dance floor dancing with a small group of people. The girls in the group are all competing for his attention.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance2.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance2.jpg"></center>'
|
|
if npc_rel['A149'] >= 50 and fame['pav_slut'] < 250:
|
|
if npc_rel['A149'] >= 50 and fame['pav_slut'] < 250:
|
|
'You move out onto the dance floor and he smiles as you approach. "Come to have a little fun, huh?"'
|
|
'You move out onto the dance floor and he smiles as you approach. "Come to have a little fun, huh?"'
|
|
'You nod your head and join the group dancing.'
|
|
'You nod your head and join the group dancing.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if hour >= 20:
|
|
if hour >= 20:
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
|
|
end
|
|
end
|
|
elseif grupTipe = 5:
|
|
elseif grupTipe = 5:
|
|
'He laughs as you get close. "Get lost loser." he scoffs before turning his back on you.'
|
|
'He laughs as you get close. "Get lost loser." he scoffs before turning his back on you.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
|
|
'He gives you a dirty look as you approach. "Go dance somewhere else." With the look he is giving you, you decide not to press it and leave.'
|
|
'He gives you a dirty look as you approach. "Go dance somewhere else." With the look he is giving you, you decide not to press it and leave.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 250:
|
|
elseif fame['pav_slut'] >= 250:
|
|
'He laughs as you approach. "Look everyone, the slut is in the house!" he says very loudly, drawing the attention of several other dancers. Feeling a little uncomfortable with some of the looks you''re getting, you decide to move away.'
|
|
'He laughs as you approach. "Look everyone, the slut is in the house!" he says very loudly, drawing the attention of several other dancers. Feeling a little uncomfortable with some of the looks you''re getting, you decide to move away.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'He gives you a chin up greeting as you approach, but keeps dancing with the small group he''s with. Not having anyone to dance with, you decide to do something else.'
|
|
'He gives you a chin up greeting as you approach, but keeps dancing with the small group he''s with. Not having anyone to dance with, you decide to do something else.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'You see Lazar hanging out with the cool kids and jocks. He is the center of attention of a small group of mostly girls who seem to be fawning over him.'
|
|
'You see Lazar hanging out with the cool kids and jocks. He is the center of attention of a small group of mostly girls who seem to be fawning over him.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with him':
|
|
act 'Hang out with him':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -46,7 +46,7 @@ if $ARGS[0] = 'lazar':
|
|
'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
|
|
'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
|
|
'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work. You?"'
|
|
'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work. You?"'
|
|
'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
|
|
'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
@@ -59,13 +59,13 @@ if $ARGS[0] = 'lazar':
|
|
'"Would you like to dance?" you ask with a smile.'
|
|
'"Would you like to dance?" you ask with a smile.'
|
|
'He shakes his head. "No thanks."'
|
|
'He shakes his head. "No thanks."'
|
|
'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
|
|
'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
elseif grupTipe = 5:
|
|
elseif grupTipe = 5:
|
|
'Lazar gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
|
|
'Lazar gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
|
|
'You notice several of the other jocks giving you unkind looks, so you decide to just leave.'
|
|
'You notice several of the other jocks giving you unkind looks, so you decide to just leave.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"Well well, if it isn''t <<$pcs_nickname>>..." Lazar quips as he stands with his arms crossed.'
|
|
'"Well well, if it isn''t <<$pcs_nickname>>..." Lazar quips as he stands with his arms crossed.'
|
|
@@ -77,12 +77,12 @@ if $ARGS[0] = 'lazar':
|
|
'"No... Like I give a shit about you! You''re not the center of the world, Lazar!" you yell back.'
|
|
'"No... Like I give a shit about you! You''re not the center of the world, Lazar!" you yell back.'
|
|
'"Good. Keep it that way or else we might have a problem..." he says as he pushes you.'
|
|
'"Good. Keep it that way or else we might have a problem..." he says as he pushes you.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 250:
|
|
elseif fame['pav_slut'] >= 250:
|
|
'"You here to suck me off, slut?" he snickers as you approach.'
|
|
'"You here to suck me off, slut?" he snickers as you approach.'
|
|
'"What did you say?" you angrily reply.'
|
|
'"What did you say?" you angrily reply.'
|
|
'"Come on, everyone knows that you''re the school''s biggest slut! What''s another dick to you?" he winks. You try to defend your reputation but it''s no good. He obviously thinks of you as nothing but a slut now.'
|
|
'"Come on, everyone knows that you''re the school''s biggest slut! What''s another dick to you?" he winks. You try to defend your reputation but it''s no good. He obviously thinks of you as nothing but a slut now.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
|
|
'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
|
|
@@ -93,7 +93,7 @@ if $ARGS[0] = 'lazar':
|
|
'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work."'
|
|
'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work."'
|
|
'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
|
|
'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
|
|
@@ -106,7 +106,7 @@ if $ARGS[0] = 'lazar':
|
|
'"Would you like to dance?" you ask with a smile.'
|
|
'"Would you like to dance?" you ask with a smile.'
|
|
'He shakes his head. "No thanks."'
|
|
'He shakes his head. "No thanks."'
|
|
'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
|
|
'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -125,7 +125,7 @@ if $ARGS[0] = 'lazar_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance1.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance1.jpg"></center>'
|
|
'You and Lazar start dancing together. He''s a very good dancer for a boy, likely due to his natural athletic talents and well toned body. He seems to be enjoying dancing with you as much as you like dancing with him. Several songs go by as the two of you keep dancing - he seems to have endless endurance.'
|
|
'You and Lazar start dancing together. He''s a very good dancer for a boy, likely due to his natural athletic talents and well toned body. He seems to be enjoying dancing with you as much as you like dancing with him. Several songs go by as the two of you keep dancing - he seems to have endless endurance.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if hour >= 20:
|
|
if hour >= 20:
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
|
|
end
|
|
end
|
|
@@ -138,7 +138,7 @@ if $ARGS[0] = 'ivan':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'To your surprise, you see Ivan hanging out with the other jocks, talking to a few of them and smiling. You almost never see him here.'
|
|
'To your surprise, you see Ivan hanging out with the other jocks, talking to a few of them and smiling. You almost never see him here.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with him':
|
|
act 'Hang out with him':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -149,20 +149,20 @@ if $ARGS[0] = 'ivan':
|
|
'Ivan stops and gives you a confused look. "Why are you talking to me? I don''t really have anything to say to you."'
|
|
'Ivan stops and gives you a confused look. "Why are you talking to me? I don''t really have anything to say to you."'
|
|
'"Come on, don''t be like that. I thought we could just talk." you say with a smile.'
|
|
'"Come on, don''t be like that. I thought we could just talk." you say with a smile.'
|
|
'Ivan looks at you apathetically without any response, making the whole situation a bit awkward. After what feels like an eternity, he just walks off.'
|
|
'Ivan looks at you apathetically without any response, making the whole situation a bit awkward. After what feels like an eternity, he just walks off.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A3'] >= 50 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A3'] >= 50 and fame['pav_slut'] < 250:
|
|
'"What''s up Ivan, having fun?" you ask as you approach.'
|
|
'"What''s up Ivan, having fun?" you ask as you approach.'
|
|
'He smiles at you. "It''s okay, but I can''t stay too long." he replies as he checks his watch.'
|
|
'He smiles at you. "It''s okay, but I can''t stay too long." he replies as he checks his watch.'
|
|
'"Need to be somewhere?" you inquire.'
|
|
'"Need to be somewhere?" you inquire.'
|
|
'He nods. "Yeah, I need to get going soon. I need to help my mom." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
|
|
'He nods. "Yeah, I need to get going soon. I need to help my mom." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'"Hey Ivan, want to dance?" you ask with a smile.'
|
|
'"Hey Ivan, want to dance?" you ask with a smile.'
|
|
'He pauses and thinks about it before shaking his head. "Maybe another time."'
|
|
'He pauses and thinks about it before shaking his head. "Maybe another time."'
|
|
'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
|
|
'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
elseif npc_rel['A3'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A3'] <= 20 and fame['pav_slut'] < 250:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
@@ -172,18 +172,18 @@ if $ARGS[0] = 'ivan':
|
|
'"Hey Ivan! How''s everything going?" you ask curiously while approaching him.'
|
|
'"Hey Ivan! How''s everything going?" you ask curiously while approaching him.'
|
|
'Ivan looks at you and shrugs his shoulders before walking off.'
|
|
'Ivan looks at you and shrugs his shoulders before walking off.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'"What''s up Ivan, having fun?" you ask while approaching.'
|
|
'"What''s up Ivan, having fun?" you ask while approaching.'
|
|
'Ivan just shrugs and checks his watch. "It''s okay, but I can''t stay too long." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
|
|
'Ivan just shrugs and checks his watch. "It''s okay, but I can''t stay too long." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
|
|
'"Hey Ivan, want to dance?" you ask with a smile.'
|
|
'"Hey Ivan, want to dance?" you ask with a smile.'
|
|
'He pauses and thinks about it before shaking his head. "Maybe another time."'
|
|
'He pauses and thinks about it before shaking his head. "Maybe another time."'
|
|
'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
|
|
'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -210,33 +210,33 @@ if $ARGS[0] = 'svyatoslav':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
if rand(1,4) = 1:
|
|
if rand(1,4) = 1:
|
|
'You see Svyatoslav out on the dance floor flirting and trying to dance with the prettier girls. He has mixed results, but seems to be enjoying himself regardless.'
|
|
'You see Svyatoslav out on the dance floor flirting and trying to dance with the prettier girls. He has mixed results, but seems to be enjoying himself regardless.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance1.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance1.jpg"></center>'
|
|
if npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
|
|
if npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
|
|
'You move out onto the dance floor and he gives you a smile as you approach before you start dancing with each other.'
|
|
'You move out onto the dance floor and he gives you a smile as you approach before you start dancing with each other.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Dance with him': gt 'pav_disco_jocks', 'svyatoslav_dance'
|
|
act 'Dance with him': gt 'pav_disco_jocks', 'svyatoslav_dance'
|
|
elseif grupTipe = 5:
|
|
elseif grupTipe = 5:
|
|
'He gives you a disgusted look as you approach. "Find somewhere else to dance." Not wanting to cause a scene, you back off.'
|
|
'He gives you a disgusted look as you approach. "Find somewhere else to dance." Not wanting to cause a scene, you back off.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 250:
|
|
elseif fame['pav_slut'] >= 250:
|
|
'"So when am I going to get the complementary blowjob?" he teases as you approach.'
|
|
'"So when am I going to get the complementary blowjob?" he teases as you approach.'
|
|
'"Never..." you sourly reply.'
|
|
'"Never..." you sourly reply.'
|
|
'"Come on, don''t play hard to get. I know you loving sucking cock, you little slut." He starts approaching, so you decide to flee while you can.'
|
|
'"Come on, don''t play hard to get. I know you loving sucking cock, you little slut." He starts approaching, so you decide to flee while you can.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'He gives you a slight nod in acknowledgment as you approach, but otherwise ignores you while continuing to try and dance with the pretty girls.'
|
|
'He gives you a slight nod in acknowledgment as you approach, but otherwise ignores you while continuing to try and dance with the pretty girls.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'You see Svyatoslav hanging out with the cool kids and jocks, flirting with the girls and seemingly enjoying himself.'
|
|
'You see Svyatoslav hanging out with the cool kids and jocks, flirting with the girls and seemingly enjoying himself.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with him':
|
|
act 'Hang out with him':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -244,11 +244,11 @@ if $ARGS[0] = 'svyatoslav':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
if grupTipe = 5:
|
|
if grupTipe = 5:
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'He smiles at you. "Oh you know, same old same old." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
|
|
'He smiles at you. "Oh you know, same old same old." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
@@ -256,7 +256,7 @@ if $ARGS[0] = 'svyatoslav':
|
|
else
|
|
else
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 250:
|
|
elseif fame['pav_slut'] >= 250:
|
|
'"So when am I going to get the complementary blowjob?" he teases as you approach.'
|
|
'"So when am I going to get the complementary blowjob?" he teases as you approach.'
|
|
'"Never..." you sourly reply.'
|
|
'"Never..." you sourly reply.'
|
|
@@ -264,7 +264,7 @@ if $ARGS[0] = 'svyatoslav':
|
|
'You shake your head and back away. "I said no!"'
|
|
'You shake your head and back away. "I said no!"'
|
|
'He smiles at you. "Come on, we can slip into the restroom and you can suck me off. You do it at school all the time."'
|
|
'He smiles at you. "Come on, we can slip into the restroom and you can suck me off. You do it at school all the time."'
|
|
'Knowing this won''t get any better, you turn and leave before it gets worse.'
|
|
'Knowing this won''t get any better, you turn and leave before it gets worse.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
@@ -273,7 +273,7 @@ if $ARGS[0] = 'svyatoslav':
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'"Hey, what''s up Svyatoslav?" you ask as you approach.'
|
|
'He smiles at you. "Just hanging out and relaxing." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
|
|
'He smiles at you. "Just hanging out and relaxing." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
|
|
@@ -287,7 +287,7 @@ if $ARGS[0] = 'svyatoslav':
|
|
'He laughs. "With you? Hell no."'
|
|
'He laughs. "With you? Hell no."'
|
|
'You are taken back a bit. "Why not me?"'
|
|
'You are taken back a bit. "Why not me?"'
|
|
'He shakes his head and scoffs. "Look in the mirror, it should be obvious." Before you can react, he turns and starts talking to some of the other jocks nearby. You walk away feeling rather insulted.'
|
|
'He shakes his head and scoffs. "Look in the mirror, it should be obvious." Before you can react, he turns and starts talking to some of the other jocks nearby. You walk away feeling rather insulted.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -306,7 +306,7 @@ if $ARGS[0] = 'svyatoslav_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance2.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance2.jpg"></center>'
|
|
'You and Svyatoslav start dancing. He''s a decent dancer who lacks the rhythm of some of the other boys, but makes up for in enthusiasm. The two of you dance away, not caring what the others think.'
|
|
'You and Svyatoslav start dancing. He''s a decent dancer who lacks the rhythm of some of the other boys, but makes up for in enthusiasm. The two of you dance away, not caring what the others think.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if hour >= 20:
|
|
if hour >= 20:
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'svyatoslav_dance'
|
|
act 'Keep dancing': gt 'pav_disco_jocks', 'svyatoslav_dance'
|
|
end
|
|
end
|
|
@@ -322,7 +322,7 @@ if $ARGS[0] = 'vanya':
|
|
if grupTipe = 5:
|
|
if grupTipe = 5:
|
|
'Vanya gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
|
|
'Vanya gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
|
|
'You notice several of the other giving you unkind looks, so you decide to just leave.'
|
|
'You notice several of the other giving you unkind looks, so you decide to just leave.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A165'] >= 50 and fame['pav_slut'] < 200:
|
|
elseif npc_rel['A165'] >= 50 and fame['pav_slut'] < 200:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"Say <<$pcs_nickname>> did you hear about the prank I pulled on the football coach?" Vanya is having a hard time keeping himself from laughter.'
|
|
'"Say <<$pcs_nickname>> did you hear about the prank I pulled on the football coach?" Vanya is having a hard time keeping himself from laughter.'
|
|
@@ -334,7 +334,7 @@ if $ARGS[0] = 'vanya':
|
|
'Vanya cracks up seeing you panic. "Just kidding! I just wanted to see your reaction."'
|
|
'Vanya cracks up seeing you panic. "Just kidding! I just wanted to see your reaction."'
|
|
'"Always the same thing Vanya. Don''t you get tired of playing games all the time?" you reprimand him.'
|
|
'"Always the same thing Vanya. Don''t you get tired of playing games all the time?" you reprimand him.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A165'] <= 20 and fame['pav_slut'] < 200:
|
|
elseif npc_rel['A165'] <= 20 and fame['pav_slut'] < 200:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"What the hell Vanya!" you yell while angrily stomping towards him.'
|
|
'"What the hell Vanya!" you yell while angrily stomping towards him.'
|
|
@@ -347,19 +347,19 @@ if $ARGS[0] = 'vanya':
|
|
'"I know it was you!" you yell in response.'
|
|
'"I know it was you!" you yell in response.'
|
|
'"Oh yeah? Prove it then!" he yells back. You both stand in silence for a few seconds before you stomp off as Vanya grins from ear to ear.'
|
|
'"Oh yeah? Prove it then!" he yells back. You both stand in silence for a few seconds before you stomp off as Vanya grins from ear to ear.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 200:
|
|
elseif fame['pav_slut'] >= 200:
|
|
'"Are you up for a threesome with Vicky and me?" Vanya asks.'
|
|
'"Are you up for a threesome with Vicky and me?" Vanya asks.'
|
|
'"What?" you ask surprised.'
|
|
'"What?" you ask surprised.'
|
|
'Vanya breaks out in a mischievous smile. "Yeah, you know. We''ve heard that you''ve become such a big slut, so we wanted to try a threesome."'
|
|
'Vanya breaks out in a mischievous smile. "Yeah, you know. We''ve heard that you''ve become such a big slut, so we wanted to try a threesome."'
|
|
'"Hmm..." you start to think...'
|
|
'"Hmm..." you start to think...'
|
|
'"Gross, I was just kidding! Like I would share Vicky with a slut like you."'
|
|
'"Gross, I was just kidding! Like I would share Vicky with a slut like you."'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'"Hey <<$pcs_nickname>>! Check this out!" Vanya yells out as he throws a crumbled paper ball at Vitek''s head.'
|
|
'"Hey <<$pcs_nickname>>! Check this out!" Vanya yells out as he throws a crumbled paper ball at Vitek''s head.'
|
|
'He in turn quickly spins around and glares, trying to figure out who threw the crumbled paper. "Who was it?!" Vitek yells out. "Tell me who the fuck it was!"'
|
|
'He in turn quickly spins around and glares, trying to figure out who threw the crumbled paper. "Who was it?!" Vitek yells out. "Tell me who the fuck it was!"'
|
|
'"So easily agitated..." Vanya comments while you burst out in laughter over the stupid face Vitek is making.'
|
|
'"So easily agitated..." Vanya comments while you burst out in laughter over the stupid face Vitek is making.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
@@ -370,7 +370,7 @@ if $ARGS[0] = 'erast':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
|
|
'You''re a little surprised to see Erast hanging out with the cool kids and jocks, standing near one of the tables with his arms crossed. You rarely see him here and you don''t think he''s enjoying himself, but he gives polite smiles to people that talk to him.'
|
|
'You''re a little surprised to see Erast hanging out with the cool kids and jocks, standing near one of the tables with his arms crossed. You rarely see him here and you don''t think he''s enjoying himself, but he gives polite smiles to people that talk to him.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with him':
|
|
act 'Hang out with him':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -386,7 +386,7 @@ if $ARGS[0] = 'erast':
|
|
'"Hi Erast! Well, I was thinking about starting to work out and wanted to ask you about some pointers, if you have the time?" you politely ask.'
|
|
'"Hi Erast! Well, I was thinking about starting to work out and wanted to ask you about some pointers, if you have the time?" you politely ask.'
|
|
'"Of course <<$pcs_nickname>>." Erast brightens up as he starts asking you about what you want to achieve with your training.'
|
|
'"Of course <<$pcs_nickname>>." Erast brightens up as he starts asking you about what you want to achieve with your training.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif npc_rel['A150'] <= 20 and fame['pav_slut'] < 250:
|
|
elseif npc_rel['A150'] <= 20 and fame['pav_slut'] < 250:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"Oh hey <<$pcs_nickname>>..." Erast gently says as you approach. "What can I help you with?"'
|
|
'"Oh hey <<$pcs_nickname>>..." Erast gently says as you approach. "What can I help you with?"'
|
|
@@ -397,7 +397,7 @@ if $ARGS[0] = 'erast':
|
|
'"Are you sure you don''t have the time? I''ll only be a few seconds..." you politely ask.'
|
|
'"Are you sure you don''t have the time? I''ll only be a few seconds..." you politely ask.'
|
|
'"I''m sorry, but I don''t have time right now... I need to go to the restroom... Maybe another time..." Erast avoids looking you in the eyes as he walks off.'
|
|
'"I''m sorry, but I don''t have time right now... I need to go to the restroom... Maybe another time..." Erast avoids looking you in the eyes as he walks off.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 250:
|
|
elseif fame['pav_slut'] >= 250:
|
|
'"Are the rumors true?" he quietly asks as you approach.'
|
|
'"Are the rumors true?" he quietly asks as you approach.'
|
|
'"What rumors?" you ask back.'
|
|
'"What rumors?" you ask back.'
|
|
@@ -405,18 +405,18 @@ if $ARGS[0] = 'erast':
|
|
'"What reputation?! Out with it!!!" You''re getting irritated by him trying to avoid the subject.'
|
|
'"What reputation?! Out with it!!!" You''re getting irritated by him trying to avoid the subject.'
|
|
'"Well..." he takes a deep breath. "I heard you''ll sleep with anyone so I was thinking about if I had a shot..."'
|
|
'"Well..." he takes a deep breath. "I heard you''ll sleep with anyone so I was thinking about if I had a shot..."'
|
|
'Before you''re able to reply, he walks away, clearly blushing...'
|
|
'Before you''re able to reply, he walks away, clearly blushing...'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'"Hey <<$pcs_nickname>>... What''s up?" he asks as you approach.'
|
|
'"Hey <<$pcs_nickname>>... What''s up?" he asks as you approach.'
|
|
'"Nothing much. Just hanging out and looking to have a little fun. You?" you reply.'
|
|
'"Nothing much. Just hanging out and looking to have a little fun. You?" you reply.'
|
|
'He shakes his head a little. "The guys talked me into coming." he replies and you start talking to him. The other jocks thought it would be good for him to hang out and meet girls, but he''s either uninterested or too shy.'
|
|
'He shakes his head a little. "The guys talked me into coming." he replies and you start talking to him. The other jocks thought it would be good for him to hang out and meet girls, but he''s either uninterested or too shy.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask him to dance':
|
|
act 'Ask him to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
|
|
'"Would you like to dance with me?" you ask with a smile.'
|
|
'"Would you like to dance with me?" you ask with a smile.'
|
|
'"What? No!" He seems surprised and flustered. "I mean... I don''t dance... I need a drink." He quickly walks away, but you notice him blushing heavily as he does.'
|
|
'"What? No!" He seems surprised and flustered. "I mean... I don''t dance... I need a drink." He quickly walks away, but you notice him blushing heavily as he does.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -430,7 +430,7 @@ if $ARGS[0] = 'albina':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
|
|
if rand(1,4) <= 3:
|
|
if rand(1,4) <= 3:
|
|
'You look out onto the dance floor and see Albina dancing. She is expertly moving her body in an erotic manner to the beat of the music. You almost feel a little jealous watching her dance so well.'
|
|
'You look out onto the dance floor and see Albina dancing. She is expertly moving her body in an erotic manner to the beat of the music. You almost feel a little jealous watching her dance so well.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
@@ -441,14 +441,14 @@ if $ARGS[0] = 'albina':
|
|
else
|
|
else
|
|
'You walk over to Albina, but she scoffs and rudely dismisses you before you even get a chance to open your mouth.'
|
|
'You walk over to Albina, but she scoffs and rudely dismisses you before you even get a chance to open your mouth.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
|
|
if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'albina_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'albina_dance'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'Albina is sitting on one of the couches the cool kids have claimed, leaning back against it with her smooth shapely legs crossed over as she watches other people dancing.'
|
|
'Albina is sitting on one of the couches the cool kids have claimed, leaning back against it with her smooth shapely legs crossed over as she watches other people dancing.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with her':
|
|
act 'Hang out with her':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -475,7 +475,7 @@ if $ARGS[0] = 'albina':
|
|
'"Hey Albina, what''s up?" you ask as you approach.'
|
|
'"Hey Albina, what''s up?" you ask as you approach.'
|
|
'Albina just looks at you and shrugs before looking away and ignoring you. Seeing that she''s not interested in speaking with you, you walk away.'
|
|
'Albina just looks at you and shrugs before looking away and ignoring you. Seeing that she''s not interested in speaking with you, you walk away.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
|
|
@@ -484,7 +484,7 @@ if $ARGS[0] = 'albina':
|
|
act 'Go dancing': gt 'pav_disco_jocks', 'albina_dance'
|
|
act 'Go dancing': gt 'pav_disco_jocks', 'albina_dance'
|
|
else
|
|
else
|
|
'Albina looks you over with a hint of contempt on her face before standing up and going to dance with her friends.'
|
|
'Albina looks you over with a hint of contempt on her face before standing up and going to dance with her friends.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
|
|
if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
|
|
@@ -509,7 +509,7 @@ if $ARGS[0] = 'albina':
|
|
'You sit and chat with Albina. "You know, it''s pretty insulting having to come here and watch these beached whales flail around trying to dance. I much prefer going to nightclubs where I''m too drunk to care. You should come with me sometime."'
|
|
'You sit and chat with Albina. "You know, it''s pretty insulting having to come here and watch these beached whales flail around trying to dance. I much prefer going to nightclubs where I''m too drunk to care. You should come with me sometime."'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -527,7 +527,7 @@ if $ARGS[0] = 'albina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'You go out onto the dance floor and start dancing with Albina.'
|
|
'You go out onto the dance floor and start dancing with Albina.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -539,7 +539,7 @@ if $ARGS[0] = 'albina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'You continue dancing with Albina, and you both seem to be enjoying yourselves. Albina is dancing in an ever increasingly erotic manner. She sways her hips and wiggles her ass for all to see, and seems to enjoy the attention that comes with being the best dancer present.'
|
|
'You continue dancing with Albina, and you both seem to be enjoying yourselves. Albina is dancing in an ever increasingly erotic manner. She sways her hips and wiggles her ass for all to see, and seems to enjoy the attention that comes with being the best dancer present.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -555,7 +555,7 @@ if $ARGS[0] = 'albina_dance':
|
|
else
|
|
else
|
|
'You continue to dance with Albina, who smiles at you and moves in to dance a little closer to you.'
|
|
'You continue to dance with Albina, who smiles at you and moves in to dance a little closer to you.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -571,7 +571,7 @@ if $ARGS[0] = 'albina_dance':
|
|
else
|
|
else
|
|
'When the song ends, Albina steps off to the side. "That was fun <<$pcs_nickname>>, but I need to sit down for a bit and have a drink." She excuses herself and leaves you standing in the middle of the dance floor.'
|
|
'When the song ends, Albina steps off to the side. "That was fun <<$pcs_nickname>>, but I need to sit down for a bit and have a drink." She excuses herself and leaves you standing in the middle of the dance floor.'
|
|
end
|
|
end
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -584,7 +584,7 @@ if $ARGS[0] = 'christina':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
|
|
if rand(1,4) = 1:
|
|
if rand(1,4) = 1:
|
|
'You see Christina out on the dance floor, shaking her ass and having a good time.'
|
|
'You see Christina out on the dance floor, shaking her ass and having a good time.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
@@ -594,7 +594,7 @@ if $ARGS[0] = 'christina':
|
|
'Knowing you have no choice, you muster your most submissive smile and nod to her.'
|
|
'Knowing you have no choice, you muster your most submissive smile and nod to her.'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'christina_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'christina_dance'
|
|
else
|
|
else
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if fame['pav_slut'] < 200:
|
|
if fame['pav_slut'] < 200:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"What the fuck do you want, bitch?"'
|
|
'"What the fuck do you want, bitch?"'
|
|
@@ -616,7 +616,7 @@ if $ARGS[0] = 'christina':
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'You find Christina leaning against a wall, looking bored.'
|
|
'You find Christina leaning against a wall, looking bored.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with her':
|
|
act 'Hang out with her':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 15
|
|
minut += 15
|
|
@@ -627,7 +627,7 @@ if $ARGS[0] = 'christina':
|
|
'As soon as she sees you she calls out "Hey, bitch! Get over here."'
|
|
'As soon as she sees you she calls out "Hey, bitch! Get over here."'
|
|
'Knowing you have no choice, you smile and go to her.'
|
|
'Knowing you have no choice, you smile and go to her.'
|
|
'She immediatly launches into a long tirade about school, boys, and whatever else crosses her mind. She only pauses long enough to let you agree with her, but doesn''t give you any other chances to speak.'
|
|
'She immediatly launches into a long tirade about school, boys, and whatever else crosses her mind. She only pauses long enough to let you agree with her, but doesn''t give you any other chances to speak.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
|
|
@@ -635,7 +635,7 @@ if $ARGS[0] = 'christina':
|
|
act 'Go dancing': gt 'pav_disco_jocks', 'christina_dance'
|
|
act 'Go dancing': gt 'pav_disco_jocks', 'christina_dance'
|
|
end
|
|
end
|
|
else
|
|
else
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if fame['pav_slut'] < 200:
|
|
if fame['pav_slut'] < 200:
|
|
if grupTipe = 2:
|
|
if grupTipe = 2:
|
|
'"What the fuck do you want, bitch?"'
|
|
'"What the fuck do you want, bitch?"'
|
|
@@ -674,7 +674,7 @@ if $ARGS[0] = 'christina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
act 'Do something else':
|
|
act 'Do something else':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
- gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -690,7 +690,7 @@ if $ARGS[0] = 'christina_dance':
|
|
'You respond by grinding your ass back into her, looking over your shoulder in time to see her smile. You continue dancing together for a few songs before she finally lets you go, saying something about needing to pee.'
|
|
'You respond by grinding your ass back into her, looking over your shoulder in time to see her smile. You continue dancing together for a few songs before she finally lets you go, saying something about needing to pee.'
|
|
act 'Do something else':
|
|
act 'Do something else':
|
|
gs 'arousal', 'end'
|
|
gs 'arousal', 'end'
|
|
- gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
!!Possible bathroom sex
|
|
!!Possible bathroom sex
|
|
!!act 'Follow her': gt '', ''
|
|
!!act 'Follow her': gt '', ''
|
|
@@ -705,7 +705,7 @@ if $ARGS[0] = 'christina_dance':
|
|
frost = 0
|
|
frost = 0
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'The two of you start dancing, separately at first, before she starts sliding closer to you. Getting behind you, she wraps an arm around your waist and begins grinding her crotch up against your ass. You dance together like this for a while.'
|
|
'The two of you start dancing, separately at first, before she starts sliding closer to you. Getting behind you, she wraps an arm around your waist and begins grinding her crotch up against your ass. You dance together like this for a while.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
@@ -713,7 +713,7 @@ if $ARGS[0] = 'christina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'Surrendering yourself to the music, you dance in sync with Christina. She holds onto you possesively, making it clear to any boys watching that you belong to her.'
|
|
'Surrendering yourself to the music, you dance in sync with Christina. She holds onto you possesively, making it clear to any boys watching that you belong to her.'
|
|
'She eventually lets you go, muttering something about the bathroom, and disappears into the crowd.'
|
|
'She eventually lets you go, muttering something about the bathroom, and disappears into the crowd.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
!!Possible bathroom sex
|
|
!!Possible bathroom sex
|
|
!!act 'Follow her': gt '', ''
|
|
!!act 'Follow her': gt '', ''
|
|
end
|
|
end
|
|
@@ -728,30 +728,30 @@ if $ARGS[0] = 'lariska':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
if rand(1,4) <= 3:
|
|
if rand(1,4) <= 3:
|
|
'You see blonde hair flashing across the dance floor. It''s Lariska in a low cut top and a short skirt, dancing by herself and having a good time.'
|
|
'You see blonde hair flashing across the dance floor. It''s Lariska in a low cut top and a short skirt, dancing by herself and having a good time.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
|
|
if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
|
|
'She sees you coming and dances her way to you.'
|
|
'She sees you coming and dances her way to you.'
|
|
'"Hey, <<$pcs_nickname>>. Dance with me."'
|
|
'"Hey, <<$pcs_nickname>>. Dance with me."'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
|
|
elseif npc_rel['A13'] <= 20 and fame['pav_slut'] < 200:
|
|
elseif npc_rel['A13'] <= 20 and fame['pav_slut'] < 200:
|
|
'She sees you coming over and disappears into the crowd. She apparently doesn''t like you.'
|
|
'She sees you coming over and disappears into the crowd. She apparently doesn''t like you.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 200:
|
|
elseif fame['pav_slut'] >= 200:
|
|
'She takes one disgusted look at you. "Hell, no. Go suck a cock."'
|
|
'She takes one disgusted look at you. "Hell, no. Go suck a cock."'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'She lets you approach her, not really making any effort to encourage or avoid you. After giving you a polite smile, she continues dancing.'
|
|
'She lets you approach her, not really making any effort to encourage or avoid you. After giving you a polite smile, she continues dancing.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
'You spot Lariska, wearing a low cut top and a short skirt, relaxing up against a wall watching other people dance.'
|
|
'You spot Lariska, wearing a low cut top and a short skirt, relaxing up against a wall watching other people dance.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
|
|
if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
|
|
'She sees you coming and smiles at you.'
|
|
'She sees you coming and smiles at you.'
|
|
'"Hey <<$pcs_nickname>>. Having a good time?"'
|
|
'"Hey <<$pcs_nickname>>. Having a good time?"'
|
|
@@ -769,7 +769,7 @@ if $ARGS[0] = 'lariska':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
|
|
'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
@@ -795,7 +795,7 @@ if $ARGS[0] = 'lariska':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
|
|
'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
|
|
@@ -819,7 +819,7 @@ if $ARGS[0] = 'lariska_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'Dancing with her, you notice several guys hungrily eyeing the two of you. She doesn''t seem to be paying attention though, and you try not to think about it yourself and let loose a little.'
|
|
'Dancing with her, you notice several guys hungrily eyeing the two of you. She doesn''t seem to be paying attention though, and you try not to think about it yourself and let loose a little.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
@@ -827,7 +827,7 @@ if $ARGS[0] = 'lariska_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'As the two of you dance, she keeps sliding closer and closer to you, staring straight into your eyes. You have a funny feeling that if you weren''t surrounded by a lot of people, she was going to kiss you.'
|
|
'As the two of you dance, she keeps sliding closer and closer to you, staring straight into your eyes. You have a funny feeling that if you weren''t surrounded by a lot of people, she was going to kiss you.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
@@ -836,7 +836,7 @@ if $ARGS[0] = 'lariska_dance':
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'She begins to rub against you, almost shyly, probably not even aware she''s doing it. You respond by grinding back, making her cheeks flush as she realizes what she was doing, surrounded by strangers.'
|
|
'She begins to rub against you, almost shyly, probably not even aware she''s doing it. You respond by grinding back, making her cheeks flush as she realizes what she was doing, surrounded by strangers.'
|
|
'She suddenly mumbles something about needing fresh air and runs off, much to the chagrin of the boys watching you.'
|
|
'She suddenly mumbles something about needing fresh air and runs off, much to the chagrin of the boys watching you.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -849,31 +849,31 @@ if $ARGS[0] = 'lina':
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
if rand(1,4) <= 3:
|
|
if rand(1,4) <= 3:
|
|
'You spot Lina out on the dance floor, '
|
|
'You spot Lina out on the dance floor, '
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Go out on the dance floor':
|
|
act 'Go out on the dance floor':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
|
|
if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
|
|
'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
|
|
'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
|
|
elseif npc_rel['A19'] <= 20 and fame['pav_slut'] < 200:
|
|
elseif npc_rel['A19'] <= 20 and fame['pav_slut'] < 200:
|
|
'As you get closer to Lina, she sees you and disappears into the crowd. She obviously didn''t want to dance with you.'
|
|
'As you get closer to Lina, she sees you and disappears into the crowd. She obviously didn''t want to dance with you.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
elseif fame['pav_slut'] >= 200:
|
|
elseif fame['pav_slut'] >= 200:
|
|
'As you get closer to Lina, she looks you over with disgust and mouths "slut" at you before she disappears into the crowd.'
|
|
'As you get closer to Lina, she looks you over with disgust and mouths "slut" at you before she disappears into the crowd.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
else
|
|
else
|
|
'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
|
|
'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
|
|
act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Hang out with her':
|
|
act 'Hang out with her':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
|
|
if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
|
|
'"Hey <<$pcs_nickname>>. How''s it going?"'
|
|
'"Hey <<$pcs_nickname>>. How''s it going?"'
|
|
'"Pretty good. You?"'
|
|
'"Pretty good. You?"'
|
|
@@ -890,7 +890,7 @@ if $ARGS[0] = 'lina':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'You spend some time chatting with Lina about school, sports and a bit of gossip.'
|
|
'You spend some time chatting with Lina about school, sports and a bit of gossip.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
@@ -934,7 +934,7 @@ if $ARGS[0] = 'lina':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'You spend some time chatting with Lina about school, sports and a bit of gossip.'
|
|
'You spend some time chatting with Lina about school, sports and a bit of gossip.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Ask her to dance':
|
|
act 'Ask her to dance':
|
|
*clr & cla
|
|
*clr & cla
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
|
|
@@ -959,7 +959,7 @@ if $ARGS[0] = 'lina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'You spend some time dancing with Lina. She seems to enjoy dancing, her face lit in a bright smile, even laughing when one of you tries a risky dance move.'
|
|
'You spend some time dancing with Lina. She seems to enjoy dancing, her face lit in a bright smile, even laughing when one of you tries a risky dance move.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
@@ -967,7 +967,7 @@ if $ARGS[0] = 'lina_dance':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'The two of you tear up the dance floor, having a great time. As more time passes, her dance moves get trickier, and more daring.'
|
|
'The two of you tear up the dance floor, having a great time. As more time passes, her dance moves get trickier, and more daring.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
act 'Keep dancing':
|
|
act 'Keep dancing':
|
|
*clr & cla
|
|
*clr & cla
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
|
|
@@ -976,7 +976,7 @@ if $ARGS[0] = 'lina_dance':
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
'She finally gets too daring, and during one particular move, her skirt flips all the way up, giving everybody watching a good look at her rather tight panties.'
|
|
'She finally gets too daring, and during one particular move, her skirt flips all the way up, giving everybody watching a good look at her rather tight panties.'
|
|
'She freezes, realizing everybody can see the outline of her pussy and panics. She flees the dance floor, mumbling something to you about the bathroom.'
|
|
'She freezes, realizing everybody can see the outline of her pussy and panics. She flees the dance floor, mumbling something to you about the bathroom.'
|
|
- act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
|
|
|
+ act 'Do something else': gt 'pav_disco_classmates', 'classmates'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|