|
@@ -399,18 +399,21 @@ end
|
|
|
if $ARGS[0] = 'dimka_dance':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
|
'You start dancing with him. He''s a pretty good dancer and you both enjoy dancing together for a while.'
|
|
|
act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
act 'Keep dancing':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/dimka_dance.jpg"></center>'
|
|
|
'You continue dancing, having fun and enjoying yourself so much that you really don''t care about those that might be watching. It really is great fun.'
|
|
|
act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
|
act 'Keep dancing':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club_dance1.jpg"></center>'
|
|
|
'The two of you dance energetically, really getting into the beat of the music. You''re having a lot of fun dancing with Dimka and you think he''s having fun dancing with you too.'
|
|
|
act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
|
|
@@ -459,6 +462,8 @@ if $ARGS[0] = 'dimka_pay':
|
|
|
act 'Do a line':
|
|
|
*clr & cla
|
|
|
gs 'drugs', 'cocaine'
|
|
|
+ minut += 10
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/drugs/lineschool.jpg"></center>'
|
|
|
'You leave the disco and walk down the hall, looking into rooms until you spot one that''s unlocked and empty. You glance around and when no one is looking, you duck inside and rush over to a table. You pour out a line and quickly snort it, immediately feeling the sensation of relief and pleasure rushing through your body. You spend a few moments in a stupor before heading back to the disco.'
|
|
|
act 'Go back to the disco': gt 'pav_disco'
|
|
@@ -508,6 +513,8 @@ if $ARGS[0] = 'dimka_sex':
|
|
|
act 'Go back to the disco': gt 'pav_disco'
|
|
|
act 'Do a line':
|
|
|
*clr & cla
|
|
|
+ minut += 10
|
|
|
+ gs 'stat'
|
|
|
gs 'drugs', 'cocaine'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/drugs/lineschool.jpg"></center>'
|
|
|
'You get up and rush over to a table. You pour out a line and quickly snort it, immediately feeling the sensation of relief and pleasure rushing through your body. You spend a few moments in a stupor before heading back to the disco.'
|
|
@@ -1176,6 +1183,7 @@ if $ARGS[0] = 'bella':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
gs 'npc_relationship', 'modify', 'A22', 'like'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big22.jpg"></center>'
|
|
|
'You see Bella hanging out with the other cool kids.'
|
|
|
if grupTipe = 5:
|
|
@@ -1220,6 +1228,7 @@ if $ARGS[0] = 'vicky':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
gs 'npc_relationship', 'modify', 'A15', 'like'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big15.jpg"></center>'
|
|
|
'You see Vicky hanging out with the other cool kids.'
|
|
|
if grupTipe = 5:
|
|
@@ -1261,6 +1270,7 @@ if $ARGS[0] = 'inna':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
gs 'npc_relationship', 'modify', 'A17', 'like'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big17.jpg"></center>'
|
|
|
'You see Irina hanging out with the other cool kids.'
|
|
|
if grupTipe = 5:
|
|
@@ -1298,6 +1308,7 @@ if $ARGS[0] = 'katja':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
gs 'npc_relationship', 'modify', 'A14', 'like'
|
|
|
+ gs 'stat'
|
|
|
if rand(1,4) <= 3 and meynoldQW = 2:
|
|
|
'<center><b><font color="maroon">Disco</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/katja_dance1_1.jpg"></center>'
|
|
@@ -1451,6 +1462,7 @@ if $ARGS[0] = 'lizaveta':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
|
gs 'npc_relationship', 'modify', 'A140', 'like'
|
|
|
+ gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big140.jpg"></center>'
|
|
|
'You see Lizaveta hanging out with the other cool kids.'
|
|
|
if grupTipe = 5:
|