|
@@ -21,7 +21,7 @@ if $ARGS[0] = 'branding_0':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="mod/wlife/images/characters/volya_sokolov_car.jpg"></center>'
|
|
|
'"Branding? What do you mean?" You ask remembering Vadim and the others writing ''whore'' and ''slut'' on you body the day you met them for the first time. "Every girl that works for us gets a tattoo that marks her as one of our own."'
|
|
|
- 'You don''t know how to react to that. A tattoo '+iif(tattCount > 0, 'isn''t a problem, it wouldn''t be your first', 'is something you maybe considered')+', but they want to brand you like cattle or a slave in the ancient times.'
|
|
|
+ 'You don''t know how to react to that. A tattoo '+iif(pcs_tattoos['total'] > 0, 'isn''t a problem, it wouldn''t be your first', 'is something you maybe considered')+', but they want to brand you like cattle or a slave in the ancient times.'
|
|
|
'"I''m sorry," he says but this time it''s you who stops him. "No, I get it."'+iif(npc_rel['A904'] < 40, ' you tell him truthfully. Maybe you were wrong about him? He tried to protect you.', ' you tell him. Even if it didn''t work out, he at least tried to protect you.')
|
|
|
'"Really?" He asks cautiously. "Yeah," and without really wanting to know the answer you ask. "But I have to get marked now, don''t I?" You sigh when he nods and turn your eyes away from him. A brand to mark you as a whore? It will protect you, but at the same time it''s more than that. It will mark you as a whore for life. Or does it? Tattoos can be removed as far as you know and if your ordeal is over at some point, you can just erase it. Or can you?'
|
|
|
|
|
@@ -89,23 +89,23 @@ if $ARGS[0] = 'branding_2':
|
|
|
'<center><img src="images/locations/city/industrial/salon/pirsingstudia.jpg"></center>'
|
|
|
|
|
|
'<center><table border=1><TH>View tattoos</TH>'
|
|
|
- if tatarm = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''arms/tatarm'' & gt ''mod_wlife_tattoo_piercing'', ''arm''">Arm</TD></tr>'
|
|
|
- if tatneck = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''neck/tatnck'' & gt ''mod_wlife_tattoo_piercing'', ''neck''">Neck</TD></tr>'
|
|
|
- if tatlech = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''shoulder/tatshldr'' & gt ''mod_wlife_tattoo_piercing'', ''shoulder''">Shoulder</TD></tr>'
|
|
|
- if tatfce = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''face/tatfce'' & gt ''mod_wlife_tattoo_piercing'', ''face''">Face</TD></tr>'
|
|
|
- if tatankle = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''foot/tatankle'' & gt ''mod_wlife_tattoo_piercing'', ''foot''">Foot</TD></tr>'
|
|
|
- if tatwrist = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''wrists/tatwrst'' & gt ''mod_wlife_tattoo_piercing'', ''wrist''">Wrist</TD></tr>'
|
|
|
- if tathand = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''hand/tathnd'' & gt ''mod_wlife_tattoo_piercing'', ''hand''">Hand</TD></tr></table></center>'
|
|
|
+ if pcs_tattoos['arm'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''arm'' & gt ''mod_wlife_tattoo_piercing'', ''arm''">Arm</TD></tr>'
|
|
|
+ if pcs_tattoos['neck'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''neck'' & gt ''mod_wlife_tattoo_piercing'', ''neck''">Neck</TD></tr>'
|
|
|
+ if pcs_tattoos['shoulder'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''shoulder'' & gt ''mod_wlife_tattoo_piercing'', ''shoulder''">Shoulder</TD></tr>'
|
|
|
+ if pcs_tattoos['face'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''face'' & gt ''mod_wlife_tattoo_piercing'', ''face''">Face</TD></tr>'
|
|
|
+ if pcs_tattoos['ankle'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''ankle'' & gt ''mod_wlife_tattoo_piercing'', ''foot''">Ankle</TD></tr>'
|
|
|
+ if pcs_tattoos['wrist'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''wrists'' & gt ''mod_wlife_tattoo_piercing'', ''wrist''">Wrist</TD></tr>'
|
|
|
+ if pcs_tattoos['hand'] = 0: *p '<tr><TD><a href="exec: $wl_brand[''type''] = ''hand'' & gt ''mod_wlife_tattoo_piercing'', ''hand''">Hand</TD></tr></table></center>'
|
|
|
*nl
|
|
|
'<b>Developer Note</b>: You can freely choose between any tattoo to represent your whore brand. If you already have a tattoo in one or all of these spots, you can set one of your existing tattoos as your whore brand.'
|
|
|
|
|
|
- if tatarm >= 1: act 'Look at your arm tattoo': $wl_temp = 'arm' & $wl_brand['type'] = 'arms/tatarm' & wl_brand['number'] = tatarm & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tatneck >= 1: act 'Look at your neck tattoo': $wl_temp = 'neck' & $wl_brand['type'] = 'neck/tatnck' & wl_brand['number'] = tatneck & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tatlech >= 1: act 'Look at your shoulder tattoo': $wl_temp = 'shoulder' & $wl_brand['type'] = 'shoulder/tatshldr' & wl_brand['number'] = tatlech & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tatfce >= 1: act 'Look at your face tattoo': $wl_temp = 'face' & $wl_brand['type'] = 'face/tatfce' & wl_brand['number'] = tatfce & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tatankle >= 1: act 'Look at your foot tattoo': $wl_temp = 'foot' & $wl_brand['type'] = 'foot/tatankle' & wl_brand['number'] = tatankle & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tatwrist >= 1: act 'Look at your wrist tattoo': $wl_temp = 'wrist' & $wl_brand['type'] = 'wrists/tatwrst' & wl_brand['number'] = tatwrist & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
- if tathand >= 1: act 'Look at your hand tattoo': $wl_temp = 'hand' & $wl_brand['type'] = 'hand/tathnd' & wl_brand['number'] = tathand & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['arm'] >= 1: act 'Look at your arm tattoo': $wl_brand['type'] = 'arm' & wl_brand['number'] = pcs_tattoos['arm'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['neck'] >= 1: act 'Look at your neck tattoo': $wl_brand['type'] = 'neck' & wl_brand['number'] = pcs_tattoos['neck'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['shoulder'] >= 1: act 'Look at your shoulder tattoo': $wl_brand['type'] = 'shoulder' & wl_brand['number'] = pcs_tattoos['shoulder'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['face'] >= 1: act 'Look at your face tattoo': $wl_brand['type'] = 'face' & wl_brand['number'] = pcs_tattoos['face'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['ankle'] >= 1: act 'Look at your foot tattoo': $wl_brand['type'] = 'ankle' & wl_brand['number'] = pcs_tattoos['ankle'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['wrist'] >= 1: act 'Look at your wrist tattoo':$wl_brand['type'] = 'wrist' & wl_brand['number'] = pcs_tattoos['wrist'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
+ if pcs_tattoos['hand'] >= 1: act 'Look at your hand tattoo': $wl_brand['type'] = 'hand' & wl_brand['number'] = pcs_tattoos['hand'] & gt 'mod_wlife_tattoo_piercing', 'branding_3'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'branding_3':
|
|
@@ -133,7 +133,7 @@ if $ARGS[0] = 'arm_get':
|
|
|
'<center><img src="images/pc/body/tattoos/arms/tatarm<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'arm'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & tatarm = n & $wl_temp = 'arm' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'arm', wl_brand['number'] & $wl_brand['type'] = 'arm' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'face':
|
|
@@ -152,7 +152,7 @@ if $ARGS[0] = 'face_get':
|
|
|
'<center><img src="images/pc/body/tattoos/face/tatfce<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'face'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 10000 & wl_brand['number'] = n & tatfce = n & $wl_temp = 'face' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 10000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'face', wl_brand['number'] & $wl_brand['type'] = 'face' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'foot':
|
|
@@ -171,7 +171,7 @@ if $ARGS[0] = 'foot_get':
|
|
|
'<center><img src="images/pc/body/tattoos/foot/tatankle<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'foot'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & tatankle = n & $wl_temp = 'foot' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'ankle', wl_brand['number'] & $wl_brand['type'] = 'ankle' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'neck':
|
|
@@ -190,7 +190,7 @@ if $ARGS[0] = 'neck_get':
|
|
|
'<center><img src="images/pc/body/tattoos/neck/tatnck<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'neck'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & tatneck = n & $wl_temp = 'neck' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'neck', wl_brand['number'] & $wl_brand['type'] = 'neck' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'shoulder':
|
|
@@ -209,7 +209,7 @@ if $ARGS[0] = 'shoulder_get':
|
|
|
'<center><img src="images/pc/body/tattoos/shoulder/tatshldr<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'shoulder'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & tatlech = n & $wl_temp = 'shoulder' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 8000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'shoulder', wl_brand['number'] & $wl_brand['type'] = 'shoulder' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'wrist':
|
|
@@ -228,7 +228,7 @@ if $ARGS[0] = 'wrist_get':
|
|
|
'<center><img src="images/pc/body/tattoos/wrists/tatwrst<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'wrist'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 7000 & wl_brand['number'] = n & tatwrist = n & $wl_temp = 'wrist' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 7000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'wrist', wl_brand['number'] & $wl_brand['type'] = 'wrist' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'hand':
|
|
@@ -247,19 +247,18 @@ if $ARGS[0] = 'hand_get':
|
|
|
'<center><img src="images/pc/body/tattoos/hand/tathnd<<n>>.jpg"></center>'
|
|
|
|
|
|
act 'Choose another tattoo': gt 'mod_wlife_tattoo_piercing', 'hand'
|
|
|
- act 'Set this tattoo as your whore brand': wl_brand['price'] = 7000 & wl_brand['number'] = n & tathand = n & $wl_temp = 'hand' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
+ act 'Set this tattoo as your whore brand': wl_brand['price'] = 7000 & wl_brand['number'] = n & gs 'tattoo_management', 'add', 'hand', wl_brand['number'] & $wl_brand['type'] = 'hand' & gt 'mod_wlife_tattoo_piercing', 'branding_end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'branding_end':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
wl_brand['timer'] = daystart + rand(1,3)
|
|
|
- $wl_brand['image'] = 'images/pc/body/tattoos/<<$wl_brand[''type'']>><<wl_brand[''number'']>>.jpg'
|
|
|
- $wl_brand['type'] = $wl_temp
|
|
|
- killvar '$wl_temp'
|
|
|
+ $wl_brand['image'] = func('tattoo_management', "<<$wl_brand['type']>>_image", $wl_brand['number'])
|
|
|
+
|
|
|
killvar 'n'
|
|
|
if wl_whore['shifts_week'] > 0: wl_whore['shifts_week'] -= 1
|
|
|
- gs 'mod_wlife_functions', 'tat_pierce_count'
|
|
|
+ gs 'tattoo_management', 'count'
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="mod/wlife/images/characters/volya_sokolov_car.jpg"></center>'
|
|
|
'"I''ll drive you home," he says when you are back inside the car. "What about work?" You ask him, but he immediately shakes his head. "No, it could get infected. I''ll tell Georgiy that you will only have to work <<wl_whore[''shifts_week'']>> shifts this week and that he should cut the amount you have to earn this week by 2500 <b>₽</b>."'
|
|
@@ -408,22 +407,22 @@ if $ARGS[0] = 'tongue_piercing_1':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
- '<center><table cellspacing="3"><tr><td><img height = 480 src="images/pc/body/piercings/a2.jpg"></td><td><img height = 334 src="images/pc/body/piercings/a4.jpg"></td></tr></table></center>'
|
|
|
+ '<center><table cellspacing="3"><tr><td><img height = 480 src="<<func(''piercing_management'', ''tongue_image'', 2)>>"></td><td><img height = 334 src="<<func(''piercing_management'', ''tongue_image'', 4)>>"></td></tr></table></center>'
|
|
|
'"You should take the one on the right," Volya says pointing to the three smaller studs sitting inside a plush dummy tongue. "This would be the best choice for you."'
|
|
|
- 'You take your time looking at both of them. Maybe Volya is right the three studs probably would be more stimulating, but'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsG + pirsN > 0, ' ', ' this is your first piercing and ')+'the one on the left is less conspicuous and slutty.'
|
|
|
+ 'You take your time looking at both of them. Maybe Volya is right the three studs probably would be more stimulating, but'+iif(pcs_piercings['total'] > 0, ' ', ' this is your first piercing and ')+'the one on the left is less conspicuous and slutty.'
|
|
|
|
|
|
gs 'willpower', 'misc', 'resist', 'easy'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Choose the left one (<<will_cost>> Willpower)':
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
- wl_whore['pirsA'] = 2
|
|
|
+ wl_whore['tongue_piercing'] = 2
|
|
|
gt 'mod_wlife_tattoo_piercing', 'tongue_piercing_2'
|
|
|
end
|
|
|
else
|
|
|
act 'Choose the left one (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
act 'Follow Volya''s advise and choose the one on the right':
|
|
|
- wl_whore['pirsA'] = 4
|
|
|
+ wl_whore['tongue_piercing'] = 4
|
|
|
gt 'mod_wlife_tattoo_piercing', 'tongue_piercing_2'
|
|
|
end
|
|
|
end
|
|
@@ -435,7 +434,7 @@ if $ARGS[0] = 'tongue_piercing_2':
|
|
|
wl_total_price = 5000
|
|
|
gs 'stat'
|
|
|
'<center><table cellspacing="3"><tr><td><img height = 334 src="images/pc/body/piercings/a2.jpg"></td><td><img height = 334 src="images/pc/body/piercings/a4.jpg"></td></tr></table></center>'
|
|
|
- '"I take the one on the '+iif(wl_whore['pirsA'] = 2, 'left', 'right')+'," you say pointing at it. "'+iif(wl_whore['pirsA'] = 2, 'Really?" Volya asks. "Don''t you want the other one?" You shake your head and point again at the one on the left. "I want the left one."', 'Good choice." Volya and the tattoo artist say at the same time.')
|
|
|
+ '"I take the one on the '+iif(wl_whore['tongue_piercing'] = 2, 'left', 'right')+'," you say pointing at it. "'+iif(wl_whore['tongue_piercing'] = 2, 'Really?" Volya asks. "Don''t you want the other one?" You shake your head and point again at the one on the left. "I want the left one."', 'Good choice." Volya and the tattoo artist say at the same time.')
|
|
|
'"Alright, that costs 5.000 <b>₽</b>," the tattooist says and walks towards the cash register. At the same time you look to Volya, but he gives you a non-committal shrug. "It''s your piercing," he whispers and shots you a warning look, when you open your mouth. "Georgiy made it clear. Since it''s your piercing you''ll have to pay for it." You narrow your eyes, but don''t say anything. Making a scene in public would be a bad idea. "Fine," you hiss and follow the tattooist to the counter.'
|
|
|
|
|
|
act 'Let Volya pay and increase your debt':
|
|
@@ -469,19 +468,18 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'tongue_piercing_3':
|
|
|
*clr & cla
|
|
|
- minut += 10 * wl_whore['pirsA']
|
|
|
+ minut += 10 * wl_whore['tongue_piercing']
|
|
|
'<center><video autoplay src="mod/wlife/images/player/tongue_piercing.mp4"></video></center>'
|
|
|
- 'You grow more tense with every passing second as you wait for the tattooist to begin his work. '+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsG + pirsN > 0, 'Since it''s not your first piercing, you know that it''s going to hurt and especially if it''s a more sensitive area like your tongue. "How bad is it going to hurt?"', '"Is it going to hurt?"')+' you ask.'
|
|
|
+ 'You grow more tense with every passing second as you wait for the tattooist to begin his work. '+iif(pcs_piercings['total'] > 0, 'Since it''s not your first piercing, you know that it''s going to hurt and especially if it''s a more sensitive area like your tongue. "How bad is it going to hurt?"', '"Is it going to hurt?"')+' you ask.'
|
|
|
'"Most people say it''s a 4 or 5 on a scale from 1 to 10," he answers as he disinfects the piercings and his tools. "Even if it hurts, the pain will subside in seconds. Your tongue will feel irritated for a day or two, but it shouldn''t hurt."'
|
|
|
'"Shouldn''t?" you inquire further. "If it hurts, it would mean you have an infection, but let us not worry about that. It basically never happens." He holds up the bottle of disinfected to prove his point.'
|
|
|
*nl
|
|
|
'You close your eyes and breathe through your nose, when he grabs your tongue with the cold metal forceps. Suddenly pain shoots through your tongue as the sharp metal goes through the sensitive flesh. "Ahh...," you exhale sharply and your eyes fly open. "Already done," he says and offers you a sympathetic smile. "I only have to attach the stud," he explains, but it doesn''t take long and after an additional minute he''s finally done.'
|
|
|
- if wl_whore['pirsA'] = 4: '"And now for the other two," he reminds you and another sharp pain rushes through your tongue and another...'
|
|
|
- pirsA = wl_whore['pirsA']
|
|
|
- dynamic 'pirsA<<wl_whore[''pirsA'']>>_owned = 1'
|
|
|
- pierWearCount += 1
|
|
|
+ if wl_whore['tongue_piercing'] = 4: '"And now for the other two," he reminds you and another sharp pain rushes through your tongue and another...'
|
|
|
+ gs 'piercing_management', 'add', 'tongue', wl_whore['tongue_piercing']
|
|
|
+
|
|
|
gs 'pain', rand(4,5), 'tongue', 'pierce'
|
|
|
- if wl_whore['pirsA'] = 4:
|
|
|
+ if wl_whore['tongue_piercing'] = 4:
|
|
|
gs 'pain', rand(4,5), 'tongue', 'pierce'
|
|
|
gs 'pain', rand(4,5), 'tongue', 'pierce'
|
|
|
end
|
|
@@ -497,7 +495,6 @@ if $ARGS[0] = 'tongue_piercing_3':
|
|
|
|
|
|
act 'Get out of the car':
|
|
|
*clr & cla
|
|
|
- gs 'mod_wlife_functions', 'tat_pierce_count'
|
|
|
'<center><img <<$set_imgh>> src="mod/wlife/images/objects/info.gif"></center>'
|
|
|
'From now on you''ll have to wear your tongue piercing in addition to a prostitution outfit and high heels.'
|
|
|
'<br><center><img height = 100 src="mod/wlife/images/objects/whore'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), '_night', '')+'.png"></center>'
|
|
@@ -643,7 +640,7 @@ if $ARGS[0] = 'tattoo_2':
|
|
|
minut += 2
|
|
|
wl_total_price = 20000
|
|
|
gs 'stat'
|
|
|
- '<center><table cellspacing="3"><tr><td><img height = 334 src="images/pc/body/tattoos/pubic/tatvag1.jpg"></td><td><img height = 334 src="images/pc/body/tattoos/pubic/tatvag2.jpg"></td></tr></table></center>'
|
|
|
+ '<center><table cellspacing="3"><tr><td><img height = 334 src="<<func(''tattoo_management'', ''pussy_image'', 1)>>"></td><td><img height = 334 src="<<func(''tattoo_management'', ''pussy_image'', 2)>>"></td></tr></table></center>'
|
|
|
|
|
|
'<b>Developer Note</b>: The left tattoo should show the word ''Owned'' the one on the right ''Cumslut''. If that''s not the case, you have not installed the replacement image pack for girl life correctly.'
|
|
|
'Which of those two tattoo''s has Iosif chosen for you?'
|
|
@@ -656,11 +653,11 @@ end
|
|
|
if $ARGS[0] = 'tattoo_3':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
- tatvag = wl_temp
|
|
|
- $wl_brand['image_pubic'] = 'images/pc/body/tattoos/pubic/tatvag<<tatvag>>.jpg'
|
|
|
- gs 'mod_wlife_functions', 'tat_pierce_count'
|
|
|
+ gs 'tattoo_management', 'add', 'pussy', wl_temp
|
|
|
+ $wl_brand['image_pubic'] = func('tattoo_management', 'pussy_image')
|
|
|
+ gs 'tattoo_management', 'count'
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="<<$wl_brand[''image_pubic'']>>"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="<<func(''tattoo_management'', ''pussy_image'')>>"></center>'
|
|
|
'You open your eyes and instinctively your eyes look down at your pubic area. It takes you a moment to decipher the upside down word... <<$wl_brand[''text_pubic'']>>. You stare at it, stare at it a bit longer until you...'
|
|
|
|
|
|
act '... start to cry':
|
|
@@ -899,10 +896,8 @@ if $ARGS[0] = 'third_visit':
|
|
|
act 'Get pierced':
|
|
|
*clr & cla
|
|
|
minut += 20
|
|
|
- wl_whore['pirsF'] = 1
|
|
|
- pirsF = wl_whore['pirsF']
|
|
|
- dynamic 'pirsF<<wl_whore[''pirsF'']>>_owned = 1'
|
|
|
- pierWearCount += 1
|
|
|
+ $wl_whore['nipple_piercing'] = 1
|
|
|
+ gs 'piercing_management', 'add', 'nipples', wl_whore['piercing_nipples']
|
|
|
gs 'pain', 9, 'nipples', 'pierce'
|
|
|
gs 'pain', 9, 'nipples', 'pierce'
|
|
|
gs 'stat'
|