Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Hello! Welcome to the TG/TF game "New U Salon". As with most erotic games, you should be 18 or older to play. Click continue to affirm.
[[Continue|Setup]]
<<nobr>><<set $week = 0, $month = 0, $year = 0>>
<<set $cash = 0>>
<<set $endweek to false>>
<<set $email to true>>
<<set $phone to true>>
<<set $cheats = {
"adsuccess" : false,
"autoinventory" : false,
"other" : false
}>>
<<set $you = {
/*rating, class, bimbo, alt, fem are out of 500*/
"rating" : 200,
"morality" : 250,
"class" : 250,
"bimbo" : 0,
"fem" : 100,
"alt" : 0,
"suspicion" : 0,
"name" : "John",
"banker" : "None",
"adperson" : "None",
"color" : "#323cbe"
}>>
<<set $mom = {
"name" : "Beth",
"color" : "#faaa78"
}>>
<<set $advertising = {
"running" : false,
"type" : "None",
"location" : "None",
"pe" : true,
"client" : "None",
"time" : 0,
"events" : [],
"posterevents" : ["Caleb", "Laura", "Nicole", "Ray"],
"onlineevents" : ["LesBea", "Band"],
"TVevents" : [],
"count" : 0
}>>
<<set $pricing = {
"studisc" : 0.8,
"haircut" : 20,
"hairstyling" : 40,
"extensions" : 100,
"dyejob" : 50,
"bleachjob" : 150,
"permjob" : 100,
"manicure" : 20,
"pedicure" : 20,
"nailjob" : 40,
"makeover" : 30,
"collagen" : 400,
"wax" : 100,
"tan" : 50,
"extensionscost" : 50,
"dyecost" : 20,
"bleachcost" : 50,
"permcost" : 40,
"nailpolishcost" : 5,
"fakenailscost" : 20,
"makeupcost" : 10,
"collagencost" : 100,
"waxcost" : 30,
"tancost" : 10
}>>
<<set $inventory = {
"hairdye" : [3,3,3,3,3], /* Blond, Brown, Black, Red, Other Colors */
"bleach" : 1,
"perm" : 2,
"extensions" : 3,
"nailpolish" : 3,
"fakenails" : 1,
"makeup" : 5,
"collagen" : 0,
"wax" : 0,
"tan" : 0
}>>
<<set $equipment = {
"hairstation" : 1,
"nailstation" : 1,
"waxingtable" : 0,
"tanningbed" : 0
}>>
<<set $specialitems = {
"hypnoshampoo" : 0,
"bimboshampoo" : 0,
"hypnonails" : 0,
"bimbonails" : 0
}>><</nobr>>
It seemed like any other spring Saturday. The sun was out. The birds were singing. But you were anything but happy. Your mother, <<print $mom.name>>, had just called to say that she has late stage cancer.
<img src="emp/mom0.jpg" alt="" style="height:400px;">
It's possible that she'll still pull through, but she wants to talk to you about some things before her strength goes.
[[Talk to mother]]
What is your name? <<textbox "$you.name" "John">>
What is your mothers's name? <<textbox "$mom.name" "Beth">>
Would you like to implement any cheats?
<<checkbox "$cheats.adsuccess" false true>> Automatic advertisement success
<<checkbox "$cheats.autoinventory" false true>> Automatic GENERAL inventory updates
[[Begin backstory|Intro]]
<<nobr>>
<<set $AdClient = {
"id" : "None",
"name" : "None",
"color" : "None",
"Ray" : {
"name" : "Ray",
"visits" : 0,
"lastvisit" : 0,
"cops" : false
},
"Caleb" : {
"lastvisit" : 0,
},
"Nicole" : {
"visits" : 0,
"lastvisit" : 0,
},
"Laura" : {
"visit" : 0,
"lastvisit" : 0,
"cops" : false
},
"LesBea" : {
"lastvisit" : 0,
"lesmakeover" : false
},
"Band" : {
"lastvisit" : 0,
"style" : "None"
}
}>>
<<set $Katie = {
"id" : "Katie",
"name" : "Katie",
"visits" : 0,
"hypno" : 0,
"appweek" : 1,
"image" : "emp/katie0.jpg",
"color" : "#c8bee6" /*Maybe color?*/
}>>
<<set $Bianca = {
"id" : "Bianca",
"name" : "Bianca",
"visits" : 0,
"hypno" : 0,
"appweek" : 1,
"image" : "emp/bianca0.jpg",
"color" : "#e1004b"
}>>
<<set $Luke = {
"id" : "Luke",
"name" : "Luke",
"visits" : 0,
"hypno" : 0,
"appweek" : 1,
"image" : "emp/luke0.jpg",
"color" : "#2cbbff"
}>>
<<set $Amy = {
"id" : "Amy",
"name" : "Amy",
"visits" : 0,
"hypno" : 0,
"appweek" : 3,
"payment" : 0,
"image" : "client3/amy0.jpg",
"color" : "#fafa82"
}>>
<<set $Marge = {
"id" : "Marge",
"name" : "Marge",
"visits" : 0,
"hairchange" : false,
"hypno" : 0,
"appweek" : 1,
"payment" : 0,
"image" : "client1/marge0.jpg",
"color" : "#fa4b78"
}>>
<<set $Gloria = {
"id" : "Gloria",
"name" : "Gloria",
"visits" : 0,
"hypno" : 0,
"appweek" : 2,
"payment" : 0,
"image" : "client2/gloria0.jpg",
"color" : "#fc9444"
}>>
<<set $Fiona = {
"id" : "Fiona",
"name" : "Fiona",
"visits" : 0,
"hypno" : 0,
"appweek" : 4,
"payment" : 0,
"image" : "client4/fiona0.jpg",
"color" : "#78befa"
}>>
<<set $Lewis = {
"id" : "Lewis",
"name" : "Lewis",
"visits" : 0,
"hairlength" : 1,
"hypno" : 0,
"appweek" : 4,
"payment" : 0,
"image" : "client4/lewis1.jpg",
"color1" : "#78e6fa" /*Fem color*/
}>>
<<set $Penny = {
"id" : "Penny",
"name" : "Penny",
"visits" : 0,
"hypno" : 0,
"appweek" : 2,
"payment" : 0,
"image" : "client2/penny0.jpg",
"color" : "#ffafd7"
}>>
<<set $Amelia = {
"id" : "Amelia",
"name" : "Amelia",
"visits" : 0,
"hypno" : 0,
"appweek" : 2,
"payment" : 0,
"image" : "client2/amelia0.jpg",
"color" : "#e670ab"
}>>
<<set $George = {
"id" : "George",
"name" : "George",
"spy" : "None",
"spytime" : 0,
"visits" : 0,
"hypno" : 0,
"appweek" : 1,
"payment" : 0,
"image" : "client1/george0.jpg",
"color1" : "#aa0096",
"color2" : "#e600d2"
}>>
<<set $Harold = {
"id" : "Harold",
"name" : "Harold",
"visits" : 0,
"hypno" : 0,
"appweek" : 3,
"payment" : 0,
"image" : "client3/harold0.jpg",
"color1" : "#3cb496"
}>>
<<set $James = {
"id" : "James",
"name" : "James",
"TGevent" : false,
"visits" : 0,
"hypno" : 0,
"appweek" : 4,
"payment" : 0,
"image" : "client4/james0.jpg",
"color1" : "#00506e"
}>>
<<set $Kendra = {
"id" : "Kendra",
"name" : "Kendra",
"visits" : 0,
"hypno" : 0,
"appweek" : 2,
"payment" : 0,
"image" : "other/kendra0.jpg",
"color" : "#9682aa"
}>>
<<set $Cassandra = {
"id" : "Cassandra",
"name" : "Cassandra",
"visits" : 0,
"hypno" : 0,
"appweek" : 3,
"payment" : 0,
"image" : "other/cassandra0.jpg",
"color" : "#ffc8c8"
}>>
<<set $Mike = {
"id" : "Mike",
"name" : "Mike",
"visits" : 0,
"hypno" : 0,
"appweek" : 1,
"payment" : 0,
"image" : "other/mike0.jpg",
"color1" : "#1e8c1e",
"color2" : "#78f082"
}>>
<<set $clients = [$Marge, $Amy, $Gloria]>>
<<set $employees = [$Bianca, $Katie]>>
<<set $appointments = [$Marge, $Amy, $Gloria]>>
<</nobr>>
<<silently>><<display "MainBackgroundCode">><</silently>><<if (not $email) and (not $phone) and ($appointments.length == 0)>><<set $endweek to true>><<else>><<set $endweek to false>><</if>>What would you like to do?
<<if $endweek>>[[End Week]]<</if>>
!!!To-Do List:
!!!!Communications
> <<if $email>>[[Emails]]<<else>>You have no emails to check<</if>>
> <<if $phone>>[[Phone Calls]]<<else>>You have no calls to check<</if>>
!!!!Appointments
> <<if $appointments.length > 0>><<for _i = 0; _i < $appointments.length; _i++>>
<<print "[[$appointments[" + _i + "].name|$appointments[" + _i + "].id]]">><</for>><<else>> No more appointments are scheduled<</if>>
/*
[[Check client information]]
*/
[[Manage employees]]
[[Assess inventory]]
<<if $month > 0>>[[Go to town|Town]]<</if>><<if hasVisited("SalonIntro")>>Month: $month
Week: $week
Quality: <<print $you.rating/100>> stars
Clients: <<print $clients.length>>
Cash: <span id="cash">$<<print $cash>></span>
Morality: <<print $you.morality>>/500
Class: <<print $you.class>>/500
Bimbo: <<print $you.bimbo>>/500
Alt: <<print $you.alt>>/500
Fem: <<print $you.fem>>/500
<</if>><<if $week > 0>>You are currently managing the following clients:
<<for _i = 0; _i < $clients.length; _i++>>
<<print "[[$clients[" + _i + "].name|$clients[" + _i + "].id]]">><</for>>
[[Back|Main]]<<else>>Your client information list will be updated next week after you deal with final details<</if>><<if not hasVisited("AssistantChoice")>>Who would you like to speak with?
[[Bianca]]
[[Katie]]
[[Back|Main]]<<else>>Who would you like to speak with?
<<for _i = 0; _i < $employees.length; _i++>>
<<print "[[$employees[" + _i + "].name|$employees[" + _i + "].id]]">><</for>>
[[Back|Main]]<</if>>!!!General Items
<table>
<tr><td>Makeup:</td>
<td><span id="makeup"><<print $inventory.makeup>></span></td>
<td><<click "Order more for $10">>
<<if $cash >= $pricing.makeupcost>>
<<set $cash -= $pricing.makeupcost, $inventory.makeup++>>
<<replace "#makeup">><<print $inventory.makeup>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>></td>
</tr>
<tr><td>Hairdye (Blond):</td>
<td><span id="gbldye"><<print $inventory.hairdye[0]>></span></td>
<td><<click "Order more for $20">>
<<if $cash >= $pricing.dyecost>>
<<set $cash -= $pricing.dyecost, $inventory.hairdye[0]++>>
<<replace "#gbldye">><<print $inventory.hairdye[0]>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>></td>
</tr>
<tr><td>Hairdye (Brown):</td>
<td><span id="dbldye"><<print $inventory.hairdye[1]>></span></td>
<td><<click "Order more for $20">>
<<if $cash >= $pricing.dyecost>>
<<set $cash -= $pricing.dyecost, $inventory.hairdye[1]++>>
<<replace "#dbldye">><<print $inventory.hairdye[1]>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>></td>
</tr>
<tr><td>Hairdye (Black):</td>
<td><span id="lbrdye"><<print $inventory.hairdye[2]>></span></td>
<td><<click "Order more for $20">>
<<if $cash >= $pricing.dyecost>>
<<set $cash -= $pricing.dyecost, $inventory.hairdye[2]++>>
<<replace "#lbrdye">><<print $inventory.hairdye[2]>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
<tr><td>Hairdye (Red):</td>
<td><span id="rdye"><<print $inventory.hairdye[3]>></span></td>
<td><<click "Order more for $20">>
<<if $cash >= $pricing.dyecost>>
<<set $cash -= $pricing.dyecost, $inventory.hairdye[3]++>>
<<replace "#rdye">><<print $inventory.hairdye[3]>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
<tr><td>Hairdye (Special Colors):</td>
<td><span id="scdye"><<print $inventory.hairdye[4]>></span></td>\
<td><<click "Order more for $20">>
<<if $cash >= $pricing.dyecost>>
<<set $cash -= $pricing.dyecost, $inventory.hairdye[4]++>>
<<replace "#scdye">><<print $inventory.hairdye[4]>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
<tr><td>Bleach kit:</td>
<td><span id="bleachkit"><<print $inventory.bleach>></span></td>
<td><<click "Order more for $50">>
<<if $cash >= $pricing.bleachcost>>
<<set $cash -= $pricing.bleachcost, $inventory.bleach++>>
<<replace "#bleachkit">><<print $inventory.bleach>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
<tr><td>Perm kit:</td>
<td><span id="permkit"><<print $inventory.perm>></span></td>
<td><<click "Order more for $40">>
<<if $cash >= $pricing.permcost>>
<<set $cash -= $pricing.permcost, $inventory.perm++>>
<<replace "#permkit">><<print $inventory.perm>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
<tr><td>Hair extensions (all colors):</td>
<td><span id="hairext"><<print $inventory.extensions>></span></td>
<td><<click "Order more for $50">>
<<if $cash >= $pricing.extensionscost>>
<<set $cash -= $pricing.extensionscost, $inventory.extensions++>>
<<replace "#hairext">><<print $inventory.extensions>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
</table>/*
Nail polish: <<print $inventory.nailpolish>>
Acrylic nail sets: <<print $inventory.fakenails>>
Makeup packages: <<print $inventory.makeup>>
Waxing strips: <<print $inventory.wax>>
Tanning solutions: <<print $inventory.tan>>
Collagen shots: <<print $inventory.collagen>>*/
<<if hasVisited("LukeIntro")>>!!!Special Items
<table>
<tr><td>"Convincing" Conditioner:</td>
<td><span id="hypnoshampoo"><<print $specialitems.hypnoshampoo>></span></td>
<td><<click "Order more">>
<<if $cash >= 250>>
<<set $cash -= 250, $specialitems.hypnoshampoo++>>
<<replace "#hypnoshampoo">><<print $specialitems.hypnoshampoo>><</replace>>
<<replace "#cash">>$<<print $cash>><</replace>>
<</if>>
<</click>>
</td>
</tr>
</table><</if>>
[[Done|Main]] Where would you like to go?
[[Advertising Firm]]
[[Bank]]
[[La Femme Boutique]]
[[Celebrity Cuts]]
[[Don't go into town|Main]]<<set _el to 0>>You have the following emails to address:<ul id="ulemail" style="list-style-type:none"><<nobr>>
<<display "ClientEmailUpdates">>
<<if $advertising.running>>
<<if not $advertising.pe>>
<<if $advertising.client != "None">><<set _el++>><li><a data-passage="AdvertisingClient">Someone has seen your advertisement!</a></li><</if>>
<</if>>
<</if>>
<<if $week == 0>>
<<if not hasVisited("AssistantChoice")>><li>A reminder from <<print $mom.name>> to figure out which assistant to keep</li><</if>>
<<elseif $month == 1>>
<<if $week == 1>>
<<if not hasVisited("LukeFollowUp")>><<set _el++>><li><a data-passage="LukeFollowUp">Follow up on special product</a></li><</if>> <</if>>
<<elseif $month == 2>>
<<if $week == 1>><</if>>
<<elseif $month == 3>>
<<if $week == 1>>
<<elseif $week == 3>>
<<if not hasVisited("HaroldEmail1")>><<set _el++>><li><a data-passage="HaroldEmail1">A mother looking to teach a lesson</a></li><</if>>
<</if>>
<<elseif $month == 4>>
<<if $week == 1>>
<<if not hasVisited("AmyMonth4Email")>><<set _el++>><li><a data-passage="AmyMonth4Email">A message from Amy</a></li><</if>>
<<elseif $week == 4>>
<<if $Penny.hypno == 2>>
<<if not hasVisited("AmeliaEmail1")>><<set _el++>><li><a data-passage="AmeliaEmail1">An email from Amelia Anderson</a></li><</if>>
<</if>>
<<elseif $week == 3>>
<<if $Harold.hypno == 1>>
<<if not hasVisited("HaroldEmail1")>><<set _el++>><li><a data-passage="HaroldEmail2">Another message from Mrs. Ivy</a></li><</if>>
<</if>>
<</if>>
<<elseif $month == 5>>
<<if $week == 1>>
<<elseif $week == 4>>
<<if $Penny.hypno == 2>>
<<if not hasVisited("AmeliaEmail1")>><<set _el++>><li><a data-passage="AmeliaEmail1">An email from Amelia Anderson</a></li><</if>>
<</if>>
<</if>>
<<elseif $month == 6>>
<<if $week == 1>><</if>>
<<else>>
<<if $week == 1>><</if>>
<</if>><</nobr>></ul>
[[Back|Main]]
<<nobr>>
<<if $month > 0>>
<<if _el > 0>>
<<set _el to 0>>
<<else>>
<<set $email to false>>
<</if>><</if>>
<</nobr>><<set _pl to 0>>You have the following phone calls to address:<ul id="ulphone" style="list-style-type:none"><<nobr>>
<<display "ClientPhoneUpdates">>
<<if $advertising.running>>
<<if $advertising.pe>>
<<if $advertising.client != "None">><<set _pl++>><li><a data-passage="AdvertisingClient">Someone has seen your advertisement!</a></li><</if>>
<</if>>
<</if>>
<<if $week == 0>>
<<if not hasVisited("LukeIntro")>><li><a data-passage="LukeIntro">Speak with Luke</a></li><</if>>
<<else>>
<<if $month == 1>>
<<if $week == 1>>
<<if not hasVisited("Fiona")>><<set _pl++>><li><a data-passage="Fiona">Call from potential customer</a></li><</if>>
<</if>>
<<elseif $month == 2>>
<<if $week == 1>>
<<if not hasVisited("GeorgeIntro")>><<set _pl++>><li><a data-passage="GeorgeIntro">An important call</a></li><</if>>
<</if>>
<<elseif $month == 3>>
<<if $week == 1>>
<<elseif $week == 2>>
<<if not hasVisited("PennyPhoneIntro")>><<set _pl++>><li><a data-passage="PennyPhoneIntro">Out of town visitor asking for appointment</a></li><</if>>
<<elseif $week == 3>>
<<if $Penny.visits == 1>>
<<if not hasVisited("AmeliaPhone1")>><<set _pl++>><li><a data-passage="AmeliaPhone1">Urgent request for video chat</a></li><</if>>
<</if>>
<</if>>
<<elseif $month == 4>>
<<if $week == 1>>
<<elseif $week == 3>>
<<if ($Penny.visits == 2) and ($Penny.hypno < 2)>>
<<if not hasVisited("AmeliaPhone2")>><<set _pl++>><li><a data-passage="AmeliaPhone2">Another video chat with Amelia</a></li><</if>>
<</if>>
<</if>>
<<elseif $month == 5>>
<<if $week == 1>><</if>>
<<elseif $month == 6>>
<<if $week == 1>><</if>>
<<else>>
<<if $week == 1>><</if>>
<</if>>
<</if>><</nobr>></ul>
[[Back|Main]]
<<nobr>>
<<if $month > 0>>
<<if _pl > 0>>
<<set _pl to 0>>
<<else>>
<<set $phone to false>>
<</if>><</if>>
<</nobr>><<if lastVisited("Check client information") is 1>>General Bio<<else>><<if $Marge.visits == 0>><<display "MargeWeek0A">><<else>><<if $Marge.hypno == 0>><<display "MargeLevel0Main">><<elseif $Marge.hypno == 1>><<display "MargeLevel1Main">><<else>><<display "MargeTemp">><</if>><</if>><</if>><<if lastVisited("Check client information") is 1>>General Bio<<else>><<if $Amy.visits == 0>><<display "AmyWeek0A">><<elseif $Amy.hypno == 0>><<display "AmyLevel0Main">><<elseif $Amy.hypno == 1>><<display "AmyLevel1Main">><<elseif $Amy.hypno == 2>><<display "AmyLevel2Main">><</if>><</if>><<silently>><<set $email to true, $phone to true, $endweek to false>>
<<if $week%4 == 0>><<set $month++, $week to 1>><<else>><<set $week++>><</if>>
<<for _i = 0; _i < $clients.length; _i++>>
<<print "<<if $clients["+_i+"].appweek == $week>><<set $appointments.push($clients["+_i+"])>><</if>>">><</for>>
<<if $advertising.running>>
<<if $advertising.time > 0>>
<<set $advertising.time-->>
<<else>>
<<set $advertising.running to false, $advertising.type to "None", $advertising.location to "None", $advertising.client to "None", $advertising.time to 0, $advertising.events to []>>
<</if>> <<display "AdClientGenerator">>
<</if>>
<</silently>><<if $month > 6>><<display "Ending">><<else>><<display "Main">><</if>>
<<if not hasVisited("AssistantChoice")>>You invite Bianca down to the salon for a quick meeting to tell her everything that has happened.
<img src="emp/bianca0.jpg" alt="" style="height:400px;">
@@color:#e1004b;"Wow, I'm seriously sorry to hear about <<print $mom.name>>. She is a sweet woman, even if we've had our differences with regards to compensation."@@
<<print "@@color:"+$you.color+";\"That was one of the things I wanted to speak with you about,\"@@">> you state. <<print "@@color:"+$you.color+";\"I understand that you have been looking for a salary increase. How much would it cost to keep you working here at the New U Salon?\"@@">>
@@color:#e1004b;"Well, I've recieved an offer from Classic Cuts to work there at 200% my salary here. But because I do care about your mother and this salon, if you can give me a 40% raise I'd stay here. Also, considering the amount of money I'd be sacrificing, I'd like to see $500 up front to make sure you're committed."@@
You ponder the offer. You could probably give her that raise if you were to let Katie go. But you'd also be low on liquid assets to start. What would you like to do?
[[Give Bianca the raise|AssistantChoice]]
[[Take some time to think about it|Main]]<<elseif lastVisited("Manage employees") is 1>>Bianca <i>Content currently irrelevant until a future update</i>
<img src="emp/bianca0.jpg" alt="" style="height:400px;">
[[Back|Main]]<</if>>
<<if not hasVisited("AssistantChoice")>>You invite Katie down to the salon to tell her everything that has happened.
<img src="emp/katie0.jpg" alt="" style="height:400px;">
@@color:#c8bee6;"Awww, poor <<print $mom.name>>! She was so kind to hire me straight out of college when no one else would. What does this mean for the salon?"@@
<<print "@@color:"+$you.color+";\"Well that's one of the things I wanted to speak with you about. My mother didn't leave me with a lot of cash and I may have to downsize to just one main stylist.\"@@">>
@@color:#c8bee6;"Oh, that really sucks! Well, I do wish to say that I am young but learning and have improved a whole number of skills that neither Bianca nor <<print $mom.name>> could do. But if you have to let me go because of seniority I understand - I even have a friend at La Femme Boutique who might be able to get me a job."@@
You think about your options. Katie is definitely inexperienced and doesn't have quite the connection with the regular clients like Bianca has, but she'd be on a much more affordable salary and have the potential to become a skilled stylist. What would you like to do?
[[Keep Katie as your assistant|AssistantChoice]]
[[Take some time to think about it|Main]]<<else>><<if lastVisited("Manage employees") is 1>>Katie <i>Content currently irrelevant until a future update</i>
<img src="emp/katie0.jpg" alt="" style="height:400px;">
[[Back|Main]]<</if>><</if>>
You arrive at your mother's house to find her lying in her bed with a variety of medical devices surrounding her.
<img src="emp/mom0.jpg" alt="" style="height:400px;">
@@color:#faaa78;"Come closer, <<print $you.name>>. There's something important I need to ask of you."
"As you know, I've run the New U Salon since you were a young boy. It hasn't been easy with the small staff and the two other bigger salons in the area. But I am immensely proud of the work of done there and I want it to continue."
"So I need to ask you a favor. I am not going to be strong enough to run the salon - would you do it for me?"@@
You are surprised by the request. <<print "@@color:"+$you.color+";\"You know I'd love to help, Mom, but I don't know the first thing about salon work. I'd probably run the business into the ground in a few weeks.\"@@">>
"@@color:#faaa78;"I seriously doubt that. You've worked as a business manager for the last decade - this isn't that much different,"@@ she said with a smile. @@color:#faaa78;"Besides, there are people to help you and some family secrets that can keep you competitive. Just say yes!"@@
Sighing, you decide that there is no choice other than to help your mother. <<print "@@color:"+$you.color+";\"Ok,\"@@">> you agree.
@@color:#faaa78;"Great! I'd recommend getting down to the salon as soon as possible to get familiar with the place. I'll either call or email you later to give you some ideas of what to do!"@@
[[Go to salon|SalonIntro]]<<set $cash to 1000>>\
You arrive at your mother's - or rather, now your - salon to familiarize yourself with the place.
<img src="week0/salon.jpg" alt="" style="height:400px;">
There seems to be a few hair stations and an office in the back. You walk into the office to find your mother's computer and a phone. You log-on to the computer and see some information detailing some financials. Apparently your mother has $<<print $cash>> in liquid assets and only three regular clients at the moment, but the salon is in no debt that you can see. Before you can look at anything else, the phone rings.
@@color:#faaa78;"Hi son! Glad to see you've gotten down to the salon,"@@ your mother says as you pick up the phone. @@color:#faaa78;"I wanted to talk to you a bit about the salon and see if you have any questions. At this point, I can talk to you about the employees we have working here or the clients I have lined up. Want info on either of them?"@@
[[Ask about employees]]
[[Ask about clients]]<img src="emp/katie0.jpg" alt="" style="height:400px;"> <img src="emp/bianca0.jpg" alt="" style="height:400px;">
@@color:#faaa78;"Employees, huh? Well at the moment I only have two people working for me, Bianca and Katie. You obviously know Bianca - she's the mother of <<print $you.son>>'s best friend Bart and has been working with me for years. Katie is a recent addition just out of college, who isn't very experienced but is clearly skilled and passionate about her job.
"Unfortunately, you're probably going to have to make a tough decision about staffing. Bianca has been asking for a raise for the last year and I'm worried that if I don't find some way to compensate her then she'll leave for another salon. On the other hand, if I do pay Bianca extra, I probably won't have enough of a salary for Katie and she will likely work somewhere else."
"You'll need to talk to the pair of them and decide which one you want to keep."@@
<<if not hasVisited("Ask about clients")>>[[Ask about clients]]<<else>>[[Finish talking|InventoryInfo]]<</if>><img src="client1/marge0.jpg" alt="" style="height:400px;"><img src="client3/amy0.jpg" alt="" style="height:400px;"><img src="client2/gloria0.jpg" alt="" style="height:400px;">
@@color:#faaa78;"Okay, let's talk about clients! I've got three regulars that come in every week.There's Marge, who has been with me for decades now, and is definitely my most loyal customer. Then there's Amy, who's a girl at the local college who likes the fact that I give her a student discount for anything she buys. Lastly, there's Gloria, who's only been coming in for about a year and really likes a simple cut for a professional businesswoman."
"As a warning, you may need to talk to each of my regulars to tell them what's happened and to ensure their regular business. I also encourage you to go out and try to establish some regular customers of your own! The drop-in visits I'll occasionally get are good candidates."@@
<<if not hasVisited("Ask about employees")>>[[Ask about employees]]<<else>>[[Finish talking|InventoryInfo]]<</if>>You think your conversation is about to end, when your mother cuts in with another remark.
@@color:#faaa78;"<<print $you.name>>, there is one last important thing I want you to know. The New U Salon is usually in competition with two major salons - La Femme Boutique and Celebrity Cuts. These two are much bigger than our salon and we usually have to get by with low prices and good customer relations. However, I have a friend named Luke who says he has a way to make us more competitive."@@
<img src="emp/luke0.jpg" alt="" style="height:400px;">
@@color:#faaa78;"I think he'll give you a call today, so check you phone to see what he's talking about. Luke's also the person I buy most of my salon supplies from, so if you think you need anything you can ask him too."@@
<<print "@@color:"+$you.color+";\"Okay thanks mom, will do.\"@@">>
[[Hang up phone|Main]]<<if lastVisited("Bianca") is 1>><<set $employees = [$Bianca]>><<set $cash to $cash-500>>You decide to pull the trigger and give Bianca her raise and the cash unfront. She is quite grateful and you are confident that her experience and connection to your regular clients will make her quite a valuable member of your team.
You inform Katie that you will have to let her go. She is quite understanding - the fact that she got a formal offer to work at La Femme Boutique from her friend probably made the decision easier to handle.
[[Done|Main]]<<elseif lastVisited("Katie") is 1>><<set $employees = [$Katie]>><<set $you.rating to $you.rating-20>>You decide to put your trust in Katie and let her know that she will be sticking around as your head stylist. She is ecstatic to hear the news and promises to work extra hard to prove that you made the right choice.
You inform Bianca that you won't be able to give her the raise she is asking for. She is disappointed and sad to leave the salon she has worked at for decades, but she is probably soothed by the significant pay bump she is due to receive when she starts work at Classic Cuts.
[[Done|Main]]<</if>><<set $email to false>><img src="emp/luke0.jpg" alt="" style="height:400px;">
<<if lastVisited("Check client information") is 1>>General Bio<<else>><<if $Gloria.visits == 0>><<display "GloriaWeek0A">>
<<elseif $Gloria.hypno == 1>><<display "GloriaLevel1Main">><<elseif $Gloria.hypno == 2>><<display "GloriaLevel2Main">><</if>><</if>>Luke has left you a voice message asking you to give him a video call somewhere private. You ring up the number and after a minute Luke's face appears on the other end.
<img src="emp/luke0.jpg" alt="" style="height:400px;">
@@color:#2cbbff;"Hi there! You must be $you.name - I'm Luke!"@@ he says with a grin. @@color:#2cbbff;"I've been your mother's go-to guy for salon dyes, paints, and other supplies!"@@
<<print "@@color:"+$you.color+";\"Pleasure meeting you, Luke. I understand that there was something you wanted to tell me about a way to improve my business?\"@@">>
@@color:#2cbbff;"Yeah. You alone?"@@ he asks, suddenly serious. You nod. @@color:#2cbbff;"Good. I've come in contact with a guy who's developed some really interesting products. Conditioners, he calls them."@@
<<print "@@color:"+$you.color+";\"You mean like the special kind of shampoo?\"@@">>
@@color:#2cbbff;"No, not that kind. A mental conditioner. A hypnotic drug that relaxes a person and makes them susceptible to certain kinds of thoughts. My contact says that he accidentally spilled some in his wifes' shampoo and when she lathered up she was quite different!"@@
<<print "@@color:"+$you.color+";\"Really? Isn't that, like, illegal or something? Why would I even want something like that?\"@@">>
@@color:#2cbbff;"Well, it's kind of in the research phase, but if you add a small line to client forms you can pass it off as experiemental testing without legal ramifications. The way I see, you need something to attract and keep clients - this little product could convince your customers to pay for more expensive treatments and coerce others to be full time clients."@@
<<print "@@color:"+$you.color+";\"I don't know, Luke...I'll think about it.\"@@">>
@@color:#2cbbff;"That's all I'm asking. I hid two bottles in the back of your inventory shelves before your mother and I had a chance to talk about it. Maybe give it a test run and see what you think."@@
<a data-passage="Main">End conversation</a>
<<set $phone to false>><<set $specialitems.hypnoshampoo to 2>>@@color:#faa767;"Hello there. Where is <<print $mom.name>>?"@@
<<print "@@color:"+$you.color+";\"Hi Gloria - I'm <<print $you.name>>, <<print $mom.name>>'s son, who will be taking over the salon for the time being. What can I do for you?\"@@">>
<img src="client2/gloria0.jpg" alt="" style="height:400px;">
@@color:#faa767;"Well, I was looking for a professional makeup touchup before a big business meeting I have, but I'm not sure how comfortable I am having it done without <<print $mom.name>>."@@
<<print "@@color:"+$you.color+";\"Please, Gloria, I plan on treating you just as well as my mother would. Can you at least let me try to give a makeover free of charge?\"@@">> you ask. <<if hasVisited("LukeIntro")>>As you speak, you also think about what Luke mentioned. Maybe you should give Gloria a free shampoo to test out the new conditioner?<</if>>
[[Offer makeover|GloriaWeek0B][$Gloria.visits = -1, $inventory.makeup--]]
<<if hasVisited("LukeIntro")>>[[Offer makeover and free shampoo|GloriaWeek0B][$specialitems.hypnoshampoo--, $inventory.makeup--, $Gloria.hypno++, $you.morality -= 5]]<</if>><<if $Gloria.visits >= 0>>You decide to commit and see if the conditioner can convince Gloria to stay as a client. <<print "@@color:"+$you.color+";\"I'll even throw in a free shampoo...what do you say?\"@@">>
<</if>>
Gloria agrees and sits down at a chair. You call over <<print $employees[0].name>> and tell her to start working on a full makeup change.
<img src="client2/gloria0.jpg" alt="" style="height:400px;"><img src="client2/gloria1.jpg" alt="" style="height:400px;">
<<set $Gloria.image = "client2/gloria1.jpg">>
After <<print $employees[0].name>> finishes, you follow up with Gloria to see how she's reacting. <<print "@@color:"+$you.color+";\"So...what do you think? You're happy with this, aren't you?\"@@">> you say.
<<if $Gloria.visits >= 0>>@@color:#faa767;"I think this is great!"@@ Gloria exclaims. @@color:#faa767;"Normally I'm not a fan of wearing this much makeup, but for some reason it feels just right! I think I'm definitely ready for this meeting now. See you next week!"@@
You exhale in relief as Gloria practically glides out of the salon. Looks like with a little prompting, the conditioner does work!<<else>>@@color:#faa767;"Actually I'm sorry, but I'm quite disappointed. This is way too much makeup for a professional business meeting! I'm glad this was free because I wouldn't pay for it and won't be back. Sorry."@@
You sigh as you watch Gloria match out of the salon angrily. You're down to two customers now.<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Gloria'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>> <</if>>
<a data-passage="Main">Continue</a><<set $Gloria.visits = 1>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>You meet with Marge in the salon to tell her about the ownership change.
<img src="client1/marge0.jpg" alt="" style="height:400px;">
@@color:#fa4b78;"Poor <<print $mom.name>>...I called her the day I heard about the diagnosis. Obviously I will be more than happy to stay with you as you run the salon. If you need anything at all, don't hesitate to ask!"@@
<<if hasVisited("LukeIntro")>>Her statements makes you think of the opportunity to test out the special condition. You notice that Marge's hair is a little dull...maybe you could entice her with a dye job in which you mix the conditioner?
[[Offer to dye her hair|MargeWeek0B][$specialitems.hypnoshampoo--, $Marge.hypno++]]
[[Withhold offer, tell her there's nothing you need|Main][$Marge.visits++]]<<else>>[[Conclude meeting with Marge|Main][$Marge.visits++]]<</if>><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Marge'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"Actually, Marge, there is one thing I could ask. I'm looking to get involved in some of the day-to-day procedures in the salon and was hoping to try my hand dyeing someone's hair. Would you be interested in trying out a new color? It'd be free of charge.\"@@">>
@@color:#fa4b78;"That sounds really nice! I was thinking about trying something fresh anyways,"@@ Marge responds happily. @@color:#fa4b78;"In fact, I'll even let you pick the color out. Surprise me!"@@
[[Black|MargeWeek0C][$inventory.hairdye[2]--]]
[[Dark Brown|MargeWeek0C][$inventory.hairdye[1]--]]
[[Golden Blond|MargeWeek0C][$inventory.hairdye[0]--]]
[[Autumn Red|MargeWeek0C][$inventory.hairdye[3]--]]<<if $inventory.hairdye[2] == 1>>You decide to go with a nice deep black color for Marge's hair. You have her sit down in a hairdressing chair and go into the backroom to mix in the special conditioner into the lather. Following the instructions your mother had left near the hair dye, you begin the process.
<img src="client1/marge1b.jpg" alt="" style="height:400px;">
<<set $Marge.image = "client1/marge1b.jpg">>
<<elseif $inventory.hairdye[1] == 1>>You decide to go with a nice chocolate brown color for Marge's hair. You have her sit down in a hairdressing chair and go into the backroom to mix in the special conditioner into the lather. Following the instructions your mother had left near the hair dye, you begin the process.
<img src="client1/marge1db.jpg" alt="" style="height:400px;">
<<set $Marge.image = "client1/marge1db.jpg">>
<<elseif $inventory.hairdye[0] == 1>>You decide to go with a classic golden blond color for Marge's hair. You have her sit down in a hairdressing chair and go into the backroom to mix in the special conditioner into the lather. Following the instructions your mother had left near the hair dye, you begin the process.
<img src="client1/marge1gb.jpg" alt="" style="height:400px;">
<<set $Marge.image = "client1/marge1gb.jpg">>
<<elseif $inventory.hairdye[3] == 1>>You decide to go with a nice autumn color for Marge's hair. You have her sit down in a hairdressing chair and go into the backroom to mix in the special conditioner into the lather. Following the instructions your mother had left near the hair dye, you begin the process.
<img src="client1/marge1r.jpg" alt="" style="height:400px;">
<<set $Marge.image = "client1/marge1r.jpg">><</if>>
After over an hour, your work is done and Marge is ready to come out of the chair.
@@color:#fa4b78;"Ooooh, look at me! I look so pretty now! Thank you so much $you.name!"@@
Even though you had told her the dye job would be free of charge, Marge insists on paying the usual fee of $50 for a dye job. You notice that she is much more perky and agreeable than she was before the procedure.
<a data-passage="Main">Back to work</a><<set $cash to $cash+50, $Marge.visits++, $Marge.payment to $pricing.dyejob>>You introduce yourself to Amy and explain the situation with the salon.
"Is there any pressing issue you'd like to ask about as we make this change?" you ask.
<img src="client3/amy0.jpg" alt="" style="height:400px;">
@@color:#fafa82;"Are you still planning to continue the 20% student discount that your mother ran?"@@ Amy asks. @@color:#fafa82;"To be completely honest, that's a major reason why I came here besides loyalty to your mother."@@
[[Tell her there will be a discount|AmyWeek0B]]
[[Tell her there won't be a discount |AmyWeek0B][$pricing.studisc to 1]]
<<if $pricing.studisc < 1>>@@color:#fafa82;""Great! I'm really happy to hear that!"@@ Amy says cheerfully. @@color:#fafa82;""I'll definitely be back next week for the usual routine!"@@<<else>>@@color:#fafa82;""Oh, well that's really unfortunate."@@ Amy says with a frown. @@color:#fafa82;""I guess I'll probably keep coming here because the other salons are super expensive, but I may have to save on a couple of things next time. See you next week."@@<</if>>
<a data-passage="Main">Continue</a><<silently>>
<<set $Amy.visits++>><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</silently>>
You check the email from Luke.
@@color:#2cbbff;"Hey, $you.name,
This is Luke checking in about that special product I gave you. I just wanted to let you know that if you're interested in purchasing a few more doses that there is a special section in the inventory now open. It won't be cheap, however, so make sure you really want to use this stuff!
Cheers,
Luke"@@
[[Close email|Main]]<<set $email to false>>
<<if lastVisited("Check client information") is 1>>General Bio
<<elseif lastVisited("Phone Calls") is 1>>You recieve a call from a woman named Fiona looking for a makeover and potentially some tips on how to do her own makeup. She doesn't want to commit to any more than a months of visits, but was hoping to come in during the fourth week of the month. Will you take her on as a client?
<<set $phone to false>>
[[Add Fiona as a client|Main][$clients.push($Fiona)]]
<<else>><<if $Fiona.visits == 0>><<display "FionaWeek1A">><<elseif $Fiona.hypno == 0>><<display "FionaLevel0Main">><<elseif $Fiona.hypno == 1>><<display "FionaLevel1Main">><</if>><</if>><<set $Fiona.payment = $pricing.makeover>>Your new customer, Fiona, walks into the salon. She is naturally good looking, but wants to see how you can improve her look in your salon.
<img src="client4/fiona0.jpg" alt="" style="height:400px;">
@@color:#78befa;"I'm just looking for a simple makeover to see what you can do."@@ she says.
[[Give her beauty treatment|FionaWeek1B][$cash += $Fiona.payment]]
You set <<print $employees[0].name>> to work on her face. After an hour, you must say that Fiona looks even prettier than before.
<img src="client4/fiona0.jpg" alt="" style="height:400px;"><img src="client4/fiona1.jpg" alt="" style="height:400px;">
<<set $Fiona.image = "client4/fiona1.jpg">>
@@color:#78befa;"Not bad,"@@ she says. @@color:#78befa;"I think I picked up some things I can do myself. I'll be back next month again on a trial basis."@@
Fiona pays $<<print $Fiona.payment>> for her makeover and walks out of the salon.
<a data-passage="Main">Continue</a><<set $Fiona.visits = 1, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Gloria.payment = $pricing.makeover+5>>It's your monthly appointment with Gloria, who is scheduled for a makeover and a washing of her dark hair.
<img src="client2/gloria0.jpg" alt="" style="height:400px;">
<<if $inventory.makeup > 0>>[[Give her usual treatment|GloriaLevel1A][$cash += $Gloria.payment]]
<<if $month > 4 and $specialitems.hypnoshampoo > 0>>[[Use hypnotic conditioner with treatment|GloriaLevel1B][$specialitems.hypnoshampoo--, $Gloria.hypno++, $you.morality -= 5]]<</if>><<else>>You don't have enough makeup available at the moment.
<a data-passage="Main">Back</a><</if>>You give Gloria her usual treatment.
<img src="client2/gloria0.jpg" alt="" style="height:400px;"><img src="client2/gloria1.jpg" alt="" style="height:400px;">
She seems happy with her appearence and pays you $<<print $Gloria.payment>>.
<a data-passage="Main">Continue</a><<set $Gloria.visits++, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> You give Gloria her usual makeover, but this time as you shampoo her hair you mix in some of the special conditioner.
@@color:#faa767;"Mmmmm...that feels nice <<print $you.name>>,"@@ she says with a loose an easy smile.
<<print "@@color:"+$you.color+";\"I'm glad you think so,\"@@">> you say slowly. <<print "@@color:"+$you.color+";\"A pretty lady like yourself deserves a little extra treatment.\"@@">>
@@color:#faa767;"You're right..."@@ Gloria says with a sigh. @@color:#faa767;"I deserve a little extra..."@@
<<print "@@color:"+$you.color+";\"In fact,\"@@">> you continue as you notice her mimicking your phrases. <<print "@@color:"+$you.color+";\"You should consider getting a special treatment today. Wouldn't it be nice to do something exciting with your hair?\"@@">>
@@color:#faa767;"Mmmm...that would be nice..."@@ she repeats in a relaxed tone. @@color:#faa767;"I actually have a promotion interview next week...maybe a new hairstyle would be good. What would you suggest?"@@
[[Cut her hair shorter|GloriaLevel1S][$cash += 50]]
<<if $inventory.extensions > 0>>[[Add extensions to her hair|GloriaLevel1L][$cash += 130]]<</if>><<set $Gloria.payment = $pricing.makeover + $pricing.haircut>><<print "@@color:"+$you.color+";\"I think you'd look great with a short bob. It's very professional...and a little sexy. You'd like something a little sexy, right Gloria?\"@@">>
@@color:#faa767;"Yeah...something sexy..."@@ Gloria smiles dreamily.
With the conditioner having relaxed her, you call in <<print $employees[0].name>> to produce a professional bob for Gloria.
<img src="client2/gloria2s.jpg" alt="" style="height:400px;"><<set $Gloria.image = "client2/gloria2s.jpg">>
@@color:#faa767;"Wow, I look great! You were totally right - short hair does look sexy!"@@ Gloria says with a giggle. She pays you $<<print $Gloria.payment>> for the haircut and the makeup.
<a data-passage="Main">Continue</a><<set $Gloria.visits += 1, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Gloria.payment = $pricing.makeover+$pricing.hairstyling/2>><<print "@@color:"+$you.color+";\"I think you'd look great with a more voluminous look. We can add some extensions to your hair and style it in some professional looking waves. You'd like something like that, right Gloria?\"@@">>
@@color:#faa767;"Yeah...bigger is better..."@@ Gloria smiles dreamily.
With the conditioner having relaxed her, you call in <<print $employees[0].name>> to add dark extensions to Gloria's hair and style her new longer locks.
<img src="client2/gloria2l.jpg" alt="" style="height:400px;"><<set $Gloria.image = "client2/gloria2l.jpg">>
@@color:#faa767;"Wow, I look great! You were totally right - longer hair does look great!"@@ Gloria says with a smile. She pays you $<<print $pricing.extensions+$pricing.makeover>> for the extensions and the makeup.
<a data-passage="Main">Continue</a><<set $Gloria.visits += 1, $inventory.extensions--, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <a data-passage="Main">Continue</a><<set $cash to $cash+50, $Marge.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Marge'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Amy.payment to 20>><<if lastVisited("AmyLevel0B") is 1>>You realize you don't have the right hairdyes available to match Amy's face. So you just go with the usual trim and forgo any more hypnotic suggestions.<<else>>You elect to just go with the simple trim.<</if>>
<img src="client3/amy0.jpg" alt="" style="height:400px;">
Amy doesn't look much different, but she looks happy.
<a data-passage="Main">Continue</a><<set $Amy.visits++, $cash += $Amy.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Fiona.payment = $pricing.makeover>>Fiona is back for her monthly trial run. She will be deciding on whether to stay on full-time <<print 5-$month>> months from now.
<img src="client4/fiona0.jpg" alt="" style="height:400px;">
<<if $month == 2>>@@color:#78befa;"I'm just looking for some basic pointers on how to do my makeup."@@ she says. @@color:#78befa;"Why don't you show me what you can do."@@<<elseif $month == 3>>@@color:#78befa;"I'm hoping you can show me something impressive to prove that I should stay."@@ she says.<<elseif $month == 4>>@@color:#78befa;"I'm still looking to be convinced that you're the salon for me."@@ she says. @@color:#78befa;"Why don't you show me what something special."@@<<elseif $month == 5>>@@color:#78befa;"I'll be deciding whether to stay after this appointment,"@@ she says. @@color:#78befa;"I hope you can really convince me to stay."@@<</if>>
<<if $inventory.makeup > 0>>[[Give her a simple makeover|FionaLevel0A][$cash += $Fiona.payment, $inventory.makeup--]]
<<if $inventory.extensions > 0>>[[Do a more complete makeover|FionaLevel0B][$cash += $Fiona.payment]]<</if>><<else>>You do not currently have the necessary supplies to give Fiona a makeover. She leaves the office disappointed and declaring that she will not return.
<a data-passage="Main">Continue</a><<set $Fiona.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Fiona'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><</if>>You make the decision to spice up Fiona's makeover with something more complex. You also realize that this might be the perfect opportunity to "convice" Fiona to stick around with a little bit of the hypnotic conditioner.
[[Just stick with complex makeover|FionaLevel0C]]
<<if $month >= 3>><<if $specialitems.hypnoshampoo > 0>>[[Use hypnotic conditioner|FionaLevel0D]]<<else>>You don't have enough of the hypnotic conditioner in stock<</if>><</if>>You set <<print $employees[0].name>> to give Fiona a simple makeover and ensure that she understands each step in the process. After an hour, Fiona looks even prettier than before.
<img src="client4/fiona0.jpg" alt="" style="height:400px;"><img src="client4/fiona1.jpg" alt="" style="height:400px;">
<<set $Fiona.image = "client4/fiona1.jpg">>
<<if $month == 2>>@@color:#78befa;"Thanks! <<print $employees[0].name>> did a really good job explaining everything in detail. I might be able to do this by myself now!"@@<<elseif $month == 3>>@@color:#78befa;"Not bad...I definitely look better than before."@@<<elseif $month == 4>>@@color:#78befa;"I'm going to be honest...this wasn't anything special. I can do this level of makeup and hairstyling on my own."@@<<elseif $month == 5>>@@color:#78befa;"<<print $you.name>>, I'm going to be honest - this was not the level of salon work I was looking for. I don't think I'll be back next month."@@<</if>>
Fiona pays $<<print $Fiona.payment>> for her makeover and walks out of the salon. <<if $month == 5>>It looks like she won't be returning for any more visits. <<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Fiona'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>> <</if>>
<a data-passage="Main">Continue</a><<set $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> You direct <<print $employees[0].name>> to give Fiona a more masterful makeover than she usually gets. Specifically, you tell her to add in some extra extensions and style her hair into a bigger and bolder style. After an hour of <<print $employees[0].name>> working her magic, Fiona looks absolutely stunning.
<img src="client4/fiona0.jpg" alt="" style="height:400px;"><img src="client4/fiona2.jpg" alt="" style="height:400px;">
<<set $Fiona.image = "client4/fiona1.jpg">>
@@color:#78befa;"Wow! I can't believe this is really me! I guess you do have some extra skill. But this isn't exactly what I'm looking for, <<if $month < 5>>so I'm not paying for the extra work on my hair."<<else>>and I don't think I'll be back next month."<<silently>><<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Fiona'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><</silently>><</if>>@@
Fiona pays $<<print $Fiona.payment>> for her makeover and walks out of the salon. You've probably lost out on $50 worth of hair extensions and extra work that she didn't pay for.
<a data-passage="Main">Continue</a><<set $Fiona.visits++, $inventory.makeup--, $inventory.extensions-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Fiona.payment = $pricing.makeover + $pricing.hairstyling>>You tell <<print $employees[0].name>> that you're going to try your hand at giving Fiona a "extra special" makeover. You tell Fiona that you're going to add in some extensions to her hair and then shampoo it to seal them in; what you don't tell her is that you've mixed in the hypnotic conditioner as well.
<img src="client4/fiona2.jpg" alt="" style="height:400px;"><<set $Fiona.image = "client4/fiona2.jpg">>
@@color:#78befa;"Wow! I look amazing!"@@ Fiona says, with a slightly glazed expression that would look like shock if you didn't know better. @@color:#78befa;"Is there anything I can do to thank you?"@@
<<print "@@color:"+$you.color+";\"Well, here at the New U Salon we're always looking for more customers to share our talents with. Why don't you bring in someone you know sometime?\"@@">> you say slowly.
@@color:#78befa;"Yes...I should bring someone in...that's a good idea..."@@ she murmurs.
Fiona pays $<<print $Fiona.payment>> for her makeover and walks out of the salon.
<a data-passage="Main">Continue</a><<set $Fiona.visits++, $Fiona.hypno++, $specialitems.hypnoshampoo--, $inventory.makeup--, $inventory.extensions--, $you.morality -= 5>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set $Marge.payment to $pricing.dyejob>>Marge glides into the salon for her monthly touchup on her hair. She is looking for a fresh dye job.
<<print "<img src='"+$Marge.image+"' alt='' style='height:400px;'>">>
<<if $month % 4 == 0>>@@color:#fa4b78;"Ooooh, I think this week I want to go with a flirty golden blond color!"@@ she says. @@color:#fa4b78;"I feel like having some fun!"@@
<<if $inventory.hairdye[0] > 0>>[[Dye her hair|MargeLevel1A][$cash += $Marge.payment, $inventory.hairdye[0]--, $Marge.image to "client1/marge1gb.jpg"]]<<else>>You don't have the necessary supplies to accommodate Marge's request. You will have to turn her away, leaving her disappointed.<</if>><<elseif $month % 4 == 1>>@@color:#fa4b78;"Hmmm...why don't we go with a classy dark brown color?"@@ she says. @@color:#fa4b78;"I want to look good enough to eat!"@@
<<if $inventory.hairdye[1] > 0>>[[Dye her hair|MargeLevel1A][$cash += $Marge.payment, $inventory.hairdye[1]--, $Marge.image to "client1/marge1db.jpg"]]<<else>>You don't have the necessary supplies to accommodate Marge's request. You will have to turn her away, leaving her disappointed.<</if>><<elseif $month % 4 == 2>>@@color:#fa4b78;"I think this week it's time for a seasonal statement,"@@ she says. @@color:#fa4b78;"Let's dye my hair a beautiful autumn red."@@
<<if $inventory.hairdye[3] > 0>>[[Dye her hair|MargeLevel1A][$cash += $Marge.payment, $inventory.hairdye[3]--, $Marge.image to "client1/marge1r.jpg"]]<<else>>You don't have the necessary supplies to accommodate Marge's request. You will have to turn her away, leaving her disappointed.<</if>><<elseif $month % 4 == 3>>@@color:#fa4b78;"Okay, this week I want something sleek!"@@ she says. @@color:#fa4b78;"How about a midnight black color...can you do that for me?"@@
<<if $inventory.hairdye[2] > 0>>[[Dye her hair|MargeLevel1A][$cash += $Marge.payment, $inventory.hairdye[2]--, $Marge.image to "client1/marge1b.jpg"]]<<else>>You don't have the necessary supplies to accommodate Marge's request. You will have to turn her away, leaving her disappointed.<</if>><</if>>
You agree with Marge's request for her new hair color and set <<print $employees[0].name>> to work.
<<print "<img src='"+$Marge.image+"' alt='' style='height:400px;'>">>
@@color:#fa4b78;"Thanks <<print $you.name>>! You always treat me special!"@@ Marge says with a smile as she leaves the salon with a new look.
<a data-passage="Main">Continue</a><<set $Marge.visits>><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Marge'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>La Femme Boutique <i>Content currently irrelevant until a future update</i>
<a data-passage="Town">Back to town</a>
<a data-passage="Main">Return to salon</a><i>Content currently irrelevant until a future update</i>
<a data-passage="Town">Back to town</a>
<a data-passage="Main">Return to salon</a><<if visited("Bank") <= 1>>You step into the bank for the first time and are greated by a young assistant.
<img src="other/cassandra0.jpg" alt="" style="height:400px;">
@@color:#ffc8c8;"Hello sir! Are you here to check in on your account or start a new one here?"@@
You think for a minute...you could access your mother's business account to aid the salon. Or it might be prudent to put your earnings into a new account that you have full control over. What would you like to do?
<a data-passage="Kendra">Use mother's account</a>
<a data-passage="Cassandra">Start new business account</a><<else>>
You are here at the bank. What would you like to do?
<<if $you.banker == "Kendra">><img src="other/kendra0.jpg" alt="" style="height:400px;"><<elseif $you.banker == "Cassandra">><img src="other/cassandra0.jpg" alt="" style="height:400px;"><</if>>
[[Check account|BankAccount]]
[[Discuss loans|BankLoan]]
<a data-passage="Town">Back to town</a>
<a data-passage="Main">Return to salon</a><</if>><<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $Lewis.hypno == 0>><<display "LewisLevel0Main">><</if>><</if>><<if lastVisited("Check client information") is 1>>General Bio
<<elseif lastVisited("Bank") is 1>><<set $you.banker to "Kendra">>You explain how you've taken over your mother's company and want to access her account.
@@color:#ffc8c8;"No problem! I'll take you over to Kendra - she's in charge of most of the older accounts here at the bank."@@
<img src="other/kendra0.jpg" alt="" style="height:400px;">
@@color:#9682aa;"Hello, <<print $you.name>>, I'm Kendra. I've managed the New U Salon's business account for over a decade and I'm pleased that you'll be continuing with us. While your mother's savings have fluctuated over time, currently she has about $1000 available if you need to use it. If you want to work on that or discuss anything else, don't hesitate to ask."@@
<<set $cash += 1000>>
<a data-passage="Bank">Continue</a>
<<else>><<if $Cassandra.visits == 0>>Something<</if>><</if>><<if lastVisited("Check client information") is 1>>General Bio
<<elseif lastVisited("Bank") is 1>><<set $you.banker to "Cassandra">>@@color:#ffc8c8;"Looking to start a new account, huh? Well you're in luck because I'm taking on new clients! My name is Cassandra and I will be able to help you manage your money. If you have any questions for me, don't hesitate to ask!"@@
<a data-passage="Bank">Continue</a>
<<else>><<if $Cassandra.visits == 0>>Something<</if>><</if>>"<<print $you.name>>, your account currently has $<<print $cash>> available."
[[Continue|Bank]]Based on the current success of the salon, <<print $you.banker>> is willing to offer you the following loan options:
/*<<if $you.rating < 100>><<elseif $you.rating < 150>><<elseif $you.rating < 200>><<elseif $you.rating < 250>><<elseif $you.rating < 300>><<else>><</if>>*/
<i>Loans are not operational for this version of the game</i>
[[Decline options|Bank]]Fiona has returned a week after you used the hypnotic conditioner on her. To your surprise, she has brought someone with her.
<img src="client4/lewis1.jpg" alt="" style="height:400px;">
@@color:#78befa;"<<print $you.name>>, I am pleased to tell you that I've been so impressed by your work that I've decided to make these monthly visits permanent! I was also thinking about what you were saying about bringing in new customers, so I decided to invite my boyfriend Lewis along with me to get his hair cut. He'll be coming with me every month for a simple cut."@@
You nod and get <<print $employees[0].name>> to help you treat the couple. Lewis won't be spendng that much money on his hair, but it's better than nothing. He pays $20 in addition to Fiona's $<<print $Fiona.payment>> for her makeover.
<a data-passage="Main">Continue</a><<set $Fiona.visits++, $inventory.makeup--, $cash += $Fiona.payment, $clients.push($Lewis), $Lewis.visits++, $Lewis.payment = $pricing.haircut, $cash += $Lewis.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> You greet Lewis as he steps up to the salon chair. <<if $Lewis.hairlength == 1>>He seems pretty happy.<<elseif $Lewis.hairlength == 2>>He seems somewhat stoic.<<elseif $Lewis.hairlength == 3>>He seems a little irritated about something.<<elseif $Lewis.hairlength == 4>>He seems quite angry.<</if>>
<<print "<img src='client4/lewis"+$Lewis.hairlength+".jpg' alt='' style='height:400px;'>">>
<<if $Lewis.hairlength == 1>>"Gimme the usual cut...short and professional."<<elseif $Lewis.hairlength == 2>>"I feel a little shaggier then usual...definitely take more off the top this time."<<elseif $Lewis.hairlength == 3>>"Dude, I don't know if my hair has been growing more or what, but I've got shoulder length hair. Please shave this down to something much shorter."<<elseif $Lewis.hairlength == 4>>"Yo man, have you been doing your job at all? My hair is longer than my girlfriend's! I'm expecting a thourough clipping to a close crop, otherwise there's going to be trouble!"<</if>>
[[Trim his hair|LewisLevel0A][$Lewis.hairlength to 0]]
<<if $Fiona.hypno >= 2>>[[Just pretend to cut his hair|LewisLevel0A]]<</if>>Amy shows up for her weekly meeting, looking for just a basic trim.
<img src="client3/amy0.jpg" alt="" style="height:400px;">
What would you like to do?
[[Give her what she wants|AmyLevel0A]]
<<if $specialitems.hypnoshampoo > 0>>[[Try to hypnotize her|AmyLevel0B]]<</if>>
You decide to come up with an excuse to use the hypnotic conditioner on Amy. <<print "@@color:"+$you.color+";\"We're holding a special 50% off sale for students looking for a makeover. Interested in trying?\"@@">> you ask her.
Amy lights up at the sound of a deal and eagerly agrees. You begin with a light shampoo, which relaxes her considerably thanks to the special conditioner you have mixed in. After a few minutes, you decide that she's ready to be influenced.
<<print "@@color:"+$you.color+";\"You know, Amy, I think you'd really good with a different hair color,\"@@">> you say soothingly.
@@color:#fafa82;"Oh...really?"@@ Amy says slowly. @@color:#fafa82;"I would look...good? What color were you thinking..."@@
<<if $inventory.hairdye[1] > 0>>[[Dark Brown|AmyLevel0C][$inventory.hairdye[1]--, $inventory.makeup--, $Amy.image to "client3/amy1db.jpg"]]<</if>>
<<if $inventory.hairdye[3] > 0>>[[Red|AmyLevel0C][$inventory.hairdye[3]--, $inventory.makeup--, $Amy.image to "client3/amy1r.jpg"]]<</if>>
<<if $inventory.hairdye[1] <= 0 and $inventory.hairdye[3] <= 0>>[[You need more hairdye! Just give her the usual cut for now|AmyLevel0A]]<</if>><<set $Amy.payment to $pricing.dyejob + $pricing.makeover, $cash += $Amy.payment * 0.5, $Amy.hypno++, $you.morality -= 5>><<if $Amy.image == "client3/amy1r.jpg">><<print "@@color:"+$you.color+";\"You know, I think a nice red color might be something fun to try. What's the harm?\"@@">>
@@color:#fafa82;"Yes...red...fun..."@@ she echoes your words. Taking that as your queue, you grab a bottle of red dye and get to work on her makeover.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
After an hour of work, Amy looks like a whole new woman. @@color:#fafa82;"Whoa!"@@ she says, finally realizing what has happened as the effects of the conditioner wear off. @@color:#fafa82;"I look...different."@@
<<print "@@color:"+$you.color+";\"You look great!\"@@">> you assure her. <<print "@@color:"+$you.color+";\"Definitely a good deal. You'll be turning heads at school for sure!\"@@">>
Amy seems unconvinced, but doesn't complain about her drastically different look. She pays the discounted fee and leaves.<<elseif $Amy.image == "client3/amy1db.jpg">><<print "@@color:"+$you.color+";\"You know, I think a nice dark brown color might be a subtle, sexier change. Why don't we try it?\"@@">>
@@color:#fafa82;"Yes...try...sexy..."@@ she echoes your words. Taking that as your queue, you grab a bottle of dark brown hair dye and get to work.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
After an hour of work, Amy looks like a whole new woman. @@color:#fafa82;"Wow!"@@ she says, finally realizing what has happened as the effects of the conditioner wear off. @@color:#fafa82;"This is definitely different."@@
<<print "@@color:"+$you.color+";\"You look good!\"@@">> you assure her. <<print "@@color:"+$you.color+";\"Definitely a good deal. It's a subtle change, but enough to catch people's attention!\"@@">>
Amy seems unconvinced, but doesn't complain about her new look. She pays the discounted fee and leaves.<</if>>
<a data-passage="Main">Continue</a><<set $Amy.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<set $Amy.payment = $pricing.dyejob>><<if $Amy.image == "client3/amy1db.jpg">>Amy returns to the salon for a touch up on her recently dyed locks.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
<<if $inventory.hairdye[1] <= 0>>You do not currently have the necessary supplies for Amy's hair treatment. She leaves the salon disappointed with your lack of professional preparation. <<set $you.rating -= 1, $Amy.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<a data-passage="Main">Continue</a><<else>><<print $employees[0].name>> sets to work and makes Amy's dark brown hair look fantastic. Amy pays her usual amount without complaint.<</if>>
<a data-passage="Main">Continue</a><<set $Amy.visits++, $inventory.hairdye[1]--, $cash += $Amy.payment*$pricing.studisc>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<elseif $Amy.image == "client3/amy1r.jpg">>Amy returns to the salon to treat her hair.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
@@color:#fafa82;"I'm not so sure about dying my hair again,"@@ she says. @@color:#fafa82;"Red seems to really make me stand out and I don't know if I'm comfortable with that."@@
[[Respect her wishes|AmyLevel1A][$Amy.image to "client3/amy0.jpg"]]
<<if $inventory.hairdye[3] > 0>>[[Gently convince her to try it again|AmyLevel1A]]
<<if $specialitems.hypnoshampoo > 0>>[["Convince" her with the special conditioner|AmyLevel1B][$Amy.hypno++, $specialitems.hypnoshampoo--]]<</if>><<else>>You don't have enough red hairdye to color her hair again<</if>><<elseif $Amy.image == "client3/amy0.jpg">>Amy returns to the salon after deciding not to dye her hair again.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
She comes for a simple cut and pays her discounted fee. She doesn't seem to be interested in any other salon treatments at this time.
<a data-passage="Main">Continue</a><<set $Amy.visits++, $cash += $Amy.payment*$pricing.studisc>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</if>>
<<if $Amy.image == "client3/amy0.jpg">>You decide not to pressure Amy into dying her hair red again. She seems a little relieved and thanks you for your support. She leaves without having anything done, as she hopes that the dye will have fully washed out by next month.
<a data-passage="Main">Continue</a><<set $Amy.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<else>>You decide to reason with Amy to consider dying her hair again.
<<print "@@color:"+$you.color+";\"Look, I know that you aren't quite used to your new look. But you do look great and after a little bit more time maybe you'll see that! Plus, if we don't dye your hair again there's going to be a transition phase between the red coloring and your natural hair color. Wouldn't the change back make you standout even more?\"@@">>
Amy doesn't looked pleased about what you have to say, but she can see the logic behind your argument. Somewhat reluctantly, she agrees on a touch-up for her red hair, which <<print $employees[0].name>> does in under an hour.
<a data-passage="Main">Continue</a><<set $Amy.visits++, $inventory.hairdye[3]--, $cash += $Amy.payment*$pricing.studisc>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</if>>You can see that Amy is not particularly interested in dyeing her hair again. However, it would be more profitable for you if she would agree to a weekly touch-up. Thus, you decide that some use of your special conditioner might make Amy a little more compliant.
<<print "@@color:"+$you.color+";\"You know what, Amy? Why don't you just relax and let me give you a free shampoo. You can take that time to think about whether or not you want a touch-up on your hair color.\"@@">>
@@color:#fafa82;"Okay...I guess it can't hurt,"@@ Amy says as she sits down in the chair. You take a good 15 minutes to slowly massage the hypnotic conditioner into her scalp before speaking to her again.
<<print "@@color:"+$you.color+";\"Okay Amy...don't you think it would be a good idea to dye your hair again?\"@@">>
@@color:#fafa82;"Mmmmmh...Good idea..."@@ Amy sighs dreamily.
You see how relaxed Amy seems to be and decide to say a couple more things to help coerce her into a new look. What would you like to tell her?
[[Tell her to commit to being a redhead|AmyLevel1C][$inventory.hairdye[3]--]]
<<if $inventory.hairdye[0] > 0>>[[Tell her to go blond|AmyLevel1C][$Amy.image to "client3/amy2.jpg", $inventory.hairdye[0]--]]<</if>>
<<if $Amy.image == "client3/amy1r.jpg">><<print "@@color:"+$you.color+";\"Amy, I think you really do want to stay a redhead. You're in college discovering yourself...why don't you live a little?\"@@">>
@@color:#fafa82;""Yes..."@@ Amy says slowly. @@color:#fafa82;""Live a little..."@@
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
Convinced that your message has been imprinted, you finish your shampoo and get <<print $employees[0].name>> to finish Amy's hair with the same red color she came in with.
@@color:#fafa82;""Thanks <<print $you.name>>! I'm glad you talked me into this...I need to learn to live a little!"@@ she giggles before paying her fee.<<else>><<print "@@color:"+$you.color+";\"Amy, I think that you may not be comfortable with red because you want to experiment with another color. Why don't we try a nice golden blond? College is the perfect time to try something new and exciting.\"@@">>
@@color:#fafa82;""Yes..."@@ Amy says slowly. @@color:#fafa82;""Experiment...something exciting"@@
Convinced that your message has been imprinted, you finish your shampoo and get <<print $employees[0].name>> to start dyeing Amy's hair a bright golden blond color. After an hour treatment, the college co-ed looks like a new woman again.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
@@color:#fafa82;""Thanks <<print $you.name>>! I'm glad you talked me into this...I feel so excited to experiement like this!"@@ she giggles before paying her fee.<</if>>
<a data-passage="Main">Continue</a><<set $Amy.visits++, $inventory.hairdye[1]--, $cash += $Amy.payment*$pricing.studisc, $you.morality -= 10>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>Thank you for playing New U Salon! This is end of the current content. If you notice any bugs, please feel free to share them in the discussion section!<<if $Amy.image == "client3/amy1r.jpg">>Amy returns to the salon for a touch up on her recently dyed locks.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
<<if $inventory.hairdye[3] <= 0>>You do not currently have the necessary supplies for Amy's hair treatment. She leaves the salon disappointed with your lack of professional preparation. <<set $you.rating -= 1>>
<a data-passage="Main">Continue</a><<else>><<print $employees[0].name>> sets to work and makes Amy's red hair look fantastic. Amy pays and thanks your assistant profusely for making her look so nice.
<a data-passage="Main">Continue</a><<set $Amy.visits++, $inventory.hairdye[1]--, $cash += $Amy.payment*$pricing.studisc>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</if>><<elseif $Amy.image == "client3/amy2.jpg">>Amy returns to the salon for a touch up on her recently dyed locks.
<<print "<img src='"+$Amy.image+"' alt='' style='height:400px;'>">>
<<if $inventory.hairdye[0] <= 0>>You do not currently have the necessary supplies for Amy's hair treatment. She leaves the salon disappointed with your lack of professional preparation. <<set $you.rating -= 1>>
<a data-passage="Main">Continue</a><<else>><<print $employees[0].name>> sets to work and makes Amy's blond hair look fantastic. Amy pays and thanks your assistant profusely for making her look so sexy.
<a data-passage="Main">Continue</a><<set $Amy.visits++, $inventory.hairdye[0]--, $cash += $Amy.payment*$pricing.studisc>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Amy'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</if>><</if>><<if $Amy.image == "client3/amy2.jpg">>@@color:#fafa82;"Dear <<print $you.name>>,
I'm so upset! My school term finished last week and when I went home to see my parents they were shocked to see my new hair color! They say that I look like a total blond bimbo and are threatening to withhold financial support to school because they think that I'm "experimenting" with being a ditz as opposed to doing schoolwork. I'm sorry to say I won't be returning to the salon anytime soon...I need to save money and figure out how I'm going to continue school without my parent's suppport.
-Amy"@@<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Amy'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<elseif $Amy.image == "client3/amy1r.jpg">>@@color:#fafa82;"Dear <<print $you.name>>,
I'm so irritated! My school term finished last week and when I went home to see my parents they were shocked to see my new hair color! They say that I look like a total slut with this bright red hair and are threatening to withhold financial support to school because they think that I'm being too "loose" as opposed to doing schoolwork. I'm sorry to say I won't be returning to the salon anytime soon...I need to save money and figure out how I'm going to continue school without my parent's suppport.
-Amy"@@<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Amy'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<elseif $pricing.studisc >= 1>>@@color:#fafa82;"Dear <<print $you.name>>,
I've been coming back to you for a few months now and I must say that the lack of a student discount has been a really difficult adjustment for me. I'm on a tight budget to support my education and spending extra money at the salon just doesn't seem worth it. I'm probably going to stop coming in for a while until I can get my finances sorted out.
-Amy"@@<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Amy'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<else>>@@color:#fafa82;"Hi <<print $you.name>>,
Just wanted to say thanks for all the excellent work you've been doing lately! I feel right at home at the salon and the student discount is really appreciated! Thanks for all that you do!
-Amy"@@<</if>>
<a data-passage="Main">Delete email</a>
<<set $Gloria.visits += 1, $inventory.makeup--, $cash += $Gloria.payment>><<if hasVisited("GloriaLevel2Main") <= 1>><<display "GloriaLevel2R">><<else>>Gloria returns to the salon for another professional makeover.
<<print "<img src='"+$Gloria.image+"' alt='' style='height:400px;'>">>
She pays her usual fee and thanks you for a job well done.
<a data-passage="Main">Continue</a>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</if>>Gloria returns to the salon with an extra spring in her step.
<<print "<img src='"+$Gloria.image+"' alt='' style='height:400px;'>">>
@@color:#faa767;"Hi <<print $you.name>>! How are you doing? I'm doing fantastic since I started my new job!"@@ she smiles happily.
<<print "@@color:"+$you.color+";\"Oh, congratulations!\"@@">> you reply, recalling her mentioning a promotion interview. <<print "@@color:"+$you.color+";\"Does that mean you got hired to the position you applied for?\"@@">>
<<if $Gloria.image == "client2/gloria2l.jpg">>@@color:#faa767;"Yep!"@@ she exclaims excitedly. @@color:#faa767;"You are looking at the newest manager in the office! I've got to say, ever since that makeover I've been feeling more confident, and I guess it showed in the interview!"@@<<elseif $Gloria.image == "client2/gloria2s.jpg">>@@color:#faa767;"Well, not exactly - I switched to an even better position,"@@ she exclaims excitedly. @@color:#faa767;"The interviewers for the management position turned me down, but they complimented me on my appearence and said I'd be a perfect fit for a secretary job that just opened up! I just know that it's because of this great new hairstyle you gave me and I'm excited because it's less work for the same amount of pay!"@@<</if>>
<<print "@@color:"+$you.color+";\"Glad to hear that your career path was improved by our salon,\"@@">> you say with a smile. <<print "@@color:"+$you.color+";\"Let's start your appointment so you stay looking professional!\"@@">>
<a data-passage="Main">Continue</a>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Gloria'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<set _Lewis to true>><<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Lewis'>><<set _Lewis to false>><</if>>">><</for>>
<<if _Lewis>><<display "FionaLevel1L">><<else>>Fiona returns to the salon for her usual makeover.
<<print "<img src='"+$Fiona.image+"' alt='' style='height:400px;'>">>
She pays her usual fee while waiting for Lewis.
<a data-passage="Main">Continue</a>
<<set $cash += Fiona.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Fiona'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</if>><<if $Lewis.hairlength == 0>>You comply with Lewis' request and cut his hair quite short.<<else>>You heed Fiona's request and merely pretend to cut Lewis' hair, dropping old trimming on the ground for added effect.<</if>>
<<print "<img src='client4/lewis"+$Lewis.hairlength+".jpg' alt='' style='height:400px;'>">>
<<if $Lewis.hairlength == 0>>You must say he looks quite handsome, and both he and Fiona thank you for your work.<<else>>Lewis reaction<</if>>
<a data-passage="Main">Continue</a><<set $Lewis.visits++, $Lewis.hairlength++, $cash += $Lewis.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Lewis'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<set _i to random(1,10), $Marge.payment = $pricing.haircut>>Marge arrives for her monthly hair appointment.
<<print "<img src='"+$Marge.image+"' alt='' style='height:400px;'>">>
<<if _i > $month>>@@color:#fa4b78;"Just the usual trim, <<print $you.name>>. An older woman like me doesn't need anything fancy!"@@<<set $cash += $Marge.payment>>
<<else>>@@color:#fa4b78;"You know, <<print $you.name>>, I was thinking. Maybe I should try something different. What would you suggest?"@@
You realize this might be a good opportunity to use some of the hypnotic conditioner. What should you do?
[[Suggest dyeing her hair|MargeLevel0A]]
<</if>><a data-passage="Main">Give her the usual trim</a><<set $Marge.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Marge'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>> <<nobr>><<set $Marge.payment = $pricing.dyejob, $cash += $Marge.payment>>
<<if ($inventory.hairdye[1] > 0)>>
<<set $inventory.hairdye[1]--, $Marge.image to "client1/marge1db.jpg">>
<<elseif $inventory.hairdye[2] > 0>>
<<set $inventory.hairdye[2]--, $Marge.image = "client1/marge1b.jpg">>
<<elseif $inventory.hairdye[3] > 0>>
<<set $inventory.hairdye[3]--, $Marge.image = "client1/marge1r.jpg">>
<<elseif $inventory.hairdye[0] > 0>>
<<set $inventory.hairdye[0]--, $Marge.image = "client1/marge1gb.jpg">>
<<else>>
THIS IS AN ERROR
<</if>>
<</nobr>><<print "@@color:"+$you.color+";\"What about dyeing your hair a different color? It could do wonders for making you look younger and more energetic,\"@@">> you offer.
@@color:#fa4b78;"That sounds like a great idea!"@@ Marge says. @@color:#fa4b78;"Let's do it!"@@
You take her over to a salon chair and head back to the inventory shelves for some dye. <<if $specialitems.hypnoshampoo <= 0>>You want to find some of the special conditioner and mix it into the dye, but you realize you don't have any at the moment. You return to Marge and start work on dyeing her hair anyways like you promised.<<else>><<set $Marge.hypno++, $specialitems.hypnoshampoo-->>Secretly, you mix some of the hypnotic shampoo into the hairdye before walking back to treat Marge's hair.
<<print "@@color:"+$you.color+";\"This is going to change your look...and your outlook,\"@@">> you say 20 minutes into the process. <<print "@@color:"+$you.color+";\"You're going to feel like a younger woman with a more exuberient outlook.\"@@">>
@@color:#fa4b78;"Yeah...feel younger...and more exuberant!"@@ she says, almost giggling as the dye and its additive take effect.<</if>>
<<print "<img src='"+$Marge.image+"' alt='' style='height:400px;'>">>
After an hour or so, your work is done. Marge looks at her new hairstyle in the mirror before breaking into a smile.
@@color:#fa4b78;"Thanks <<print $you.name>>! I'm so glad you suggested I try this!"@@
<a data-passage="Main">Continue</a>
<<if $you.adperson == "None">><<display "AdFirmIntroA">><<else>>You are at TeleGrowth to speak to your representative.
<<if $you.adperson == "Mike">><<print "<img src='"+$Mike.image+"' alt='' style='height:400px;'>">><</if>>
@@color:#1e8c1e;"Hello <<print $you.name>>! What can I do for you today?"@@
<<if $advertising.running>>@@color:#1e8c1e;"It looks like we currently have you set up with a <<print $advertising.type>> campaign. We can't take on more than one option at a time, so come back when the campaign finishes!"@@<<else>>Buy flyer <i>Not currently available</i>
<<if $advertising.posterevents.length > 0>>[[Buy posters|AdFirmPurchase][$advertising.type to "poster"]]<<else>>Poster ads won't be effective anymore<</if>>
<<if $advertising.onlineevents.length > 0>>[[Buy online ads|AdFirmPurchase][$advertising.type to "online"]]<<else>>Poster ads won't be effective anymore<</if>>
Buy TV ads <i>Not currently available</i><</if>>
<a data-passage="Town">Back to town</a>
<a data-passage="Main">Return to salon</a><</if>>You arrive at the door step of a run-down office trying to sell itself as an advertising firm. You step in and are immediately greeted by the only person in the office
<img src="other/mike0.jpg" alt="" style="height:400px;">
@@color:#1e8c1e;"Hello sir! Welcome to TeleGrowth - the advertising firm for you! I'm Mike Peters, on of the main representatives here. Is there some way I can be of service?"@@
[[Ask about options for advertising your salon|AdFirmIntroB][$you.adperson to "Mike"]]
<a data-passage="Main">Nothing today!</a>@@color:#1e8c1e;"So you run a salon, huh?"@@ Mike says with a big grin. @@color:#1e8c1e;"Well that definitely sounds like something TeleGrowth can help with! There are a number of options we offer for businesses like yourself."
"If you're looking for something cheap and simple, we can distribute posters and other paper advertisements around town for $100 a week. We also sell individual flyers for $50, but you have to place them somewhere specific in town yourself. Both of these options would likely bring in a new customer every once in a while, but there's no guarantee that they'll help."
"Of course, we also provide more expensive options that tend to be more effective at attracting clients. For $300 a week, we can setup a online advertisement campaign to cast a wide net for people who might potentially be interested. Alternatively, our best and most expensive option is to run a TV advertisement selling your salon. That generally costs about $500 a week."
"So, that's a rundown of our services,"@@ Mike says with a big smile. @@color:#1e8c1e;"Why don't we sit down to discuss your options?"@@
<a data-passage="Advertising Firm">Continue</a>
<<if lastVisited("Check client information") is 1>>General Bio<<else>><<if $Mike.visits == 0>>Something<</if>><<if $advertising.type == "flyer">>@@color:#1e8c1e;"Okay, so you're interested in a flyer campaign?"@@<<else>>@@color:#1e8c1e;"Okay, so you want to do an <<print $advertising.type>> campaign?@@ <<if $advertising.type == "poster">> @@color:#1e8c1e;Pricing starts at $100 for the first week and is 10% off each subsequent week you purchase, up to 50% off if you buy six weeks or more. So you'll pay $100 for week one, $90 for week two, $80 for week 3, and on and on until you pay $50 for week 6 and beyond.@@<<elseif $advertising.type == "online">> @@color:#1e8c1e;Pricing starts at $300 for the first week and is 10% off each subsequent week you purchase, up to 50% off if you buy six weeks or more. So you'll pay $300 for week one, $270 for week two, $240 for week 3, and on and on until you pay $150 for week 6 and beyond.@@<<elseif $advertising.type == "TV">> @@color:#1e8c1e;Pricing starts at $500 for the first week and is 10% off each subsequent week you purchase, up to 50% off if you buy six weeks or more. So you'll pay $500 for week one, $450 for week two, $400 for week 3, and on and on until you pay $250 for week 6 and beyond.@@<</if>> @@color:#1e8c1e;How many weeks would you like to advertise for?"@@
Weeks to purchase: <<textbox "$advertising.time" "1">><</if>>
[[Confirm purchase|AdFirmConfirmation]]
<<nobr>>
<<set _error = false, _total = 0>>
<<if $advertising.type == "flyer">><<set _i to 50>><<elseif $advertising.type == "poster">><<set _i to 100>><<elseif $advertising.type == "online">><<set _i to 300>><<elseif $advertising.type == "TV">><<set _i to 500>><</if>>
<<for _w = 0; _w < $advertising.time; _w++>>
<<if _w <= 5>>
<<set _total += _i*(1-_w/10)>>
<<else>>
<<set _total += _i*0.5>>
<</if>>
<</for>>
<<if _total > $cash>><<set _error to true>><</if>>
<</nobr>>@@color:#1e8c1e;<<if _error>>"I'm sorry, it looks like you don't have sufficient funds to purchase this type of advertisement for this long. Please come back with a different order."<<else>><<set $cash -= _total, $advertising.running to true>><<if $advertising.type == "flyer">>"Excellent! We will design a flyer to help promote your salon. However, there will be no additional work on our part aside from the design, so it will be up to you to place the flyer somewhere specific. Also, we won't be able to provide you any more ad services until the flyer is place. Thanks for your purchase!"<<else>>"Great! We'll be sure to start your <<print $advertising.type>> campaign next week and it will last for <<print $advertising.time>> weeks. Please note that while this advertising campaign is in effect, we won't be able to provide you any more ad services."<<nobr>>@@
<<if $cheats.adsuccess>>
<<set _n to 10>>
<<else>>
<<set _n to (2 + (_i / 100))>>
<</if>>
<<for _j = 0; _j < $advertising.time; _j++>>
<<set _roll to random(1,10)>>
<<if _roll <= _n>>
<<print "<<set $advertising.events.push("+_j+")>>">>
<</if>>
<</for>><</nobr>><</if>><</if>>
<a data-passage="Main">Return to salon</a>
<<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $month == 3>><<display "PennyMonth3">><<elseif $month == 4>><<display "PennyMonth4">><<elseif $month == 5>><<display "PennyMonth5">><<elseif $Penny.hypno == 0>><<display "PennyLevel0Main">><</if>><</if>><<print "@@color:"+$you.color+";\"Hello, this is <<print $you.name>> at the New U Salon. How can I help you today?\"@@">> you say after picking up the phone.
@@color:#ffafd7;"Hi there! My name's Penny and I'm here on vacation visiting my aunt,"@@ a young-sounding female answers in a perky voice. @@color:#ffafd7;"Things are kinda boring around here so I thought I'd try something fun to spice things up."@@
<<print "@@color:"+$you.color+";\"Great! We're always willing to help clients find a new look!\"@@">> you say.
@@color:#ffafd7;"Only one thing,"@@ she says, suddenly serious. @@color:#ffafd7;"You must promise never to tell me aunt about this, no matter what. Agreed?"@@
[[Ask her why this matters|PennyPhoneIntro2]]
[[Agree unconditionally, add Penny as a client|Main][$clients.push($Penny), $appointments.push($Penny)]]
<<print "@@color:"+$you.color+";\"Look, I don't know who you are or who you aunt is, Penny. So why the need for secrecy?\"@@">> you answer.
@@color:#ffafd7;"Okay, look,"@@ Penny says, still a little tense. @@color:#ffafd7;"I'm was set to spend some time in this town with my aunt because my parent doesn't agree with some of my life decisions. I want your help changing my appearence, but my aunt probably won't like it. So can I trust you to help me...or should I go somewhere else?"@@
You ponder your options for a minute. This girl seems to be a little secretive and you might get caught by her angry aunt if you agree to an appointment. What do you want to do?
[[Decline to schedule an appointment|Main][$you.morality += 5]]
[[Add Penny as a client|Main][$clients.push($Penny), $appointments.push($Penny)]]<<if $Penny.image == "client2/penny1.jpg">><<set $Penny.payment = $pricing.dyejob>>You decide that it would be a good idea to understand Penny's thought process, so you agree to the makeover with the intention of using your conditioner to coax an explanation out of Penny.
<<print "@@color:"+$you.color+";\"We'll need to take a few intermediate steps before we can get to the full platinum blond color,\"@@">> you explain to Penny. <<print "@@color:"+$you.color+";\Let's start you off with a nice golden blond dyejob in preparation for bleaching down the road.\"@@">>
Penny agrees happily and skips her way towards the salon chair. You secretly mix the hypnotic conditioner into the golden dye and set to work. 30 minutes into the process, when you think Penny is sufficiently relaxed, you strike up a conversation.
<<print "@@color:"+$you.color+";\"So...this is a pretty big change. What makes you want to try this?\"@@">> you ask.
@@color:#ffafd7;"Can't tell...it's my secret..."@@ she murmurs placidly.
<<print "@@color:"+$you.color+";\"It's okay,\"@@">> you press. <<print "@@color:"+$you.color+";\"You can tell me your secret.\"@@">>
@@color:#ffafd7;"Well...I guess I could tell you..."@@ she says slowly. @@color:#ffafd7;"Promise you won't tell?"@@
You answer in the affirmative and she takes a deep breath before speaking. @@color:#ffafd7;"I want to be a bimbo...I want the attention....I want to be pampered..."@@
You are a little surprised and try to dig a little deeper. <<print "@@color:"+$you.color+";\"A bimbo, huh? Not just a super sexy blonde?\"@@">>
@@color:#ffafd7;"Mmmmh..."@@ Penny nods, starting to doze off in the chair. @@color:#ffafd7;"Super sexy..."@@
You realize that Penny's falling asleep, so it looks like your exploratory mission is done. You finish the dye job as you think about Penny's intriguing goal.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"OMG I look so great!"@@ Penny gushes after you wake her up to show her your work. @@color:#ffafd7;"It's not quite the color I want but it look so much better!"@@
Penny pays $<<print $Penny.payment>> with her credit card and leaves the salon.
<a data-passage="Main">Continue</a><<set $Penny.visits++, $Penny.hypno++, $cash += $Penny.payment, $inventory.hairdye[0]--, $specialitems.hypnoshampoo-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<elseif $Penny.image == "client2/penny2.jpg">><<set $Penny.payment to $pricing.bleachjob, $you.morality -= 5>>You decide that it would be a good idea to understand Penny's thought process, so you agree to continue the bleaching process with the intention of using your conditioner to coax an explanation out of Penny.
While Penny happily makes her way towards the salon chair, you secretly mix the hypnotic conditioner into the bleaching solution and set to work. 30 minutes into the process, when you think Penny is sufficiently relaxed, you strike up a conversation.
<<print "@@color:"+$you.color+";\"So...this is a pretty big change. What makes you want to try this?\"@@">> you ask.
@@color:#ffafd7;"Can't tell...it's my secret..."@@ she murmurs placidly.
<<print "@@color:"+$you.color+";\"It's okay,\"@@">> you press. <<print "@@color:"+$you.color+";\"You can tell me your secret.\"@@">>
@@color:#ffafd7;"Well...I guess I could tell you..."@@ she says slowly. @@color:#ffafd7;"Promise you won't tell?"@@
You answer in the affirmative and she takes a deep breath before speaking. @@color:#ffafd7;"I want to be a bimbo...I want the attention....I want to be attractive and pampered..."@@
You are a little surprised and try to dig a little deeper. <<print "@@color:"+$you.color+";\"A bimbo, huh? Not just a super sexy blonde?\"@@">>
@@color:#ffafd7;"Mmmmh..."@@ Penny nods, starting to doze off in the chair. @@color:#ffafd7;"Super sexy..."@@
You realize that Penny's falling asleep, so it looks like your exploratory mission is done. You finish the bleaching process as you think about Penny's intriguing goal.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"OMG I look so great!"@@ Penny gushes after you wake her up to show her your work. @@color:#ffafd7;"This is exactly the color I want!"@@
Penny pays $<<print $Penny.payment>> with her credit card and leaves the salon.
<a data-passage="Main">Continue</a><<set $Penny.visits++, $Penny.hypno++, $cash += $Penny.payment, $inventory.bleach--, $specialitems.hypnoshampoo-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</if>>
You are curious to meet Penny, the mysterious new client who recently called for an appointment.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
She is an extremely pretty young woman, with nice dark locks and a dazzling smile. You are quite curious as to why she thinks she needs to transform her look, so you ask her what she wants done.
@@color:#ffafd7;"I want to bleach my hair, like platinum blond!"@@ she says excitedly.
This wasn't exactly what you were expecting. <<print "@@color:"+$you.color+";\"Okay...but you should know that the bleaching process can take some time,\"@@">> you tell her. <<print "@@color:"+$you.color+";\"You can't just go from your dark color to light blond instantly. Plus, that's a pretty drastic change that's hard to undo...are you sure you want to do this?\"@@">>
@@color:#ffafd7;"Yes - I'm 18 now and free to make my own decisions,"@@ she says with an irritated tone. @@color:#ffafd7;"So will you do it or not?"@@
[[Decline responsibility for a major change|PennyMonth3B]]
<<if $inventory.hairdye[0] > 0>>[[Agree to start the process|PennyMonth3B][$Penny.image to "client2/penny1.jpg"]]
<<if $specialitems.hypnoshampoo > 0>>[[Agree, but use the hypnotic conditioner to understand Penny's decision|PennyLevel0][$Penny.image to "client2/penny1.jpg"]]<</if>><<else>>You need some golden blond hairdye to help Penny transition from her dark locks to a platinum blond haircolor.<</if>>
<<if $Penny.image == "client2/penny0.jpg">><<print "@@color:"+$you.color+";\"You know, Penny, I'm just not sure I'm comfortable helping you with your transformation,\"@@">> you say slowly. <<print "@@color:"+$you.color+";\"I recognize that you're old enough to make your own decisions, but I don't trust you enough to involve myself in such a major decision. There could be reprecussions from your aunt or even yourself if you suddenly back out.\"@@">>
@@color:#ffafd7;"Fine...you're just like my family!"@@ Penny replies angrily. @@color:#ffafd7;"It's my choice and I know that I'm committed to it. I'll go somewhere else then!"@@
Penny leaves the salon in a huff. For better or for worse, she won't be coming back.
<a data-passage="Main">Continue</a><<set $Penny.visits++>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Penny'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<elseif $Penny.image == "client2/penny1.jpg">><<set $Penny.payment = $pricing.dyejob>>You decide to go through with Penny's request and set her on the path for bleaching her hair.
<<print "@@color:"+$you.color+";\"We'll need to take a few intermediate steps before we can get to the full platinum blond color,\"@@">> you explain to Penny. <<print "@@color:"+$you.color+";\"Let's start you off with a nice golden blond dyejob in preparation for bleaching down the road.\"@@">>
Penny agrees happily and skips her way towards the salon chair. You direct <<print $employees[0].name>> to dye her hair.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
About an hour later, Penny emerges with her new hair color.
@@color:#ffafd7;"OMG I look so great!"@@ she gushes. @@color:#ffafd7;"It's not quite the color I want but it look so much better!"@@
Penny pays $<<print $Penny.payment>> with her credit card and leaves the salon.
<a data-passage="Main">Continue</a><<set $Penny.visits++, $cash += $Penny.payment, $inventory.hairdye[0]-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</if>><<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $Amelia.hypno == 0>><<display "AmeliaLevel0Main">><</if>><</if>>You respond to the urgent video call and are surprised to see a conservatively-dressed woman sitting stoicly.
<<print "<img src='"+$Amelia.image+"' alt='' style='height:400px;'>">>
@@color:#e670ab;"Hello, sir. I'm here to have a frank conversation about my niece Penny,"@@ the woman says, her tone icy despite her smile.
You gulp - who would have though that Penny's aunt would be Amelia Anderson, an influential member of the city council and a well-known bitch?
@@color:#e670ab;"You see, I was quite surprised when Penny came home with blond hair,"@@ she continued. @@color:#e670ab;"I accessed her credit card usage and found that she had visited your salon without my permission. She is under my strict supervision and I am not going to tolerate such behavior. Care to explain your side of the story?"@@
[[Apologize and promise to stop helping Penny|AmeliaPhone1A]]
[[Don't take sides but defend your actions|AmeliaPhone1B]]
[[Defend Penny and your actions|AmeliaPhone1B][$Amelia.image to "client2/amelia0m.jpg"]]
<<if $Penny.hypno > 0>>[[Explain what you learned about Penny's goal|AmeliaPennyInfluence]]<</if>>
<<print "@@color:"+$you.color+";\"I'm sorry, Mrs. Anderson. It was a mistake to allow someone as young as Penny do something rash like this,\"@@">> you reply to Penny's angry aunt. <<print "@@color:"+$you.color+";\"I won't be helping her anymore.\"@@">>
<<print "<img src='"+$Amelia.image+"' alt='' style='height:400px;'>">>
@@color:#e670ab;"Good!"@@ she replies with a slightly less frigid smile. @@color:#e670ab;"I'm glad that you'll do the right thing in the future. And if you have doubts...remember that I am a very well-connected woman."@@
Amelia hangs up after her thinly-veiled warning about crossing her. You breath a sigh of relief that things didn't go worse.
<a data-passage="Main">Continue</a><<set $you.morality += 5>><<if $Amelia.image == "client2/amelia0m.jpg">><<set $you.morality += 5>><<print "@@color:"+$you.color+";\"With all due respect, Mrs. Anderson, your niece is of legal age to be making her own decisions,\"@@">> you reply to Penny's angry aunt. <<print "@@color:"+$you.color+";\"I understand that you don't like the decisions that she's making, but I am responsible for Penny's interests as my client moreso than your own.\"@@">>
<<print "<img src='"+$Amelia.image+"' alt='' style='height:400px;'>">>
@@color:#e670ab;"Watch your tone, sir!"@@ Amelia replies, shaking a finger angrily at you. @@color:#e670ab;"Penny is still under my care and so her interests are my own. Of course, I can't force you to drop her as a client...but I am a very well-connected woman and I can make life extremely difficult for you and your salon. Think about that next time Penny comes by."@@
Amelia abruptly ends the video chat after her threat about crossing her. You exhale, relieved that the conversation is over...although the ramifcations may not be.<<else>><<print "@@color:"+$you.color+";\"I appreciate you listing your concerns, Mrs. Anderson. I was just doing my job and helping a client recieve the treatment they requested,\"@@">> you explain carefully to Penny's angry aunt. <<print "@@color:"+$you.color+";\"I think that this is something that should be settled between you and your daughter.\"@@">>
<img src="client2/amelia0a.jpg" style="height:400px;">
@@color:#e670ab;"That's all fine and well, but I'm hoping for a little more commitment from you to do what's right,"@@ she replies, a slight scowl on her face. @@color:#e670ab;"Just remember that I am a very well-connected woman and I can make life difficult for you and your salon. Think about that next time Penny comes by."@@
Amelia hangs up after her thinly-veiled warning about crossing her. You breath a sigh of relief that things didn't go worse.<</if>>
<a data-passage="Main">Continue</a><<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $George.hypno == 0>><<display "GeorgeLevel0Main">><<elseif $George.hypno == 1>><<display "GeorgeLevel1Main">><</if>><</if>>You check your voicemail one morning to find a message from Mrs. Ivy sent late last night:
@@color:#b4523c;<<if $Harold.image == "client3/harold2h.jpg">><<silently>>
<<set $cash += 300>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Harold'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>"Hello $you.name, it's Mrs. Ivy. I just want to let you know that our punishment sessions have worked! Harold has been very good these last few weeks and the one time I threatened to take him back to your salon he cried like...like...well like a little bitch. Clearly he's too humiliated by my punishment to act out and I have you to thank for that! We probably won't be returning to your salon in the near future, but expect a wire transfer in a bit as a little thank you for your efforts. Bye!"<<else>>"Hello $you.name, it's Mrs. Ivy. I'm just calling because Harold has been acting strangely! He's been actually quite respectful all week like I asked, but...he hasn't really stopped dressing like a girl. He says he likes it and that he's glad he decided to punish me! I really don't understand what happened the last few weeks, but we won't be coming back. I don't want my son acting like a girl anymore!"<</if>>@@
<a data-passage="Main">Continue</a>
While you are out of the office, you recieve a call from <<print $employees[0].name>> on your cell:
<<print "@@color:"+$employees[0].color+";\"Hi $you.name, it's $employees[0].name. We've had an unexpected customer show up looking for a special treatment package. They are waiting for you in the salon, but they won't likely wait long.\"@@">>
[[Hustle back to the salon|GeorgeIntroA]]You rush back to the salon, which is empty except for your assistant and a lone individual.
<img src="client1/george0a.jpg" alt="" style="height:400px;">
You are surprised to find a well-dressed businessman, probably in his late-40s, is here for an appointment.
<<print "@@color:"+$you.color+";\"Hello and welcome to the New U Salon,\"@@">> you greet the man. <<print "@@color:"+$you.color+";\"What can we do for you today?\"@@">>
<<print "@@color:"+$George.color1+";\"Umm...I'm George...and I'm here for a makeover,\"@@">> the man states hesitantly.
<<print "@@color:"+$you.color+";\"Okay, that should be relatively easy - you're looking quite dapper today, sir,\"@@">> you reply, a little surprised that this impeccably dressed man is in need of a makeover at your little salon.
<<print "@@color:"+$George.color1+";\"No...that's not what I mean,\"@@">> the man says, looking around nervously. <<print "@@color:"+$George.color1+";\"I want...I want...I want to look like a woman.\"@@">>
[[Tell him you can help with that|GeorgeIntroC][$clients.push($George)]]
[[Tell him you aren't able to help|GeorgeIntroB]]
<<set $you.fem -= 100>><<print "@@color:"+$you.color+";\"I'm sorry, George, but I'm afraid we're not in the business of male to female transformations,\"@@">> you answer. <<print "@@color:"+$you.color+";\"There are a few other salon options in town who may be able to help you.\"@@">>
George nods quickly and leaves with a red face. It is less likely that you will be seeing any MtF clients in the near future.
<a data-passage="Main">Continue</a><<print "@@color:"+$you.color+";\"Well George, if that's you're willing to pay then we're willing to provide!\"@@">> you respond. George visibly relaxes and smiles.
<<print "@@color:"+$George.color1+";\"Oh, thank you so much! I was quite nervous about coming in but I can see that I've made the right decision!\"@@">> he says. <<print "@@color:"+$George.color1+";\"I've been crossdressing for as long as I can remember, but I was never any good with makeup. I just want to see what I look like fully madeup!\"@@">>
You get George settled into a chair and get to work. You paint his face with plenty of makeup and within an hour he looks unrecognizable. The final touches come from George - after disappearing into the bathroom for a few minutes, he emerges wearing a long brunette wig and a glitzy white minidress that he had apparently brought with him in a briefcase.
<img src="client1/vicki0.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"Wow George...I don't mean to give the salon too much credit, but you look amazing!\"@@">> you say as your transformed client poses before you.
<<print "@@color:"+$George.color2+";\"It's Vicki when I'm dressed like this, darling,\"@@">> she replies with a confident smile and a well-practiced female voice. <<print "@@color:"+$George.color2+";\"But that's about the only criticism I have for you. I wish I had done this years ago.\"@@">>
Vicki is extremely grateful for your services and tips you double the price of the makeover. She promises to return when she can for additional makeup tips.
<a data-passage="Main">Continue</a><<set $you.fem += 20, $George.payment = 2*$pricing.makeover, $George.visits++, $cash += $George.payment, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'George'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<if $George.visits == 1>>George has returned with a specific request.<<else>>George has returned for another makeup lesson.<</if>>
<img src="client1/george0.jpg" alt="" style="height:400px;">
<<if $George.visits == 1>><<print "@@color:"+$George.color1+";\"I want you to teach me how to apply makeup. Vicki is an independant woman who needs to know how to make herself look as beautiful as she can be,\"@@">> he says with a smile.<<elseif $George.visits ==2>><<print "@@color:"+$George.color1+";\"I'm back for another lesson. I think I'm starting to get the hang of it, but I need some more guidance,\"@@">> he says.<<elseif $George.visits == 3>><<print "@@color:"+$George.color1+";\"I'm back! This will probably be the last lesson I need - Vicki has been practicing extensively in her spare time!\"@@">> he says happily.<<else>><</if>>
<<if $inventory.makeup > 0>>[[Teach him how to apply makeup|GeorgeLevel0A]]
<<if $specialitems.hypnoshampoo > 0>>[[Hypnotize him so he memorizes technique|GeorgeLevel0A][$George.hypno++, $specialitems.hypnoshampoo--]]<</if>><<else>>You do not currently have the makeup supplies necessary for a tutorial. George leaves the salon disappointed with your lack of professional preparation. <<set $you.rating -= 1>><</if>><<print "<<goto "+$advertising.client+" >>">><<if $George.hypno > 0>>You decide that the easy way to teach George makeup application is by helping him memorize it through hypnosis. You convince him to accept a little hair gel mixed with the special conditioner before having <<print $employees[0].name>> explain the steps.<<else>>You set George down in front of a big mirror and have <<print $employees[0].name>> slowly show him each step in the makeover process.<</if>>
<img src="client1/george1a.jpg" alt="" style="height:400px;"><img src="client1/george1b.jpg" alt="" style="height:400px;">
<<print "@@color:"+$employees[0].color+";\"Aside from the obvious need to shave, start with foundation plus concealer and add a little contouring.\"@@">>
<img src="client1/george1b.jpg" alt="" style="height:400px;"><img src="client1/george1c.jpg" alt="" style="height:400px;">
<<print "@@color:"+$employees[0].color+";\"Next focus on the eyes. A little eyeshadow, eyeliner, and mascara on your eyelashes or fake lashes can really make your eyes pop! Don't forget to arch your eyebrows as well.\"@@">>
<img src="client1/george1c.jpg" alt="" style="height:400px;"><img src="client1/george1d.jpg" alt="" style="height:400px;">
<<print "@@color:"+$employees[0].color+";\"The final steps are lip liner, lipstick, and a wig to complete the look. You look fabulous!\"@@">>
<<if $George.hypno > 0>>George, now fully dressed like Vicki, has been in a trance like state watching you apply makeup to her face. You aren't even sure that your instructions have been getting through to her, until you hear her softly whispering <<print "@@color:"+$George.color2+";\"Foundation...countouring...eyes...lipstick...\"@@">> under her breath even after you've stopped talking. You bring her focus back to the real world and she pays you double the usual price before wandering out of the salon.<<else>>George, now Vicki, seems to process each step reasonably well. She pays you double the usual fee out of gratitude and <<if $George.visits < 3>>rushes home to practice on herself.<<else>>states that she's confident enough to do this on her own. She won't need to come back next month.<<silently>><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'George'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><</silently>><</if>><</if>>
<a data-passage="Main">Continue</a><<set $George.visits++, $cash += $George.payment, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'George'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>You prepare yourself for another makeup lesson with George, but to your surprise it is Vicki who arrives! She is madeup glamorously and wearing a new wig.
<<set $George.image to "client1/vicki1.jpg">><img src="client1/vicki1.jpg" alt="" style="height:400px;">
<<print "@@color:"+$George.color2+";\"Hello! I just wanted to drop by and say that I'm not going to be needing any more appointments,\"@@">> she says with a smile. <<print "@@color:"+$George.color2+";\"I don't know what it was about your tutorial, but somehow your tips really stuck with me and I've been able to do my own makeup for a few weeks now!\"@@">>
<<print "@@color:"+$George.color2+";\"I can't state how grateful I am for all your help,\"@@">> she continues. <<print "@@color:"+$George.color2+";\"If there is anything I can do for you...anything at all...just let me know!\"@@">>
[[Ask her for some additional cash|GeorgeLevel1A]]
[[Ask her to mention you around town|GeorgeLevel1B]]
/*<<if $George.hypno == 1 || $specialitems.hypnoshampoo > 0>>[[Ask her to help you with a special assignment|GeorgeLevel1C]]*/
You aren't sure whether to expect Penny back for another appointment given her aunt's anger, but sure enough the new blonde shows up.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
<<if hasVisited("AmeliaPhone1A")>>@@color:#ffafd7;"I heard that you apologized to my aunt for taking me in,"@@ she said with a frown on her face. @@color:#ffafd7;"I came here because I'm hoping that you'll respect MY decision and complete the job you promised by bleaching my hair. So what's it going to be?"@@<<else>>@@color:#ffafd7;"I heard that my aunt was pissed off enough to call you,"@@ she says with a smile. @@color:#ffafd7;"She was pretty mad that you had the balls to not give into her demands immediately. So are you still going to follow through and bleach my hair?"@@<</if>>
[[Decline to treat her again|PennyMonth4A]]
<<if $inventory.bleach > 0>>[[Bleach her hair|PennyMonth4A][$Penny.image to "client2/penny2.jpg"]]
<<if $specialitems.hypnoshampoo > 0>><<if $Penny.hypno == 0>>[[Help her, but use the hypnotic conditioner to understand her decision|PennyLevel0][$Penny.image to "client2/penny2.jpg"]]<<elseif $Penny.hypno == 1>><<if hasVisited("AmeliaPennyInfluence")>>[[Help her, but use the hypnotic conditioner to influence her thinking|PennyLevel1][$Penny.image to "client2/penny2.jpg"]]<</if>><</if>><</if>><<else>>You don't have the necessary supplies to bleach Penny's hair<</if>>
<<if $Penny.image == "client2/penny2.jpg">><<set $Penny.payment to $pricing.bleachjob>>You tell Penny that you'll bleach her hair as requested.
<<if hasVisited("AmeliaPhone1A")>><<set $you.morality -= 15>>@@color:#ffafd7;"Awesome! Glad to hear that you're sticking with me! This is going to piss off my aunt so much!"@@ she says mischievously.<<elseif $Amelia.image == "client2/amelia0m.jpg">><<set $Penny.payment += 50>>@@color:#ffafd7;"Excellent! I really appreciate you stepping up like this for me and against me aunt,"@@ she says happily.<<else>>@@color:#ffafd7;"Great! I'm glad you've decided to pick a side in this argument and help me!"@@ she says excitedly.<</if>>
You get started with the smelly bleach chemicals and slowly apply it to Penny's hair. The entire process takes quite a while and afterwards Penny looks quite different.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"OMG...this is amazing!"@@ Penny says, admiring her newly bleached hair in the mirror. @@color:#ffafd7;"Thank you sooooo much...this is a dream come true!"@@
You tell Penny that she needs one more appointment to ensure that her hair stays bleached. She pays you $<<print $Penny.payment>><<if $Amelia.image == "client2/amelia0m.jpg">>, $50 of which is a tip to thank you for your loyalty.<</if>><<set $Penny.visits++, $cash += $Penny.payment, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<else>>You tell Penny that you've decided against bleaching her hair, as you don't want to get mixed up in the drama with her aunt.
<<if hasVisited("AmeliaPhone1A")>><<set $you.morality -= 5>>@@color:#ffafd7;"I'm disappointed the hear that, considering you promised to help me initially,"@@ she says with a frown. @@color:#ffafd7;"I guess I'll have to go to a salon that won't be intimidated by my aunt."@@
Penny leaves the salon, unlikely to return again.<<elseif $Amelia.image == "client2/amelia0m.jpg">><<set $you.morality -= 15>>@@color:#ffafd7;"What the hell!"@@ Penny snaps angrily. @@color:#ffafd7;"Didn't you tell my aunt that you were supporting my decision? She put me through hell this month because of what you said, and now you're going back on that? Screw you!"@@
Penny leaves the salon visibly angry. She is definitely not coming back.<<else>>@@color:#ffafd7;"Well, obviously I'd rather have you help me finish bleaching my hair, but I appreciate you sticking to your word,"@@ she says with a sigh. @@color:#ffafd7;"My aunt's a bit of a bitch, so I can understand you wanting to stay out of this situation."@@
Penny leaves the salon, surprisingly content for someone leaving your salon for good.<</if>><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Penny'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><</if>>
<a data-passage="Main">Continue</a><<if lastVisited("Emails") <= 2>><<display "CalebEmail1">><<else>><<if visited("Caleb") <= 2>><<display "Caleb1">><<else>><<display "Caleb2">><</if>><</if>>You recieve an email from someone who's seen your advertisement:
@@color:#d5c3a0;"Hello to the New U Salon,
We have a friend named Caleb who should be showing up to your salon later this week to satisfy the conditions for a lost bet. Caleb will show up, identify himself, and confirm that he needs to be transformed into a drag queen for a performance later that evening. As winners of the bet, we would like you to transform him in one of two ways:
1. Glam makeover - Essentially, make him look like a classy and beautiful drag queen. Refined drag makeup and a stylish wig would be key.
2. Doll makeover - Alternatively, go wild and make him look like a doll-like figure. Big hair and thick makeup are the way to go for this option.
All Caleb knows is that he will be turned into a drag queen and doesn't know what we've requested for his look. Surprise him and us with something fun!
Best,
Caleb's friends"@@
<a data-passage="Main">Continue</a><<set $AdClient.id = "Caleb", $AdClient.name = "Caleb", $appointments.push($AdClient), $advertising.client = "None">>It was near closing time on the weekend when a new client appeared. The slim, college-aged boy introduced himself as Caleb and confirmed that he was indeed here for the drag makeover that his friends had emailed you about.
<img src="ads/caleb0.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"You must have lost a pretty big bet to be showing up for something like this,\"@@">> you said to him. <<print "@@color:"+$you.color+";\"What got you into this situation?\"@@">>
@@color:#d5c3a0;"My group of friends has a fantasy football league with a pretty serious punishment for the loser,"@@ Caleb said with a sigh. @@color:#d5c3a0;"Last year it was running naked around downtown for an hour, so in some ways I guess I'm just happy to be disguised as someone else. Let's just get this over with - I'll be performing in a show in less than three hours."@@
You sit Caleb down in the chair and think about the options that his friends had requested. <<if $inventory.makeup > 0>>What would you like to do?
[[Glam makeover|Caleb1G]]
[[Doll makeover|Caleb1D]]
[[Combination of both options|Caleb1M]]<<else>> However, you realize that you don't have enough makeup to transform this boy into a drag queen. You tell him that you'll have to postpone his appointment, which clearly frustrates him. <<$you.rating -=1>>
<a data-passage="Main">Continue</a><</if>><<set $AdClient.Caleb.lastvisit = (4*($month-1) + $week), $you.fem += 10>>
<<for _i = 0; _i < $advertising.posterevents.length; _i++>><<print "<<if $advertising.posterevents["+_i+"] == 'Caleb'>><<set $advertising.posterevents.deleteAt("+_i+")>><</if>>">><</for>>You decide to opt for a glamorous look for Caleb's night in drag.
<<print "@@color:"+$you.color+";\"Just sit down, Caleb - the entire process will probably take a while to get you ready to go,\"@@">> you tell him. You pull <<print $employees[0].name>> aside and tell her the kind of look you're going for. <<print "@@color:"+$employees[0].color+";\"Sure thing, <<print $you.name>>,\"@@">> she says. <<print "@@color:"+$employees[0].color+";\"I'll cover the mirror so he can be surprised at the end.\"@@">>
While <<print $employees[0].name>> gets to work on Caleb's makeup, you manage to find a blong wig suitable for styling. Once Caleb's makeup is finished, <<print $employees[0].name>> slips the wig onto his head and takes some additional time to transform it into a mass of big wavy curls. Finally, <<print $employees[0].name>> uncovers the mirror to show Caleb his new look.
<img src="ads/caleb1g.jpg" alt="" style="height:400px;">
@@color:#d5c3a0;"Wow...this is crazy,"@@ Caleb says slowly. @@color:#d5c3a0;"I'm not sure whether to be pissed that you did such a good job...or grateful that I look so amazing."@@
<<print "@@color:"+$you.color+";\"Thank you're friends - it was their idea,\"@@">> you say. <<print "@@color:"+$you.color+";\"We were just the artists who interpreted their requests. Now let's get you out of here...I think your show starts in half an hour.\"@@">>
Caleb hastily gets up and pays you a pretty penny for his pretty new look. You're proud of your work and hope he tells people where he got his work done.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $cash += 150*$pricing.studisc, $you.class += 20, $you.rating += 5, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Caleb'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>You decide to opt for a more doll-like look for Caleb's night in drag.
<<print "@@color:"+$you.color+";\"Just sit down, Caleb - the entire process will probably take a while to get you ready to go,\"@@">> you tell him. You pull <<print $employees[0].name>> aside and tell her the kind of look you're going for. <<print "@@color:"+$employees[0].color+";\"Sure thing, <<print $you.name>>,\"@@">> she says. <<print "@@color:"+$employees[0].color+";\"I'll cover the mirror so he can be surprised at the end.\"@@">>
While <<print $employees[0].name>> gets to work on Caleb's makeup, you manage to find a blong wig suitable for styling. Once Caleb's makeup is finished, <<print $employees[0].name>> slips the wig onto his head and takes some additional time to transform it into big mass of platinum blond waves. Finally, <<print $employees[0].name>> uncovers the mirror to show Caleb his new look.
<img src="ads/caleb1d.jpg" alt="" style="height:400px;">
@@color:#d5c3a0;"Wow...this is crazy,"@@ Caleb says slowly. @@color:#d5c3a0;"I'm not sure whether to be pissed that you did such a good job...or grateful that I look so amazing."@@
<<print "@@color:"+$you.color+";\"Thank you're friends - it was their idea,\"@@">> you say. <<print "@@color:"+$you.color+";\"We were just the artists who interpreted their requests. Now let's get you out of here...I think your show starts in half an hour.\"@@">>
Caleb hastily gets up and pays you a pretty penny for his pretty new look. You're proud of your work and hope he tells people where he got his work done.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $cash += 150*$pricing.studisc, $you.bimbo += 20, $you.rating += 5, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Caleb'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>You decide to combine the two requests into a glamorous doll-like look for Caleb's night in drag.
<<print "@@color:"+$you.color+";\"Just sit down, Caleb - the entire process will probably take a while to get you ready to go,\"@@">> you tell him. You pull <<print $employees[0].name>> aside and tell her the kind of look you're going for. <<print "@@color:"+$you.color+";\"Sure thing, <<print $employees[0].name>>,\"@@">> she says. <<print "@@color:"+$employees[0].color+";\"I'll cover the mirror so he can be surprised at the end.\"@@">>
While <<print $employees[0].name>> gets to work on Caleb's makeup, you manage to find a blong wig suitable for styling. Once Caleb's makeup is finished, <<print $employees[0].name>> slips the wig onto his head and takes a little time to coax it into a chic blond hairdo. Finally, <<print $employees[0].name>> uncovers the mirror to show Caleb his new look.
<img src="ads/caleb1m.jpg" alt="" style="height:400px;">
@@color:#d5c3a0;"Wow...this is crazy,"@@ Caleb says slowly. @@color:#d5c3a0;"I'm not sure whether to be pissed that you did such a good job...or grateful that I look so amazing."@@
<<print "@@color:"+$you.color+";\"Thank you're friends - it was their idea,\"@@">> you say. <<print "@@color:"+$you.color+";\"We were just the artists who interpreted their requests. Now let's get you out of here...I think your show starts in half an hour.\"@@">>
Caleb hastily gets up and pays you a pretty penny for his pretty new look. You're proud of your work and hope he tells people where he got his work done.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $cash += 150*$pricing.studisc, $you.class += 10, $you.bimbo += 10, $you.rating += 5, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Caleb'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<if lastVisited("Emails") <= 2>><<display "LauraEmail1">><<else>><<display "Laura1">><</if>>You recieve an email from <<print $employees[0].name>> about a new customer:
<<print "@@color:"+$employees[0].color+";\"Hello $you.name,@@">>
<<print "@@color:"+$employees[0].color+";I had a woman named Laura call in to schedule an appointment this week. She saw our advertisement on a poster near her work and is looking for a \"full body treatment,\" whatever that means. I'll add her to the appointment schedule.@@">>
<<print "@@color:"+$employees[0].color+";Best,@@">>
<<print "@@color:"+$employees[0].color+";$employees[0].name\"@@">>
<a data-passage="Main">Continue</a><<set $AdClient.id = "Laura", $AdClient.name = "Laura", $appointments.push($AdClient), $advertising.client = "None">>Your next client is Laura, a woman probably in her early 20s. She seems unremarkable, except for the fact that she has arrived in nothing but a towel wrapped around her torso.
<img src="ads/laura0.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Hi there! I'm here for a full body treatment,"@@ Laura says with a mischievous smile. She seems completely comfortable wearing next to nothing in public.
<<print "@@color:"+$you.color+";\"Oh...um...I don't know what impression you got from our advertisement, but we're not a massage or tanning salon,\"@@">> you explain.
@@color:#00dce6;"But you said that you provide "full treatments"...c'mon...help out a girl interested in that?"@@ Laura says with a slight pout.
[[Tell her you can't help her|Laura1A]]
<<if $inventory.makeup > 0>>[[Offer her a makeover instead|Laura1B]]<</if>><<set $AdClient.Laura.visits++, $AdClient.Laura.lastvisit = (4*($month-1) + $week)>>
<<for _i = 0; _i < $advertising.posterevents.length; _i++>><<print "<<if $advertising.posterevents["+_i+"] == 'Laura'>><<set $advertising.posterevents.deleteAt("+_i+")>><</if>>">><</for>><<if lastVisited("Phone Calls") is 2>><<display "NicolePhone1">><<else>><<display "Nicole1">><</if>>You are tending to normal salon business when the phone rings.
<<print "@@color:"+$you.color+";\"Hello, this is the New U Salon, <<print $you.name>> speaking,\"@@">> you answer.
@@color:#e646b4;"Hello,"@@ a tired sounding woman replies. @@color:#e646b4;"I saw an advertisement you've put up around town. I'm wondering whether you have any availability for consulting on a makeover later this week?"@@
<<print "@@color:"+$you.color+";\"Of course!\"@@">> you say, eager to gain a new customer. <<print "@@color:"+$you.color+";\"Can I get a name?\"@@">>
@@color:#e646b4;"Sure - it's Nicole,"@@ she replies. @@color:#e646b4;"I'll see you later this week."@@
You pencil in Nicole for a time later in the week.
<a data-passage="Main">Continue</a><<set $AdClient.id = "Nicole", $AdClient.name = "Nicole", $appointments.push($AdClient), $advertising.client = "None">>Right on time, an older woman you assume to be Nicole arrives at your salon.
<img src="ads/nicole0.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"Hello there! What can we do for you today?\"@@">> you ask your new client.
@@color:#e646b4;"Well, I'm searching for a new look,"@@ Nicole says with a hint of sadness in her voice. @@color:#e646b4;"My husband went missing almost a year ago and was presumed dead by the police after two months of investigation. I held on to the belief that he might one day come back...but I'm getting lonely and coming to terms with the fact that he's gone. I'm trying to get back into the dating scene and want to look better than some frumpy old widow. What would you suggest for a makeover?"@@
You consider Nicole's sad story and try to think up some options for a dating makeover.<<if $inventory.makeup > 0>><<if $inventory.extensions > 0>> You recognize that she's got a great natural hair color and could leverage that into a sexy bombshell look that men like. <<if $inventory.hairdye[0] > 0>> She also seems like an elegant lady, so you could go with an attractive classy look.<</if>> Alternatively, if<<else>> If<</if>> she's looking to score a date, you could go all-out with something slutty. What would you suggest to her?
[[Classy look|Nicole1E]]
[[Bombshell look|Nicole1B]]
[[Slutty look|Nicole1S]]<<else>> However, you realize you don't have the necessary supplies to give Nicole a proper makeover. You ask her to come back later in the week when you have more supplies.
<a data-passage="Main">Continue</a><</if>><<set $AdClient.Nicole.visits++, $AdClient.Nicole.lastvisit = (4*($month-1) + $week)>>
<<for _i = 0; _i < $advertising.posterevents.length; _i++>><<print "<<if $advertising.posterevents["+_i+"] == 'Nicole'>><<set $advertising.posterevents.deleteAt("+_i+")>><</if>>">><</for>>
<<nobr>><<if $advertising.running>>
<<set _event to false>>
<<print "<<set _event to $advertising.events.includes("+$advertising.time+")>>">>
<<if _event>>
<<if $advertising.type == "poster">>
<<set $advertising.client to either($advertising.posterevents)>>
<<if $advertising.client == "Caleb">>
<<set $advertising.pe to false>>
<<elseif $advertising.client == "Laura">>
<<set $advertising.pe to false>>
<<elseif $advertising.client == "Nicole">>
<<set $advertising.pe to true>>
<<elseif $advertising.client == "Ray">>
<<set $advertising.pe to true>>
<<else>>
<<set $advertising.client to "None">>
<</if>>
<<elseif $advertising.type == "online">>
<<set $advertising.client to either($advertising.onlineevents)>>
<<if $advertising.client == "LesBea">>
<<set $advertising.pe to false>>
<<elseif $advertising.client == "Band">>
<<set $advertising.pe to false>>
<<else>>
<<set $advertising.client to "None">>
<</if>>
<<elseif $advertising.type == "TV">>
<</if>>
<</if>>
<</if>><</nobr>>
Double-click this passage to edit it.You tell Laura that she's better suited going somewhere else for her treatment.
@@color:#00dce6;"Fine!"@@ she says angrily. @@color:#00dce6;If you don't want my money then I'll just go"@@
She leaves the salon, still wearing just her towel.
<a data-passage="Main">Continue</a><<set $you.class += 5, $advertising.client = "None">><<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Laura'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>"Look, we can't give you any full body massages or tanning," you explain. "But you can pay for a makeover if you like. We'd just have to ask that you'd be fully clothed before you do that."
@@color:#00dce6;"Don't like what you see?"@@ Laura teases you. @@color:#00dce6;"Fine...I guess a makeover would be okay and I brought an extra set of clothes."@@
<<print $employees[0].name>> directs your promiscuous client to a bathroom, and after a few minutes she emerges wearing a tight yellow top and blue booty shorts. You point her towards a salon chair and ask her the look she's going for, although it's pretty easy to guess with her appearence.
@@color:#00dce6;"Do something bold for night life,"@@ she commands. @@color:#00dce6;"Don't be afraid to go heavy on the eyeshadow and mascara - I want to get my money's worth."@@
You nod as if you understand and tell <<print $employees[0].name>> to work her magic on Laura. Within a half hour her face is coated with a thick layer of makeup.
<img src="ads/laura1.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Damn...I look hot!"@@ Laura says with a smirk, removing any potential concerns you had about overdoing her makeup. You are glad she's happy with her new look and direct her to the front desk to pay.
[[Continue to payment|Laura1C]]<<set $you.class -= 20>>
You inform Laura that her makeover will cost her $30. "It's a bargain for the amount of makeup you got," you say with a wink.
Laura smiles back at you with another devilish grin. "Yeah...about that. See, I'm running a little low on cash right now," she says. "Any way you can just make this a freebie?"
<<print "@@color:"+$you.color+";\"I'm sorry, but I need some form of payment to makeup for the cost of this makeover,\"@@">> you say with a frown. Was she going to stiff you?"
<img src="ads/laura1a.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Oh, I'm sorry to hear that,"@@ Laura says, turning to her side and arching her back provocatively. @@color:#00dce6;"I won't be getting any money until my job later tonight...so is there ANY way I can repay you?"@@
You stare at her incredulously as she bats her eyes at you and lifts her leg. Your client is propositioning you! What should you do?
[[Call the cops on her|Laura1P]]
[[Let her go without paying|Laura1F]]
[[Recieve other form of payment|Laura1S]]
<<print "@@color:"+$you.color+";\"So are you some kind of prostitute?\"@@">> you ask incredulously.
@@color:#00dce6;"Baby I can be whatever you want me to be,"@@ she says with her trademark smirk.
<<print "@@color:"+$you.color+";\"Well then I'm sorry, but I need you to get the hell out of here,\"@@">> you say angrily. <<print "@@color:"+$you.color+";\"I'll treat anyone who pays, but not with what you're offering. I'm calling the cops!\"@@">>
Laura's face hardens and she sneers angrily. @@color:#00dce6;"Fine! I'm out of here then!"@@
Laura disappears as you dial 911. You report her to the cops and then hang up, disappointed that you lost out on some money but happy you stayed true to your values.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $you.class += 5, $you.morality += 5, $advertising.client = "None", $AdClient.Laura.cops to true>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Laura'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"So are you some kind of prostitute?\"@@">> you ask incredulously.
@@color:#00dce6;"Baby I can be whatever you want me to be,"@@ she says with her trademark smirk.
<<print "@@color:"+$you.color+";\"Well I'm sorry, but I don't think I can accept your form of payment,\"@@">> you sigh. <<print "@@color:"+$you.color+";\"Please just leave...I have paying customers to attend to here.\"@@">>
Laura smirks and blows you a kiss before leaving the salon without paying. You are disappointed that you lost out on some money, but you ar pleased that you stayed true to your values.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $you.class += 5, $you.morality += 5, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Laura'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"So...what other options are you talking about?\"@@">> you ask nervously.
@@color:#00dce6;"Baby it can be whatever you want it to be,"@@ Laura says with her trademark smirk. @@color:#00dce6;"I may not have cash, but I have three other assets I'm willing to offer up. I can flash my tits, suck your dick, or ride you until my ass earns the price of admission. What'll it be?"@@
If there was any doubt before, it's clear that this woman is a prostitute who isn't shy about alternative forms of payment. What do you want to go for?
[[See her tits|Laura1SN]]
[[Blowjob|Laura1SB]]
[[Fuck her ass|Laura1SF]]
<<set $you.morality -=10, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Laura'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"I am so sorry to hear about your troubles,\"@@">> you say, giving Nicole a hug. <<print "@@color:"+$you.color+";\"I am more than happy to help you out by making you look like a blonde bombshell. You ready to get started?\"@@">>
Nicole nods timidly and sits down in the salon chair. You tell <<print $employees[0].name>> to enhance the volume of her golden hair and add a little makeup. Within an hour, Nicole looks like a new woman.
<img src="ads/nicole1b.jpg" alt="" style="height:400px;">
@@color:#e646b4;"Well this is definitely different,"@@ Nicole says, tenatively fluffing her longer blond locks.
<<print "@@color:"+$you.color+";\"It's better,\"@@">> you say with a smile. <<print "@@color:"+$you.color+";\"Guys will be all over you looking like this.\"@@">>
@@color:#e646b4;"Thanks,"@@ she says, finally showing a small smile. @@color:#e646b4;"It won't be easy moving on...but this makeover will make moving on a little easier."@@
Nicole pays a big fee of $170 for her makeover before leaving the salon.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $inventory.extensions--, $cash += 170, $you.class += 10, $you.bimbo += 10, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Nicole'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>"I am so sorry to hear about your troubles," you say, giving Nicole a hug. "I am more than happy to help you out by giving you a classy makeover. You ready to get started?"
Nicole nods in agreement and sits down in the salon chair. You tell <<print $employees[0].name>> to add some dark blond extensions and give the older woman a makeover. Within an hour, Nicole looks like a new woman.
<img src="ads/nicole1e.jpg" alt="" style="height:400px;">
@@color:#e646b4;"Well this is definitely different,"@@ Nicole says, putting on some glasses to see her new look. @@color:#e646b4;"I look pretty good!"@@
<<print "@@color:"+$you.color+";\"You look ready to test the dating pool,\"@@">> you say with a smile. <<print "@@color:"+$you.color+";\"You'll be irresistable to men looking like this.\"@@">>
@@color:#e646b4;"Thanks,"@@ she says, finally showing a smile. @@color:#e646b4;"It won't be easy moving on...but this makeover will make moving on a little easier."@@
Nicole pays an excellent fee of $200 for her makeover before leaving the salon.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $inventory.extensions--, $inventory.hairdye[0]--, $cash += 200, $you.class += 20, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Nicole'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>"I am so sorry to hear about your troubles," you say, giving Nicole a hug. "I am more than happy to help you out by giving you a sexy look that will get you a date in no time. You ready to get started?"
Nicole nods timidly and sits down in the salon chair. You tell <<print $employees[0].name>> to slather on makeup for a night on the town. Within an hour, Nicole looks like a new woman.
<img src="ads/nicole1s.jpg" alt="" style="height:400px;">
@@color:#e646b4;"Well this is definitely different,"@@ Nicole says, looking stunned at the amount of makeup on her face.
<<print "@@color:"+$you.color+";\"It's sexier,\"@@">> you say with a smile. <<print "@@color:"+$you.color+";\"Guys will be all over you looking like this.\"@@">>
@@color:#e646b4;"I guess,"@@ she says, holding a slight frown. @@color:#e646b4;"I guess this will help me move on with my life."@@
Nicole pays a nice fee of $80 for her makeover before leaving the salon.
<a data-passage="Main">Continue</a><<set $inventory.makeup--, $cash += 80, $you.class -= 10, $you.bimbo += 10, $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Nicole'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<if lastVisited("Phone Calls") <= 2>><<display "RayPhone1">><<else>><<if visited("Ray") <= 2>><<display "Ray1">><<else>><<display "Ray2">><</if>><</if>>One day you recieve a call from a man with a gravely voice:
@@color:#969696;"I saw a flyer around town advertising hair services. You still offering those?"@@ he asks in an impatient tone.
<<print "@@color:"+$you.color+";\"Why yes!\"@@">> you say. <<print "@@color:"+$you.color+";\"We do haircuts, hairstyling, and even makeovers if that's what you are intere-\"@@">>
@@color:#969696;"Good. I'll be over sometime in the next few days,"@@ he says quickly, cutting you off mid-sentence. He hangs up before you can even get a name, making you wonder why he's in such a hurry.
<a data-passage="Main">Continue</a><<set $AdClient.id = "Ray", $AdClient.name = "Unknown Man", $appointments.push($AdClient), $advertising.client = "None">>You are surpised one day by the appearence of a man dressed in dark clothing arrive at the salon.
<img src="ads/ray0.jpg" alt="" style="height:400px;">
@@color:#969696;"Hello...we spoke over the phone earlier this week,"@@ the man says in a gravely voice that you recognize. @@color:#969696;"I'm here for your services."@@
<<print "@@color:"+$you.color+";\"Okay,\"@@">> you say, still a bit uncertain about this mysterious man. <<print "@@color:"+$you.color+";\"Can I get a name and a sense of what kind of treatment you're looking for?\"@@">>
@@color:#969696;"My name isn't important,"@@ he says abruptly, sitting himself down in the salon chair as if he's ready to start. @@color:#969696;"I don't care what you do...I just want to look like a new person."@@
His choice of words and demeanor come off as huge warning signs about this man and his character. What would you like to do?
[[Refuse to help him|Ray1A]]
[[Try to get some more information first|Ray1B]]<<set $AdClient.Ray.visits++, $AdClient.Ray.lastvisit = (4*($month-1) + $week)>>
<<for _i = 0; _i < $advertising.posterevents.length; _i++>><<print "<<if $advertising.posterevents["+_i+"] == 'Ray'>><<set $advertising.posterevents.deleteAt("+_i+")>><</if>>">><</for>>@@color:#969696;"Look, sir, I'm going to be honest,"@@ you say in a assertive tone. @@color:#969696;"You are coming off as a very shady individual with all this secrecy and talk of needing to be a 'new person'. I'm going to have to ask you to leave."@@
The man observes you carefully before slowly getting up out of the chair and exiting the salon. He pulls up his hoodie as he leaves and you watch him long enough to see him start to sprint away from the salon. There was definitely something off about him...should you call the cops?
[[Call the police|Ray1P]]
<a data-passage="Main">Let it go</a><<set $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Ray'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<if lastVisited("Ray1A") is 1>><<set $you.morality += 20>>You call the police to give them a tip regarding the mysterious salon visitor. You don't have much information, but you provide details of your encounter and let them know the direction he was running when he left. The responder thanks you for the call and tells you they'll let you know if they need anything else.
<<elseif lastVisited("Ray1C") is 1>><<set $you.morality += 10>>You call the police to give them a tip. All you can do is tell them that he was going by Ray, and provide details of your encounter. The responder thanks you for the call and tells you they'll let you know if they need anything else.
<<elseif lastVisited("Ray1M") is 1>><<set $you.morality += 5>>You call the police to give them a tip on your mysterious visitor. You describe his appearence after your makeover and let them know that he's going by the alias Ray. The responder thanks you for the call and tells you they'll let you know if anything comes of your tip.
<<elseif lastVisited("Ray1R") is 1>><<set $you.morality -= 10>>You call the police to give them a tip on your mysterious visitor. You describe his appearence after your makeover and let them know that he's going by the alias <<print $AdClient.Ray.name>>. The responder thanks you for the call and tells you they'll let you know if anything comes of your tip.
<</if>>
<a data-passage="Main">Continue</a><<set $AdClient.Ray.cops = true>>
<<print "@@color:"+$you.color+";\"Look, sir, I'm afraid that I'm going to need a little more help if I'm going to treat you,\"@@">> you say in a slightly irritated tone. <<print "@@color:"+$you.color+";\"I need a name to associate with the charges and it'd be great if you explain what a 'new person' look means in your mind.\"@@">>
The man looks at you carefully before finally sighing. @@color:#969696;"Fine...you can call me Ray I guess,"@@ he says in his deep voice. @@color:#969696;"As for the treatment, I really just want to look nothing like myself. I've got an old friend who's trying to find me and I'm trying to get out of town undetected. So can you please just help me?"@@
[[Agree to help|Ray1D]]
[[Refuse to help|Ray1C]]<<print "@@color:"+$you.color+";\"Look, Ray, I'm going to be honest,\"@@">> you say in a assertive tone. <<print "@@color:"+$you.color+";\"While I appreciate you opening up a little, I still very concerned about your background and behavior. I'm going to have to ask you to leave.\"@@">>
@@color:#969696;"This is no way to treat a customer! I'm out of here!"@@ Ray says angrily. He pulls up his hoodie as he leaves and you watch him long enough to see him start to sprint away from the salon. There was definitely something off about him...should you call the cops?
[[Call the police|Ray1P]]
<a data-passage="Main">Let it go</a><<set $advertising.client = "None">>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Ray'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>"Okay Ray...I'll help you out," you respond. He seems visibly relieved and relaxes a bit in the salon chair. "But are you sure that you don't care how you look?"
@@color:#969696;"Yeah, do whatever,"@@ he says again.
You consider your options. If he's looking to hide from a friend, you'll really need to change his look. That gives you an idea...what if you were to disguise him as a woman? He might not like that, but it'd be a more drastic transformation and extra money for his treatment. What do you want to do?
<span id="rayoptionreplace">[[Male makeover|Ray1M]]
<<if $inventory.makeup > 0>><<link "Female makeover">>
<<replace "#rayoptionreplace">>You decide that the best option is to give him a feminine makeover. However, this also has a lot of options to consider. You obviously want to add makeup and lengthen his hair, but there is the question of how long should his hair be and whether you should dye it another color. What should you make Ray look like?
[[Medium length brunette|Ray1E]]
[[Long haired brunette|Ray1F]]
<<if $inventory.bleach > 0>>[[Medium length blonde|Ray1G]]<</if>><</replace>><</link>><<else>>You don't have the supplies to give Ray a feminine makeover<</if>></span>
You decide that the best option is just add medium-lengths extensions and keep Ray as a brunette. You tell your plan to <<print $employees[0].name>> and have her start secretive work on your secretive client.
@@color:#969696;"Why does my hair feel heavier?"@@ Ray starts to complain as <<print $employees[0].name>> adds the extensions to his hair.
<<print "@@color:"+$you.color+";\"We're adding length,\"@@">> you reply. <<print "@@color:"+$you.color+";\"It's probably a better disguise than cutting your hair short because you couldn't naturally grow your hair longer.\"@@">>
Ray seems to accept this explanation and stays quiet through most of the process. That is, until <<print $employees[0].name>> begins to apply makeup to his face.
@@color:#969696;"What the hell are you doing?"@@ he growls as <<print $employees[0].name>> continues to work.
<<print "@@color:"+$employees[0].color+";\"Hold still,\"@@">> she replies. <<print "@@color:"+$employees[0].color+";\"It's just a little makeup...and you told us that we could do whatever we like to make you look different.\"@@">>
Ray seems a little irritated, but settles down enough for <<print $employees[0].name>> to finish her work. The final step is to have Ray remove his dark hoodie and put on a pink tee.
<img src="ads/elvira1.jpg" alt="" style="height:400px;">
@@color:#969696;"You made me into a woman!"@@ Ray says, hands on his hips as he angrily sees his new appearence.
<<print "@@color:"+$you.color+";\"We followed your instructions and tried to make you into a 'new person',\"@@">> you explain. <<print "@@color:"+$you.color+";\"Whoever is searching for you won't be looking for a woman, so if anything you should be thanking us. Plus, we went with the semi-permanent items so you don't have to learn your own makeup or worry about your extensions falling out.\"@@">>
Ray still seems upset by the drastic makeover, but before he can speak out your assistant changes the focus with a different question.
<<print "@@color:"+$employees[0].color+";\"Do you have a female name?\"@@">> <<print $employees[0].name>> asks. <<print "@@color:"+$employees[0].color+";\"You know, something to go by looking like this?\"@@">>
@@color:#969696;"A female name"@@ he asks, clearly thrown by the question. @@color:#969696;"I came in here not even dreaming of looking like one, let alone having a name! You got any bright suggestions?"@@
<<textbox "$AdClient.Ray.name" "Elvira">>
[[Continue|Ray1R]]<<set $you.fem += 20, $you.class += 10>>You decide that the best option is just add long hair extensions and keep Ray as a brunette. You tell your plan to <<print $employees[0].name>> and have her start secretive work on your secretive client.
@@color:#969696;"Why does my hair feel heavier?"@@ Ray starts to complain as <<print $employees[0].name>> adds the extensions to his hair.
<<print "@@color:"+$you.color+";\"We're adding length,\"@@">> you reply. <<print "@@color:"+$you.color+";\"It's probably a better disguise than cutting your hair short because you couldn't naturally grow your hair longer.\"@@">>
Ray seems to accept this explanation and stays quiet through most of the process. That is, until <<print $employees[0].name>> begins to apply makeup to his face.
@@color:#969696;"What the hell are you doing?"@@ he growls as <<print $employees[0].name>> continues to work.
<<print "@@color:"+$employees[0].color+";\"Hold still,\"@@">> she replies. <<print "@@color:"+$employees[0].color+";\"It's just a little makeup...and you told us that we could do whatever we like to make you look different.\"@@">>
Ray seems a little irritated, but settles down enough for <<print $employees[0].name>> to finish her work. The final step is to have Ray remove his dark hoodie and put on a pink tee.
<img src="ads/elvira0.jpg" alt="" style="height:400px;">
@@color:#969696;"You made me into a woman!"@@ Ray says, hands on his hips as he angrily sees his new appearence.
<<print "@@color:"+$you.color+";\"We followed your instructions and tried to make you into a 'new person',\"@@">> you explain. <<print "@@color:"+$you.color+";\"Whoever is searching for you won't be looking for a woman, so if anything you should be thanking us. Plus, we went with the semi-permanent items so you don't have to learn your own makeup or worry about your extensions falling out.\"@@">>
Ray still seems upset by the drastic makeover, but before he can speak out your assistant changes the focus with a different question.
<<print "@@color:"+$employees[0].color+";\"Do you have a female name?\"@@">> <<print $employees[0].name>> asks. <<print "@@color:"+$employees[0].color+";\"You know, something to go by looking like this?\"@@">>
@@color:#969696;"A female name"@@ he asks, clearly thrown by the question. @@color:#969696;"I came in here not even dreaming of looking like one, let alone having a name! You got any bright suggestions?"@@
<<textbox "$AdClient.Ray.name" "Elvira">>
[[Continue|Ray1R]]<<set $you.fem += 20, $you.bimbo += 10>>You decide that the best option is just add medium-length extensions, but then bleach Ray's hair blond. You tell your plan to <<print $employees[0].name>> and have her start secretive work on your secretive client.
@@color:#969696;"Why does my hair feel heavier?"@@ Ray starts to complain as <<print $employees[0].name>> adds the extensions to his hair.
<<print "@@color:"+$you.color+";\"We're adding length,\"@@">> you reply. <<print "@@color:"+$you.color+";\"It's probably a better disguise than cutting your hair short because you couldn't naturally grow your hair longer.\"@@">>
Ray seems to accept this explanation and stays quiet through most of the process. That is, until <<print $employees[0].name>> begins to apply makeup to his face.
@@color:#969696;"What the hell are you doing?"@@ he growls as <<print $employees[0].name>> continues to work.
<<print "@@color:"+$employees[0].color+";\"Hold still,\"@@">> she replies. <<print "@@color:"+$employees[0].color+";\"It's just a little makeup...and you told us that we could do whatever we like to make you look different.\"@@">>
Ray seems a little irritated, but settles down enough for <<print $employees[0].name>> to finish her work. The final step is to have Ray remove his dark hoodie and put on a pink tee.
<img src="ads/elvira2.jpg" alt="" style="height:400px;">
@@color:#969696;"You made me into a woman!"@@ Ray says, hands on his hips as he angrily sees his new appearence.
<<print "@@color:"+$you.color+";\"We followed your instructions and tried to make you into a 'new person',\"@@">> you explain. <<print "@@color:"+$you.color+";\"Whoever is searching for you won't be looking for a woman, so if anything you should be thanking us. Plus, we went with the semi-permanent items so you don't have to learn your own makeup or worry about your extensions falling out.\"@@">>
Ray still seems upset by the drastic makeover, but before he can speak out your assistant changes the focus with a different question.
<<print "@@color:"+$employees[0].color+";\"Do you have a female name?\"@@">> <<print $employees[0].name>> asks. <<print "@@color:"+$employees[0].color+";\"You know, something to go by looking like this?\"@@">>
@@color:#969696;"A female name"@@ he asks, clearly thrown by the question. @@color:#969696;"I came in here not even dreaming of looking like one, let alone having a name! You got any bright suggestions?"@@
<<textbox "$AdClient.Ray.name" "Elvira">>
[[Continue|Ray1R]]<<set $you.fem += 20, $you.class -= 10>>/*<<if $inventory.bleach > 0>>*/You decide to leave Ray's masculine look intact, but to alter his appearence by bleaching his hair. You direct <<print $employees[0].name>> to begin the bleaching process. After a few hours of using the chemical solution, Ray looks like a new man.
<img src="ads/ray1.jpg" alt="" style="height:400px;">
@@color:#969696;"Not bad...I wish my eyebrows didn't give away my natural hair color, but I look practically unrecognizeable,"@@ Ray says, clearly pleased with your work. @@color:#969696;"Can I get out of here now?"@@
You agree to let your transformed client go once he pays for your work. <<print $AdClient.Ray.name>> hands over a hefty sum of $100, all in cash, before dashing out of the salon. You watch him go, still uncertain exactly what he's done to want his makeover. Should you call the cops and report him?
[[Call the police|Ray1P]]
<a data-passage="Main">Let him go</a>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Ray'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"I think $AdClient.Ray.name is a good name,\"@@">> you offer. <<print $employees[0].name>> nods in agreement.
@@color:#969696;"Fine...I guess it's not the worst name to go by,"@@ the newly christened <<print $AdClient.Ray.name>> says. @@color:#969696;"Can I get out of here now?"@@
You agree to let your feminized client go once he pays for your work. <<print $AdClient.Ray.name>> hands over the hefty sum all in cash before dashing out of the salon. You watch him go, still uncertain exactly what he's done to be accepting of such a drastic makeover. Should you call the cops and report him?
[[Call the police|Ray1P]]
<a data-passage="Main">Let him go</a>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Ray'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<if visited("Ray1E")>><<set $inventory.makeup--, $inventory.extensions--, $cash += 140, $advertising.client = "None">><<elseif visited("Ray1F")>><<set $inventory.makeup--, $inventory.extensions--, $cash += 160, $advertising.client = "None">><<elseif visited("Ray1G")>><<set $inventory.makeup--, $inventory.extensions--, $inventory.bleach--, $cash += 220, $advertising.client = "None">><</if>><<if lastVisited("Emails") <= 2>><<display "LesBeaEmail1">><<else>><<display "LesBea1">><</if>>You check your email and find something from a young woman:
@@color:#e17da0;"Hello! My name is Leslie and I'm hoping to do something special for my girlfriend Beatrice. It's her birthday later this week and I want to surprise her with a makeover! I'll show up with her later this week, but please keep it a surprise! She just thinks that it's a regular hair appointment!
Thanks,
Leslie"@@
<a data-passage="Main">Continue</a><<set $AdClient.id = "LesBea", $AdClient.name = "Leslie/Beatrice", $appointments.push($AdClient), $advertising.client = "None">>It's business as usual as usual when a young blonde woman appears. She introduces herself as Leslie who sent you an email about her girlfriend Beatrice.
<img src="ads/leslie0.jpg" alt="" style="height:400px;">
@@color:#e17da0;"Hi! So Beatrice should be arriving soon - all I told her is that I'm treating her to a little haircut,"@@ she says excitedly. @@color:#e17da0;"You're allowed to do whatever you want as long as it's not too expensive!"@@
You nod in agreement. While waiting, you notice that Leslie is a very pretty woman who could use a little bit of hairstyling herself. You could also try to treat her along with her girlfriend, or you could just settle for one appointment. What would you like to do?
<<if $inventory.makeup >= 2>>[[Offer Leslie a free two-for-one makeover|LesBea1A][$you.morality += 10]]
[[Insist on paying for a second makeover|LesBea1A][$cash += 30, $you.morality -= 10, $AdClient.LesBea.lesmakeover to true]]<</if>>
<<if $inventory.makeup > 0>>[[Just tend to Beatrice|LesBea1B]]<<else>> You don't have the necessary supplies to treat your client(s)
<a data-passage="Main">Cancel appointment</a><</if>>
<<silently>><<set $AdClient.LesBea.lastvisit = (4*($month-1) + $week)>>
<<for _i = 0; _i < $advertising.onlineevents.length; _i++>><<print "<<if $advertising.onlineevents["+_i+"] == 'LesBea'>><<set $advertising.onlineevents.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'LesBea'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>
You wait a few minutes and Beatrice still hasn't shown up. <<print "@@color:"+$you.color+";\"You know, Leslie,\"@@">> you say to your prospective client. <<print "@@color:"+$you.color+";\"You definitely look like you could use a little touchup yourself. Want to me to treat you real quick?\"@@">>
@@color:#e17da0;"I don't know,"@@ she says doubtfully. @@color:#e17da0;"I'm not one for fancy things and I don't have much money to pay for anything beyond Bea's makeover."@@
<<if $AdClient.LesBea.lesmakeover>><<print "@@color:"+$you.color+";\"Please...I insist,\"@@">> you say, glaring at her as if to dare her to say no. She looks like she wants to say no, but meekly moves over the salon chair.<<else>><<print "@@color:"+$you.color+";\"Please...consider it a free addition to your girlfriend's treatment,\"@@">> you say kindly. She perks up and thanks you profusely for your offer as she moves over to the salon chair.<</if>>
<<print $employees[0].name>> comes over when you call and starts spicing up Leslie's look. She adds a little makeup, but mostly focus on teasing her blond locks into a bump hairstyle with a mass of curls in the back.
<img src="ads/leslie1.jpg" alt="" style="height:400px;">
@@color:#e17da0;"Oh my goodness! I look great!"@@ Leslie says excitedly as she turns her head, her new curls bouncing behind her head. "I'm really glad I did this!"
Just then, Leslie's phone starts buzzing. @@color:#e17da0;"Oh, that's Bea! She says she's close,"@@ she says after checking her texts. @@color:#e17da0;"I don't want her to see my makeover and ruin her surprise...can you handle it from here?"@@
You agree and have <<print $employees[0].name>> take her to your office to hide momentarily. Shortly after, the salon door opens as your new client finally arrives.
[[Great Bea|LesBea1B]]<<set $AdClient.LesBea.lesmakeover to true, $inventory.makeup-->>
<<if lastVisited("LesBea1") == 1>>You decide to just give Beatrice a makeover. You wait quite a while for her to arrive, but when she finally arrives Leslie ducks into your office to wait for the surprise makeover to be complete.
<</if>><<print "@@color:"+$you.color+";\"Hello there, you must be Bea!\"@@">> you say to the new arrival.<<print "@@color:"+$you.color+";\"I'm <<print $you.name>>.\"@@">>
<img src="ads/beatrice0.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Hey,"@@ the young woman says. @@color:#f0373c;"Where's Les? She says she got here like 30 minutes ago."@@
<<print "@@color:"+$you.color+";\She's in the back, probably using the restroom or something,\"@@">> you tell her. <<print "@@color:"+$you.color+";\"Why don't we get started?\"@@">>
Bea shrugs in agreement and sit down in the chair. As you take a good look at her, you realize why her girlfriend is eager to give her a makeover. While naturally pretty without any makeup, she shows signs of bleached hair that hasn't been treated in a while. You could re-bleach her hair, or use some dye to bring her back to her natural hair color. What do you want to do?
<span id="beaoptionreplace"><<if $inventory.bleach > 0>><<link "Re-bleach">>
<<replace "#beaoptionreplace">>You decide to re-bleach her hair to hide her dark roots. However, you also have to decide how much makeup you want to use. Should you go with a simple look or apply more makeup<<if visited("LesBea1A")>> or match Leslie's look<</if>>?
[[Simple look|LesBea1C]]
[[More makeup|LesBea1D]]
<<if visited("LesBea1A")>>[[Match Leslie|LesBea1E]]<</if>>
<</replace>><</link>><<else>>You don't have the supplies to make Bea a brunette again<</if>>
<<if $inventory.hairdye[1] > 0>><<link "Back to brunette">>
<<replace "#beaoptionreplace">>You decide to bring her natural brunette color back with some dye. However, you also have to decide how much makeup you want to use. Should you go with a simple look or apply more makeup?
[[Simple look|LesBea1F]]
[[More makeup|LesBea1G]]
<</replace>><</link>><<else>>You don't have the supplies to make Bea a brunette again
<a data-passage="Main">Cancel appointment</a><</if>></span>After conversations with Penny's aunt, Amelia, you decide that it's probably a good idea to hypnotize Penny to help nudge her down the proper path. What you are still uncertain about is what to imbed into Penny's subconscious. You could follow Amelia's request and steer Penny's focus to something that her aunt might accept, or you could reenforce Penny's bimbo inclinations. What do you want to do?
[[Convince her to become a model|PennyLevel1M]]
[[Make her go full bimbo|PennyLevel1B]]<<print "@@color:"+$you.color+";\"Actually, there is something I could use your help with,\"@@">> you say. <<print "@@color:"+$you.color+";\"Things have been a little tight around here financially since I've taken over. I know you've been really generous with your patronage recently, but would it be possible to recieve a larger donation?\"@@">>
<<print "@@color:"+$George.color2+";\"Absolutely,\"@@">> Vicki smiles and reaches into her purse. <<print "@@color:"+$George.color2+";\"I've done quite well for myself in many regards, and since you've been so kind to help me in an area that I've been deficient, I'd be more than happy to help you.\"@@">>
Vicki signs a check for $500 towards you salon. You thank her profusely for her generosity and tell her to come back any time she wishes.
<a data-passage="Main">Continue</a><<set $George.visits++, $cash += 500>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'George'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'George'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<print "@@color:"+$you.color+";\"Actually, there is something I could use your help with,\"@@">> you say. <<print "@@color:"+$you.color+";\"One of the things we need are more clients here at the salon. I know that there may be some things about your appointments that you'd prefer to keep secret, but would you be willing to spread some good reviews of my salon around town?\"@@">>
<<print "@@color:"+$George.color2+";\"Absolutely,\"@@">> Vicki says without hesitating. <<print "@@color:"+$George.color2+";\"I've actually connected with a small community of men like myself who might be very interested in your services. Plus, I'm happy to give a positive review of your work to anyone I meet.\"@@">>
Grateful, you thank Vicki profusely for her williness to advertise your salon and tell her to come back any time she wishes.
<a data-passage="Main">Continue</a><<set $George.visits++, $you.rating += 30, $you.fem += 20>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'George'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'George'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><<nobr>>
/*Ray*/
<<if hasVisited("Ray")>>
<<if (4*($month-1)+$week) == ($AdClient.Ray.lastvisit + 2)>>
<<if $AdClient.Ray.cops>>
<<if not hasVisited("RayCops")>><<set _pl++>><li><a data-passage="RayCops">A call about an old client</a></li><</if>>
<<else>>
/*<<if not hasVisited("RayPhone2")>><<set _pl++>><li><a data-passage="RayPhone2">A secret call from an old client</a></li><</if>>*/
<</if>>
<</if>>
<</if>>
/*Harold*/
<<if hasVisited("Harold")>>
<<if $week == 1>>
<<if $Harold.image == "client3/harold2h.jpg">>
<<if not hasVisited("HaroldPhone3")>><<set _pl++>><li><a data-passage="HaroldPhone3">An update from Mrs. Ivy</a></li><</if>>
<</if>>
<</if>>
<</if>>
/*Harold*/
<<if $week == 4>>
<<if $you.rating > 200>>
<<if not hasVisited("JamesPhone1")>><<set _pl++>><li><a data-passage="JamesPhone1">A warning from a concerned woman</a></li><</if>>
<</if>>
<</if>>
<</nobr>><<nobr>>
/*George
<<if not hasVisited("GeorgeUpdate1")>><<set _pl++>><li><a data-passage="Fiona">Call from potential customer</a></li><</if>>
*/
/*Caleb*/<<if hasVisited("Caleb")>>
<<if (4*($month-1)+$week) == ($AdClient.Caleb.lastvisit + 1)>>
<<if not hasVisited("CalebUpdate")>><<set _el++>><li><a data-passage="CalebUpdate">A follow-up on Caleb's appointment</a></li><</if>>
<</if>>
<</if>>
/*Nicole*/<<if hasVisited("Nicole")>>
<<if (4*($month-1)+$week) == ($AdClient.Nicole.lastvisit + 4)>> <<if not hasVisited("NicoleUpdate")>><<set _el++>><li><a data-passage="NicoleUpdate">A message from Nicole</a></li><</if>>
<</if>>
<</if>>
<</nobr>>Found RayPhone2!<<if hasVisited("Ray1M")>>You hear the phone ringing and pick up to here a man on the other line.
@@color:#000080;"Hello sir, this is Detective Jones with the local police. I'm calling back to inform you that we identified the suspicious individual you tipped us off about as a criminal in a major case and were able to arrest him thanks to your help. We are extremely grateful for your efforts and would like to reward you a cash prize of $1000 for your assistance in this case. Our assistant will be forwarding you the cash later today."@@
You thank the policeman profusely, proud that you followed your instincts and happy that you were rewarded so handsomely for your efforts.<<set $cash += 1000>>
<<elseif hasVisited("Ray1R")>>You hear the phone ringing and pick up to here a man on the other line.
@@color:#000080;"Hello sir, this is Detective Jones with the local police. I'm calling back to inform you that we identified the suspicious individual you tipped us off about as a criminal in a major case and were able to arrest "her" thanks to your description of her new appearence. We are extremely grateful for your efforts and would like to reward you a cash prize of $1000 for your assistance in this case. Our assistant will be forwarding you the cash later today."@@
You thank the policeman profusely, proud that you followed your instincts and happy that you were rewarded so handsomely for your efforts.<<set $cash += 1000>>
<<elseif hasVisited("Ray1C")>>You hear the phone ringing and pick up to here a man on the other line.
@@color:#000080;"Hello sir, this is Detective Jones with the local police. I'm calling back to inform you that we identified the suspicious individual you tipped us off about as a criminal in a major case thanks to your help. Unfortunately, we haven't been able to track him down, but we are extremely grateful for your efforts and would like to reward you a cash prize of $500 for your assistance in this case. Our assistant will be forwarding you the cash later today."@@
You thank the policeman profusely, happy that you were rewarded for following your gut but a little concerned that your visitor is still on the loose.<<set $cash += 500>>
<<elseif hasVisited("Ray1A")>>You hear the phone ringing and pick up to here a woman on the other line.
@@color:#000080;"Hello sir, this is Jane with the local police - we spoke on the phone a few weeks ago about an anonymous tip? I'm calling back to inform you that although we had some suspicion about the description you provided, we were unable to confirm the identify of your customer or even locate them. We thank you for your efforts."@@
You thank the policewoman, unsure of whether to be happy that the mysterious man apparently isn't around or guilty that you accused an innocent man.
<</if>>
<a data-passage="Main">Continue</a>You recieve an email from an address you recognize as that of Caleb's friends:
@@color:#d5c3a0;"Hello to the New U Salon,
We want to thank you for your help completing our bet with Caleb. He went to the local drag club and actually won 2nd place in the amateur night competition! He even won some money as a result, but as part of the punishment we decided that it would be best to donate it to your salon. It's only $200 but we hope it shows how much we appreciate your involvement.
Best,
Caleb's friends"@@
<a data-passage="Main">Continue</a><<set $cash += 200>>You recieve a text from Nicole, the widow who you gave a makeover to last month.
@@color:#e646b4;"Hi <<print $you.name>>,
I wanted to say how thankful I am for your help. Since my makeover, I started to feel so much more confident and went out more and more frequently. Now I've even found a nice man who I've been dating for a week or so! His name is Tom and he is a <<if hasVisited("Nicole1B")>>bodybuilder. Isn't that awesome?<<elseif hasVisited("Nicole1E")>>coworker at my office. Small world, huh?<<elseif hasVisited("Nicole1S")>>professional ping-pong player! How cool is that?<</if>>
Anyways, I've never felt better and it's all thanks to you! I've been telling everyone I can about what a wonderful job you do here...hopefully it helps bring some new customer's your way.
Thanks so much!
Nicole"@@
<<if hasVisited("Nicole1B")>><img src="ads/nicole2b.jpg" alt="" style="height:400px;">
<<elseif hasVisited("Nicole1E")>><img src="ads/nicole2e.jpg" alt="" style="height:400px;"><<elseif hasVisited("Nicole1S")>><img src="ads/nicole2s.jpg" alt="" style="height:400px;"><</if>>
You smile at the nice email from Nicole and admire the fun photo she's sent as a memento. However, you also notice another unloaded image attachment at the bottom of the email below her picture. It's labeled "<<if hasVisited("Nicole1B")>>sexyworkout<<elseif hasVisited("Nicole1E")>>dicktation<<elseif hasVisited("Nicole1S")>>pongporn<</if>>.jpg" Seems risky or risque...do you dare open it?
<a data-passage="Main">Just delete email</a><<set $you.morality += 5, $you.rating += 10>>
[[Download image|NicoleUpdate2]]
[[Email Nicole back to mention the extra attachment|NicoleUpdate3]]<<set $you.morality -= 10>>You decide to download the image. After a minute of buffering, it appears on your screen
<<if hasVisited("Nicole1B")>><img src="ads/nicole2bp.jpg" alt="" style="height:400px;">
<<elseif hasVisited("Nicole1E")>><img src="ads/nicole2ep.jpg" alt="" style="height:400px;"><<elseif hasVisited("Nicole1S")>><img src="ads/nicole2sp.jpg" alt="" style="height:400px;"><</if>>
To your shock, it's a picture of a naked Nicole and her new boyfriend having sex! What the hell should you do?
<a data-passage="Main">Just delete attachment</a>
[[Call Nicole discretely about the attachment|NicoleUpdate3]]
[[Blackmail Nicole with the attachment|NicoleUpdate4]]<<if lastVisited("NicoleUpdate") is 1>>You decide to email Nicole back, unsure of whether the extra attachment is meant for you or not. Within an hour, Nicole has emailed you back.
@@color:#e646b4;"Oh my goodness I am soooo sorry! That was a private image meant just for my boyfriend...I must have accidentally uploaded that file when I attached my nice picture! I hope you didn't open it accidentally. Either way, would you mind deleting that email? I'd appreciate it very much.
Apologies,
Nicole"@@
<a data-passage="Main">Delete attachment and email</a><<set $you.morality += 10>><<else>>You decide to call Nicole and mention the attachment to see what she wants to do about it. She picks up on the first ring and seems flustered when you explain what happened.
@@color:#e646b4;"Oh my goodness I am soooo sorry! That was a private image meant just for my boyfriend...I must have accidentally uploaded that file when I attached my nice picture!"@@ she says, clearly agitated.
<<print "@@color:"+$you.color+";\"It's alright...I could see why your boyfriend would have liked it,\"@@">> you say candidly.
@@color:#e646b4;"T...Thanks,"@@ she says in a voice that sounds flush with both embarrassment and relief. @@color:#e646b4;"I'll be more carefuly next time. Just delete it please!"@@
You agree to her request and hang up, satisfied that you did the right thing even if it was a little uncomfortable.
<a data-passage="Main">Delete attachment and email</a><<set $you.morality += 10>><</if>>You decide to call Nicole and threaten her with exposure of her nude image. She picks up on the first ring and her emotions swing from shock to anger.
@@color:#e646b4;"You asshole...it was an honest mistake!"@@ she says, clearly upset. @@color:#e646b4;"I was a loyal customer, talked up your salon, and now you're trying to extort me?"@@
<<print "@@color:"+$you.color+";\"I'm not the one who sent a man nude photos,\"@@">> you retort. <<print "@@color:"+$you.color+";\"It wouldn't be hard for me to convince your new boyfriend that you're going around behind his back...so I'm going to need something in return. Let's say $500.\"@@">>
@@color:#e646b4;"Whatever...I've got plenty of cash and more dignity that you'll ever have,"@@ Nicole responds icily. @@color:#e646b4;"I'll send you an electronic payment now, but don't expect any more support from me."@@
She hangs up and 30 minutes later you recieve the payment. You trust that she'll keep quiet because of the threat of exposure, but she may not talk so positively about your salon anymore.
<a data-passage="Main">Continue</a><<set $you.morality -= 20, $you.rating -= 10, $cash += 500>>You decide that the best response is honesty and to explain what you've learned about Penny.
<<print "@@color:"+$you.color+";\"Mrs. Anderson, I spoke with Penny and she told me some things that explain everything,\"@@">> you say carefully. <<print "@@color:"+$you.color+";\"I know this sounds hard to believe, but your niece wants to be...a bimbo. Her words, not mine. I know that this probably isn't what you want to hear, but in my defense I did spread out the hair treatment so she had some time to reconsider.\"@@">>
Amelia's eyes blaze with fury at your explanation. You expect an outburst of indignation or some sort of blame directed your way, but Amelia simply purses her lips and replies somewhat calmly.
@@color:#e670ab;"Well...that obviously is unacceptable, but I can understand it as youthful obsession with something they think is attractive,"@@ she replies. @@color:#e670ab;"Tell me, <<print $you.name>>, do you think you can change her mind?"@@
<<print "@@color:"+$you.color+";\"Well I don't know,\"@@">> you demure. <<print "@@color:"+$you.color+";\"I would think it would be better if you spoke with her and-\"@@">>
@@color:#e670ab;"She won't listen to me,"@@ Amelia cuts you off curtly. @@color:#e670ab;"No, it would have to be you. She seems to have some level of trust in you, so I would request that you do your best to redirect her attention towards some other...goal. I can reward you handsomely if you do so...or make your life miserable if you don't."@@
She hangs up before you can agree to her request, the lingering threat making it clear that she sees this as a demand. You close the video call on your end, unsure of what to do.
<a data-passage="Main">Continue</a>
You decide that, contrary to Amelia's demands, you are going to use your hypnotic capabilities to make Penny fully embrace her bimbo desires. You mix in the special conditioner into the bleaching solution and allow <<print $employees[0].name>> to start the process, but redirect her to another station when you think the conditioner has fully set in.
<<print "@@color:"+$you.color+";\"So Penny,\"@@">> you say slowly. <<print "@@color:"+$you.color+";\"You still want to be a bimbo, right?\"@@">>
@@color:#ffafd7;"Mmmmmhhhhhmmmm..."@@ she murmurs in her stupor.
<<print "@@color:"+$you.color+";\"Well don't you think you should be, you know, acting a bit more like a bimbo?\"@@">> you say. <<print "@@color:"+$you.color+";\"The hair is one thing...but what about your clothes, or the way you talk?\"@@">>
@@color:#ffafd7;"I dunno..."@@ she replies groggily. @@color:#ffafd7;"It's a secret...people might think..."@@
<<print "@@color:"+$you.color+";\"A true bimbo wouldn't care what people think,\"@@">> you answer. <<print "@@color:"+$you.color+";\"As a bimbo, you should only think about makeup and clothing and giggling at everything.\"@@">>
@@color:#ffafd7;"Makeup...clothes...hehe..."@@ Penny giggles.
<<print "@@color:"+$you.color+";\"That's right...be a good bimbo...embrace it,\"@@">> you say as you slowly drift away to allow <<print $employees[0].name>> to finish the process.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"OMG, like, thanks for making my hair so pretty!"@@ Penny giggles happily. @@color:#ffafd7;"Like, I don't think it can get any better!"@@
Penny happily pays you for the bleach job and throws in a little extra cash as a bonus. She says she won't be back...but that doesn't mean you won't have to deal with her aunt later.
<a data-passage="Main">Continue</a><<set $Penny.image to "client2/penny2b.jpg", $Penny.payment to $pricing.bleachjob, $Penny.hypno++, $Penny.visits++, $cash += 100, $inventory.bleach--, $specialitems.hypnoshampoo--, $you.morality -= 30, $you.bimbo += 30>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Penny'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>You decide that you are going to use your hypnotic capabilities to redirect Penny's bimbo obsession into something simple being a model. You mix in the special conditioner into the bleaching solution and allow <<print $employees[0].name>> to start the process, but redirect her to another station when you think the conditioner has fully set in.
<<print "@@color:"+$you.color+";\"So Penny,\"@@">> you say slowly. <<print "@@color:"+$you.color+";\"You still want to be a bimbo, right?\"@@">>
"Mmmmmhhhhhmmmm..." she murmurs in her stupor.
<<print "@@color:"+$you.color+";\"Well is that what you really want?\"@@">> you ask. <<print "@@color:"+$you.color+";\"You say you want attention, to be pretty, to be looked at...that sounds more like the description of a model to me.\"@@">>
@@color:#ffafd7;"I dunno..."@@ she replies groggily. @@color:#ffafd7;"Models aren't special..."@@
<<print "@@color:"+$you.color+";\"I think a lot of people think models are much more special,\"@@">> you answer. <<print "@@color:"+$you.color+";\"They come in all shapes and sizes, can be beautiful and alluring without having to resort to some bleach blond look. Heck, I bet deep down you really don't even like the bleach blond look and would rather be a model...\"@@">>
@@color:#ffafd7;"I...don't like bleached hair...want to be model?\"@@">> Penny seems to struggle in inner conflict.
<<print "@@color:"+$you.color+";\"That's right...be a model...embrace your natural beauty,\"@@">> you say repeatedly until Penny begins to murmur this to herself. Only then do you slowly drift away to allow <<print $employees[0].name>> to finish the process.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"Wow..."@@ Penny says, looking a bit uncertain. @@color:#ffafd7;"I know I asked for this and I can tell you did a good job...but I don't know if I like it now that I see it. I think this is the last time I'm going to be back here for a bleach job."@@
Penny quickly pays you for your work and leaves. She seemed to be turned off by her new look, which you hope will make her aunt happy.
<a data-passage="Main">Continue</a><<set $Penny.image to "client2/penny2m.jpg", $Penny.payment to $pricing.bleachjob, $Penny.hypno++, $Penny.visits++, $cash += $Penny.payment, $inventory.bleach--, $specialitems.hypnoshampoo--, $you.class += 10>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>><<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Penny'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>Despite all the pressure from her aunt, you feel that you might as well just finish what you've started. You call <<print $employees[0].name>> over to work her magic on Penny.
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
@@color:#ffafd7;"Well, I'm glad it's all set in for good now"@@ Penny says, clearly pleased that she's managed to fully bleach her hair. @@color:#ffafd7;"Thanks again for all your help with this!"@@
Penny pays you for your work and even leaves a little extra tip as a thank you.
<a data-passage="Main">Continue</a><<set $Penny.image, $Penny.payment to $pricing.bleachjob, $Penny.visits++, $cash += 100, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Penny'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Penny'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>Penny has shown up for her final bleaching appointment. <<if hasVisited("AmeliaPennyInfluence")>>This is probably your last opportunity to try and influnece her thought process as per her aunt's demands. What would you like to do?
<<if $specialitems.hypnoshampoo >0>>[[Influence her thinking|PennyLevel1]]<<else>>You don't have the supplies to hypnotize her<</if>><<else>>You could probably deny to treat her again, but at this point her hair is mostly bleached and Amelia is probably too angry at you to care whether you finish the job.
<</if>>
[[Just treat bleach her hair again|PennyMonth5A]]You recieve another video call from the number belonging to Amelia, Penny's aunt:
<<if $Penny.image == "client2/penny2.jpg">><img src='client2/amelia0m.jpg' alt="" style='height:400px;'><<set $Amelia.image to "client2/amelia0m.jpg">>
@@color:#e670ab;"You asshole! You backstabbing, good-for-nothing, piece of human garbage! How could you let me niece bleach her hair after I SPECIFICALLY demanded that you not? Let me tell you something, I will tear your goddamn@@<<if $Penny.hypno == 1>><span id="ameliatextreplace1">@@color:#e670ab;..."@@
[[Interrupt to explain Penny's goal|AmeliaPennyInfluence]]
<<link "Let her continue">>
<<replace "#ameliatextreplace1">> @@color:#e670ab;business to the ground, do you hear me? I am a reputable woman in the community and I will not stand for you disrespecting me by going behind my back to alter my own family. I can't believe you have the AUDACITY to@@<span id="ameliatextreplace2">@@color:#e670ab;..."@@
[[Interrupt to explain Penny's goal|AmeliaPennyInfluence]]
<<link "Let her continue">>
<<replace "#ameliatextreplace2">> @@color:#e670ab;prioritize the childish whims of a teenager over a sensible adult like myself! You bleached the shit out of her beautiful brown hair and now she looks like a FUCKING WHORE!!! If you had any shred of dignity left@@<span id="ameliatextreplace3">@@color:#e670ab;..."@@
[[Interrupt to explain Penny's goal|AmeliaPennyInfluence]]
<<link "Let her finish">>
<<replace "#ameliatextreplace3">> @@color:#e670ab;you would have put an end to this madness when I asked you the first time, but I can see now that you are a moralless bastard. Mark my words - you have made an enemy of Amelia Robinson and I WON'T FORGET THIS!"@@
She hangs up in a rage as you can do nothing to sit silently through her ranting. Clearly she isn't happy about your assistance of Penny...
<a data-passage="Main">Continue</a>
<</replace>><</link>></span><</replace>><</link>></span><</replace>><</link>></span><<else>> @@color:#e670ab;business to the ground, do you hear me? I am a reputable woman in the community and I will not stand for you disrespecting me by going behind my back to alter my own family. I can't believe you have the AUDACITY to prioritize the childish whims of a teenager over a sensible adult like myself! You bleached the shit out of her beautiful brown hair and now she looks like a FUCKING WHORE!!! If you had any shred of dignity left you would have put an end to this madness when I asked you the first time, but I can see now that you are a moralless bastard. Mark my words - you have made an enemy of Amelia Robinson and I WON'T FORGET THIS!"@@
She hangs up in a rage as you can do nothing to sit silently through her ranting. Clearly she isn't happy about your assistance of Penny...
<a data-passage="Main">Continue</a><</if>><<else>><img src='client2/amelia0.jpg' alt="" style='height:400px;'><<set $Amelia.image to "client2/amelia0.jpg">>
@@color:#e670ab;"I'm please to hear that you came to your senses and refused to dye my Penny's hair anymore,"@@ Amelia says with a smile that reflects her pleasure at winning out over her niece. @@color:#e670ab;"Obviously she's quite unhappy right now, but it will certainly be easier to watch her when she realizes that she has nowhere to feed her rebellious spirit."@@
<<print "@@color:"+$you.color+";\"Of course, Mrs. Anderson,\"@@">> you answer cordially. <<print "@@color:"+$you.color+";\"It was no trouble.\"@@">>
@@color:#e670ab;"Ah, we both know that isn't the case...but it certainly was less trouble than if you had crossed me,"@@ she responds in a manner that seems less joking than the situation calls for. @@color:#e670ab;"Also, I want to thank you by sending you a little extra payment. Consider it a reward for making the right decision...and for keeping your mouth shut about what has transpired. No point in ruining the family name over my niece's irrational behavior. Goodbye, <<print $you.name>>!"@@
Amelia hangs ups, but quickly sends you an electronic payment (or bribe?) of $1000. You breathe a sigh of relief, glad that this saga is over.
<a data-passage="Main">Continue</a><<set $cash += 1000>><</if>>You are not surprised to find an email from Amelia Anderson in your inbox when you arrive at work:
<<if $Penny.image == "client2/penny2b.jpg">>@@color:#e670ab;"To the sleazy scumbag,
WHAT THE FUCK DID YOU DO TO MY NIECE? I thought I asked you to convince her to avoid that vile "bimbo" obsession you says she has...now look at her:
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
I could accept it if she just looked like a stereotypical bimbo because of the hair (that will go away eventually)...but she's acting like a depraved slut! She hardly wears any clothes, she giggles and flirts with any guy within 100 feet of her, and worst of all I think she's been trying to schedule an appointment at the doctors for BREAST IMPLANTS!!!!
I don't know what black magic is going on in that salon of yours, but trust me when I say that I will be trying to put an end to it with all the power I have!"@@
You read the email, knowing that you probably brought this on yourself. The only small consolation is that Penny really does seem to have taken to the hypnotic commands you gave her...she really does look like a bimbo now.<<elseif $Penny.image == "client2/penny2m.jpg">>@@color:#e670ab;"Dear <<print $you.name>>,
I don't know what you did to my niece, but it's a miracle! Look at how she's doing:
<<print "<img src='"+$Penny.image+"' alt='' style='height:400px;'>">>
She's actually settled down and found a job at a shoe store! Sure she still looks a little slutty with that hair (thankfully it will go away eventually!) and her taste in shoes is still a little risque, but she's seems to be much calmer and talks about wanting to start a career as a professional model.
I don't know what you did in that salon of yours, but trust me when I say that I am EXTREMELY grateful for your help in convincing Penny to live a normal life. I have wired a check for $1000 as a way of saying thank you for your efforts.
Sincerely,
Amelia Anderson"@@
You read the email, glad to hear that the hypnotic commands seem to have redirected Penny's wild nature, and even happier that Amelia has seen fit to reward you for it.<<set $cash += 1000>><</if>>
<a data-passage="Main">Continue</a><<if $cheats.autoinventory>>
<<for _j = 0; _j < 5; _j++>><<print "<<if $inventory.hairdye["+_j+"] <= 0>><<set $inventory.hairdye["+_j+"]++, $cash -= 20>><</if>>">><</for>>
<<if $inventory.makeup <= 0>><<set $inventory.makeup++, $cash -= 10>><</if>>
<<if $inventory.bleach <= 0>><<set $inventory.bleach++, $cash -= 50>><</if>>
<<if $inventory.perm <= 0>><<set $inventory.perm++, $cash -= 40>><</if>>
<<if $inventory.extensions <= 0>><<set $inventory.extensions++, $cash -= 50>><</if>>
<</if>>
<<display "Phone Calls">>
<<display "Emails">>
"Just show me those breasts and we'll be even," you say.
<img src="ads/laura1n1.jpg" alt="" style="height:400px;">
@@color:#00dce6;Sure thing, baby,"@@ she smirks as she slowly pulls her yellow top up.
<img src="ads/laura1n2.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Like what you see, honey?"@@ she says, giving you a full flash of her beautiful breasts.
<img src="ads/laura1n3.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Bet this was well worth the payment!"@@ she laughs, thoroughly enjoying herself as she poses for you.
Eventually you've had enough and ask her to dress herself and leave. She does the latter, but leaves the salon with her top still off.
<a data-passage="Main">Continue</a><<set $you.morality -= 10>>
"Why don't you give me a blowjob and we'll say we're even," you say.
<img src="ads/laura1b1.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Oh, good choice baby"@@ she smirks, sinking to her knees as she begins to crawl seductively towards where you are seated.
<img src="ads/laura1b2.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Mmmmmmm...."@@ she purrs as she slowly starts to tease your shaft with her tongue
<img src="ads/laura1b3.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"Oh shit!\"@@">> you moan as she begins to stroke and suck your cock with increased vigor.
<img src="ads/laura1b4.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"Laura, I'm going to cum!\"@@">> you groan after a minute of two of expert fellatio. She simply responds by deepthroating your dick even deeper, lazily looking you in the eye as she swallows your load like a pro.
After the sexual high wears off and you two clean yourselves off, you ask Laura to leave. She agrees, telling you to come find her out in the streets if you're interested in a second round.
<a data-passage="Main">Continue</a><<set $you.morality -= 20>>
"I think the only fair trade is to let me fuck your ass," you say.
<img src="ads/laura1s1.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Ooooh, I was hoping you'd say that"@@ she smiles, taking off her top and slowly peeling off her blue hotpants.
<img src="ads/laura1s2.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Mmmmmm...fuck me good,"@@ she purrs as she mounts you and guides your cock into her eager hole.
<img src="ads/laura1s3.jpg" alt="" style="height:400px;">
@@color:#00dce6;"Harder, harder!"@@ she moans as she begins to buck up and down on top of your throbbing dick. Eventually, she dismounts and begs you to fuck her doggy style.
<img src="ads/laura1s4.jpg" alt="" style="height:400px;">
<<print "@@color:"+$you.color+";\"Laura, I'm going to cum!\"@@">> you groan after another minute pounding her sweet ass. She simply coos happily as you fill her backdoor with your seed.
After the sexual high wears off and you both clean yourselves off, you ask Laura to leave. She seems reluctant after that incredibly fucking, and begs you to come find her out in the streets for a second round.
<a data-passage="Main">Continue</a><<set $you.morality -= 30>>You opt to give Bea a simple makeover to go with the re-bleaching of her hair. <<print $employees[0].name>> works diligently based off your instructions and within two hours Bea's birthday present is complete.
<img src="ads/beatrice2a.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Whoa...I thought we were just doing a simple haircut?"@@ Bea says upon the big reveal.
@@color:#e17da0;"Surprise!"@@ Leslie says excitedly, emerging from her hiding place in your office. @@color:#e17da0;"This is my birthday present to you!"@@
@@color:#f0373c;"Oh Les...you shouldn't have!"@@ Bea says, clearly pleased with her girlfriend's gift. <<if $AdClient.LesBea.lesmakeover>>She checks out Bea before adding, @@color:#f0373c;"Did you get a makeover too?"@@<</if>>
@@color:#e17da0;"How could I not?@@ <<if $AdClient.LesBea.lesmakeover>>@@color:#e17da0;We're@@<<else>>@@color:#e17da0;You're@@<</if>> @@color:#e17da0;totally worth it!"@@ Leslie smiles back before kissing Bea on her glossy lips.
The pair thank your profusely for your work before paying and getting ready for the rest of Bea's birthday bash.
<a data-passage="Main">Continue</a><<set $cash += 90, $you.class += 10, $inventory.makeup--, $inventory.bleach-->>
You opt to give Bea a more involved makeover to go with the re-bleaching of her hair. <<print $employees[0].name>> works diligently based off your instructions and within two hours Bea's birthday present is complete.
<img src="ads/beatrice2c.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Whoa...I thought we were just doing a simple haircut? I look kind of slutty..."@@ Bea says upon the big reveal.
@@color:#e17da0;"Well I kind of like it!"@@ Leslie says excitedly, emerging from her hiding place in your office. @@color:#e17da0;"This is my birthday present to you!"@@
@@color:#f0373c;"Oh Les...you shouldn't have!"@@ Bea says, clearly pleased with her girlfriend's gift. <<if $AdClient.LesBea.lesmakeover>>She checks out Bea before adding, @@color:#f0373c;"Did you get a makeover too?"@@<</if>>
@@color:#e17da0;"How could I not?@@ <<if $AdClient.LesBea.lesmakeover>>@@color:#e17da0;We're@@<<else>>@@color:#e17da0;You're@@<</if>> @@color:#e17da0;totally worth it!"@@ Leslie smiles back before kissing Bea on her glossy lips.
The pair thank your profusely for your work before paying and getting ready for the rest of Bea's birthday bash.
<a data-passage="Main">Continue</a><<set $cash += 110, $you.class -= 5, $inventory.makeup--, $inventory.bleach-->>
You opt to give Bea a makeover to match what you did to Leslie. <<print $employees[0].name>> works diligently based off your instructions and within two hours Bea's birthday present is complete.
<img src="ads/beatrice2b.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Whoa...I thought we were just doing a simple haircut?"@@ Bea says upon the big reveal.
@@color:#e17da0;"Surprise!"@@ Leslie says excitedly, emerging from her hiding place in your office. @@color:#e17da0;"This is my birthday present to you!"@@
@@color:#f0373c;"Oh Les...you shouldn't have!"@@ Bea says, clearly pleased with her girlfriend's gift. She does a double take when seeing Bea's makeover, adding, @@color:#f0373c;"Oh my goodness...we look so similar!"@@
@@color:#e17da0;"I know, right? Now we're both looking extra sexy!"@@ Leslie smiles back before kissing Bea on her glossy lips.
The pair thank your profusely for your work before paying and getting ready for the rest of Bea's birthday bash.
<a data-passage="Main">Continue</a><<set $cash += 100, $you.class += 5, $inventory.makeup--, $inventory.bleach-->>
You opt to give Bea a simple makeover and dye her hair back to its natural brunette color. <<print $employees[0].name>> works diligently based off your instructions and within two hours Bea's birthday present is complete.
<img src="ads/beatrice1b.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Whoa...I thought we were just doing a simple haircut?"@@ Bea says upon the big reveal.
@@color:#e17da0;"Surprise!"@@ Leslie says excitedly, emerging from her hiding place in your office. @@color:#e17da0;"This is my birthday present to you!"@@
@@color:#f0373c;"Oh Les...you shouldn't have!"@@ Bea says, clearly pleased with her girlfriend's gift. <<if $AdClient.LesBea.lesmakeover>>She checks out Bea before adding, @@color:#f0373c;"Did you get a makeover too?"@@<</if>>
@@color:#e17da0;"How could I not?@@ <<if $AdClient.LesBea.lesmakeover>>@@color:#e17da0;We're@@<<else>>@@color:#e17da0;You're@@<</if>> @@color:#e17da0;totally worth it!"@@ Leslie smiles back before kissing Bea on her glossy lips.
The pair thank your profusely for your work before paying and getting ready for the rest of Bea's birthday bash.
<a data-passage="Main">Continue</a><<set $cash += 90, $you.class += 5, $inventory.makeup--, $inventory.hairdye[1]-->>You opt to give Bea a intricate makeover and dye her hair back to its natural brunette color. <<print $employees[0].name>> works diligently based off your instructions and within two hours Bea's birthday present is complete.
<img src="ads/beatrice1a.jpg" alt="" style="height:400px;">
@@color:#f0373c;"Whoa...I thought we were just doing a simple haircut? I look like a new woman!"@@ Bea says upon the big reveal.
@@color:#e17da0;"A new sexy woman!"@@ Leslie says excitedly, emerging from her hiding place in your office. @@color:#e17da0;"This is my birthday present to you!"@@
@@color:#f0373c;"Oh Les...you shouldn't have!"@@ Bea says, clearly pleased with her girlfriend's gift. <<if $AdClient.LesBea.lesmakeover>>She checks out Bea before adding, @@color:#f0373c;"Did you get a makeover too?"@@<</if>>
@@color:#e17da0;"How could I not?@@ <<if $AdClient.LesBea.lesmakeover>>@@color:#e17da0;We're@@<<else>>@@color:#e17da0;You're@@<</if>> @@color:#e17da0;totally worth it!"@@ Leslie smiles back before kissing Bea on her glossy lips.
The pair thank your profusely for your work before paying and getting ready for the rest of Bea's birthday bash.
<a data-passage="Main">Continue</a><<set $cash += 110, $you.class += 5, $inventory.makeup--, $inventory.hairdye[1]-->>
<<if lastVisited("Emails") <= 2>><<display "BandEmail1">><<else>><<display "Band1">><</if>>You check your email to find a message about a potentially major client:
@@color:#5a96aa;"To the New U Salon,
We are Alicia and Danica Collins of the female rock band "Archangels". We discovered some of your online advertising and are hoping to consult with you about a major revision of our band's image. Please let us know if you have any full-day availability to schedule an extensive appointment.
Rock on,
A.C. and D.C."@@
You take pause after this email and take some time to do a little research. Apparently "Archangels" is a moderately successful band who can't seem to crack any major labels. This seems like an excellent opportunity to promote your salon to a larger audience, so you write back to schedule an appointment for later in the week.
<a data-passage="Main">Continue</a><<set $AdClient.id = "Band", $AdClient.name = "Archangels", $appointments.push($AdClient), $advertising.client = "None">>You are interested to meet the "Archangels" musicians, but the duo doesn't arrive when you expect. You begin to wonder whether you setup the wrong date when a pair of woman with guitars enters the salon an hour later than expected.
<img src="ads/aliciadanica0.jpg" alt="" style="height:400px;">
@@color:#aa5a78;"Sup...you the owner?"@@ the blond asks loosely.
<<print "@@color:"+$you.color+";\"Yes, I'm $you.name...are you the Archangels? You're much later than I expected,\"@@">> you reply in a tone to hint at your frustration.
@@color:#5a96aa;"Yeah, I'm Alicia and this here is Danica,"@@ the dark-hair sister responds. @@color:#5a96aa;"We were jamming in our studio and lost track of time. But we figured it's no big deal since you booked us for the entire day."@@
<<print "@@color:"+$you.color+";\"Sure, I guess,\"@@">> you say, not wanting to get into a major argument. <<print "@@color:"+$you.color+";\"So what are we doing for you today?\"@@">>
@@color:#aa5a78;"Well, like we said in our email, we need a new image,"@@ Danica answers. @@color:#aa5a78;"Our career has kind of stalled out and we need inspiration for a different direction."@@
<<print "@@color:"+$you.color+";\"So how can a makeover help you musically?\"@@">> you ask.
@@color:#5a96aa;"Well, we're definitely a rock band, but we can play a lot of different styles,"@@ Alicia muses. @@color:#5a96aa;"We were hoping that you could give us a makeover to match a new style of music, and then we could cater our music to that look. Do you think you can help?"@@
You aren't really sure that your makeover skills will help this duo with their music...but you can think of quite a few options to change their appearences. What kind of rock style would you like to focus on?
<<if $inventory.makeup >= 2>><<if $inventory.hairdye[1] > 0>>[[Punk Rock|Alicia1A]]<<else>>Punk Rock <i>You don't have the necessary supplies for this option.</i><</if>>
<<if $inventory.hairdye[0] > 0>><<if $inventory.hairdye[1] > 0>>[[60s Rock|Alicia1H]]<<else>>60s Rock <i>You don't have the necessary supplies for this option.</i><</if>>
[[Country Rock|Alicia1C]]<<else>>60s Rock <i>You don't have the necessary supplies for this option.</i>
Country Rock <i>You don't have the necessary supplies for this option.</i><</if>>
<<if $inventory.bleach > 0>>[[Glam Rock|Alicia1G]]<<else>>Glam Rock <i>You don't have the necessary supplies for this option.</i>
<a data-passage="Main">Cancel appointment</a><</if>><<else>>You don't have the necessary supplies to give them a makeover.
<a data-passage="Main">Cancel appointment</a><</if>><<silently>><<set $AdClient.Band.lastvisit = (4*($month-1) + $week)>>
<<for _i = 0; _i < $advertising.onlineevents.length; _i++>><<print "<<if $advertising.onlineevents["+_i+"] == 'Band'>><<set $advertising.onlineevents.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Band'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>
You decide that you are going to model the Archangels' style into that of an alternative, punk rock band. <<print $employees[0].name>> takes Alicia in the salon chair to start, while you run off to a local clothes store to get some specific items.
<<print $employees[0].name>> starts by raking back Alicia's hair into a rough, grunge look. She continues with the makeup, going heavy on the eyeliner and mascara to produce a dark and sultry look. By the time she finishes, you've returned with an outfit for your lead singer. A black skull tank, denim cutoffs, and knee-high black boots help show a lot of skin, which helps the look because Alicia has a wide variety of tattoos all over her body.
<img src="ads/alicia1a.jpg" alt="" style="height:400px;">
@@color:#5a96aa;"Damn...I could get into this,"@@ Alicia smirks, even posing with some of the equipment she brought with her to the salon.
With one client satisfied, the attention turns to the second member of the band.
[[Danica's makeover|Danica1A]]
Now it's Danica's turn to step into the salon chair for her makeover. You get <<print $employees[0].name>> to change her blond hair into a dark brown color and encourage the emphasis on the dirty punk theme. Danica's eyes are highlighted with eyeliner and bronze eyeshadow, while her lips are colored mauve to add to the alternative look.
Once out of the stylist chair, you hand your client a new outfit fitting for a lead guitarist. Danica gets a tight black jumper zipped halfway up her body. She gets knee-high black boots just like Alicia, but adds a dash of daring color with a leopard print legging on one thigh.
<img src="ads/danica1a.jpg" alt="" style="height:400px;">
@@color:#aa5a78;"I'm ready to be one bad bitch,"@@ Danica snarls sexily as she poses with a guitar.
@@color:#5a96aa;"I think that this makeover really helped! I've actually had a lot of more alt or punk rock songs prepared than our normal set, so this might be the change we need!"@@ Alicia says, admiring herself and her sister.
@@color:#aa5a78;"Hell yeah! When we make it big, we'll remember you, <<print $you.name>>,"@@ Danica adds.
The duo spares no cost in reimbursing you for the makeovers and the clothes for their new looks. You make a $1000 profit just from this one appointment!
<a data-passage="Main">Continue</a><<set $cash += 1000, $you.class -= 20, $you.alt +=30, $inventory.makeup -= 2, $inventory.hairdye[1]-->>You decide that you are going to model the Archangels' style into that of a country rock band to tap into the fan potential of the big country music base. <<print $employees[0].name>> takes Alicia in the salon chair to start, while you run off to a local clothes store to get some specific items.
<<print $employees[0].name>> starts by feathering out Alicia's dark hair into loose, smooth waves. She continues with the makeup, going light on the eyeliner and mascara to produce a simple look. By the time she finishes, you've returned with an outfit for your lead singer. A white tanktop with some natural colors on the shoulders match the denim cutoffs and cowboy boots, as well as give a peek at Alicia's respectable bosom.
<img src="ads/alicia1c.jpg" alt="" style="height:400px;">
@@color:#5a96aa;"Well...y'all want to make us into country bumpkins, now don't ya?"@@ Alicia says with a mock twang.
<<print "@@color:"+$you.color+";\"There are a lot of 'country bumpkins' buying up all sorts of music acts with half the talent you have,\"@@">> you reply. <<print "@@color:"+$you.color+";\"I'm just trying to keep your best interests at heart.\"@@">>
Alicia gives a slight nod in recognition of your efforts. With one client satisfied, the attention turns to the second member of the band.
[[Danica's makeover|Danica1C]]
Now it's Danica's turn to step into the salon chair for her makeover. You get <<print $employees[0].name>> to change her hair from a mix of platinum and black to a golden blond, the classic sun-kissed country girl look. Danica's eyes are highlighted with eyeliner mascara, while her smiling lips are splashed with a girly pink color that would melt the heart of the toughest Western cowboy. Once out of the stylist chair, you hand your client a flowing white blouse and some knee-high white socks to enhance the girl-next-door look. The tattoo on her arm remains to hint to the older gentlemen fans that she's not an innocent flower.
<img src="ads/danica1c.jpg" alt="" style="height:400px;">
@@color:#aa5a78;"I think that this might do nicely,"@@ Danica smiles as she gently strums country-style guitar.
@@color:#5a96aa;"I think that this makeover really helped! I can definitely see us attracting more fans with these new looks,"@@ Alicia says, admiring herself and her sister.
@@color:#aa5a78;"I agree! When we make it big in the country music scene, we'll remember you, <<print $you.name>>!"@@ Danica adds.
The duo spares no cost in reimbursing you for the makeovers and the clothes for their new looks. You make a $1000 profit just from this one appointment!
<a data-passage="Main">Continue</a><<set $cash += 1000, $you.class += 20, $inventory.makeup -= 2, $inventory.hairdye[0]-->>You decide that you are going to model the Archangels' style into that of a glam rock band, with a slightly slutty edge because everyone knows that sex sells. <<print $employees[0].name>> takes Alicia in the salon chair to start, while you run off to a local clothes store to get some specific items.
<<print $employees[0].name>> starts by bleaching Alicia's dark hair, turning it into a sleek and sexy style. She continues with the makeup, going heavy on the eyeliner and mascara to produce a dark and sultry look. By the time she finishes, you've returned with an outfit for your lead singer. A black crop top with a barely-there jacket and ripped black leggings show off plenty of skin, including Alicia's tattoos which further enhance her daring appearence
<img src="ads/alicia1g.jpg" alt="" style="height:400px;">
@@color:#5a96aa;"Damn...I could get into this,"@@ Alicia smirks, naturally resting in a provocative pose.
With one client satisfied, the attention turns to the second member of the band.
[[Danica's makeover|Danica1G]]
Now it's Danica's turn to step into the salon chair for her makeover. You get <<print $employees[0].name>> to work with what she's got, blending in her blond and black tones into a dirtier yet glamorous style. Danica's eyes are highlighted with eyeliner and silver eyeshadow that adds to her sultry come-hither look.
Once out of the stylist chair, you hand your client a new outfit fitting for a lead guitarist. Danica gets a white crop top, black shorts, and black fishnets to add to her scandalously sexy appearence.
<img src="ads/danica1g.jpg" alt="" style="height:400px;">
@@color:#aa5a78;"Wow...this look could really attract some fans,"@@ Danica muses dreamily as she strums her guitar.
@@color:#5a96aa;"I agree - it's definitely a sexier style that match our rocking music well,"@@ Alicia says, admiring herself and her sister.
@@color:#aa5a78;"Hell yeah! When we make it big, we'll remember you, <<print $you.name>>,"@@ Danica adds.
The duo spares no cost in reimbursing you for the makeovers and the clothes for their new looks. You make a $1000 profit just from this one appointment!
<a data-passage="Main">Continue</a><<set $cash += 1000, $you.bimbo += 20, $you.alt +=10, $you.class -= 20, $inventory.makeup -= 2, $inventory.bleach-->>You decide that you are going to model the Archangels' style into that of a 60s rock band to take them to the top of a niche market. <<print $employees[0].name>> takes Alicia in the salon chair to start, while you run off to a local clothes store to get some specific items.
<<print $employees[0].name>> starts by dyeing Alicia's black hair into a lighter brown and styling it into something similar to a 70s beehive with long tendrils falling over the client's shoulders. She continues with the makeup, using mostly nude colors but some unique white eyeliner and eyeshadow. By the time she finishes, you've returned with an outfit for your lead singer. A pink floral dress and white gogo boots coupled with a hairband and earrings complete her psychadelic look.
<img src="ads/alicia1h.jpg" alt="" style="height:400px;">
@@color:#5a96aa;"Am I high or were planning on having us time travel to the 60s?"@@ Alicia says with slight confusion at your choice.
<<print "@@color:"+$you.color+";\"Rock and roll has roots in the past,\"@@">> you reply. <<print "@@color:"+$you.color+";\"I'm just trying to help you consider a niche market that has a pretty radical following.\"@@">>
Alicia gives a slight nod in recognition of your efforts. With one client satisfied, the attention turns to the second member of the band.
[[Danica's makeover|Danica1H]]
Now it's Danica's turn to step into the salon chair for her makeover. You get <<print $employees[0].name>> to change her hair from a mix of platinum and black to a more natural golden blond, then style into into a hippy-style like Alicia's look. Danica's eyes are highlighted with eyeliner mascara, while her lips are splashed with a pearl pink color. Once out of the stylist chair, you hand your client a blue floral dress and some white gogo boots to make her a hippy just like her sister.
<img src="ads/danica1h.jpg" alt="" style="height:400px;">
@@color:#aa5a78;"I can dig this groovy look, man"@@ Danica smiles as she playfully throws up two peace signs.
@@color:#5a96aa;"I think that this makeover really helped! I can definitely see us attracting a specific kind of fan with these new looks,"@@ Alicia says, admiring herself and her sister.
@@color:#aa5a78;"I agree! When we make it big in the country music scene, we'll remember you, <<print $you.name>>!"@@ Danica adds.
The duo spares no cost in reimbursing you for the makeovers and the clothes for their new looks. You make a $1000 profit just from this one appointment!
<a data-passage="Main">Continue</a><<set $cash += 1000, $you.class += 10, $you.alt += 20, $inventory.makeup -= 2, $inventory.hairdye[0]--, $inventory.hairdye[1]-->><<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $Harold.hypno == 0>><<display "HaroldLevel0Main">><<elseif $Harold.hypno == 1>><<display "HaroldLevel1Main">><<elseif $Harold.hypno == 2>><<display "HaroldLevel2Main">><</if>><</if>>You check your email inbox to find an interesting email from an exasperated mother:
@@color:#b4523c;"Hello $you.name,
This is Mrs. Ivy, an old acquaintance of your mother. I am at my wit's end with my the antics of my son, Harold. He is an extremely willful 17 year old and I am done with his constant rebellious bravado. I believe that some form of humiliating punishment is necessary to make him realize his limitations and need for respect. As such, I would like to schedule an appointment sometime this week to feminize Harold for a day. Seeing a sweeter, softer side of himself is just what he needs to steer himself down the right path.
Cordially,
Mrs. Ivy"@@
You are eager to gain a new client, but you wonder what whether it would be worth the trouble of dealing with an unwilling teenager for what is likely a one-time appointment.
<a data-passage="Main">Continue</a><<set $clients.push($Harold), $appointments.push($Harold)>>@@color:#3cb496;"I don't need a fucking haircut!"@@ you hear an angry voice yell from outside the salon.
@@color:#b4523c;"For once in your life will you just do what I say? The appointment has already been scheduled,"@@ you hear a woman's voice reply as the salon door opens. Through the entry way comes a middle-aged woman and her teenage son.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
<<print "@@color:"+$you.color+";\"You must be Harold. We've been expecting you,\"@@">> you say with a slight smile at the scowling boy.
@@color:#3cb496;"Whatever, man...I don't even know why the fuck my mom wants me to be here,"@@ he growls in response.
@@color:#b4523c;"Language, Harold!"@@ his mother sighs. @@color:#b4523c;"$you.name here has talked with me about your treatment today already, so just get into the chair and get it over with."@@
Mrs. Ivy gives you a knowing stare, indicating that she wants you to follow through with the feminization plan she had requested in the email. However, you have two dilemmas. Do you agree to an unwilling feminization? If so, do you use your hypnotic conditioner to make Harold more agreeable?
[[Decide against treatment|HaroldLevel0A]]
<<if $inventory.makeup > 0>>[[Treat Harold as requested|HaroldLevel0B]]
<<if $specialitems.hypnoshampoo > 0>>[[Hypnotize Harold to accept changes|HaroldLevel0C]]<<else>>You don't have the supplies to hypnotize Harold<</if>><<else>>You don't have the necessary supplies to treat Harold<</if>><<if lastVisited("Check client information") is 1>>General Bio
<<else>><<if $James.hypno == 0>><<display "JamesLevel0Main">><<elseif $James.hypno == 1>><<display "JamesLevel1Main">><<elseif $James.hypno == 2>><<display "JamesLevel2Main">><</if>><</if>>When it comes down to it, you don't feel comfortable about feminizing Harold without his consent.
<<print "@@color:"+$you.color+";\"Actually, Mrs. Ivy, I've thought about it and I'm not comfortable carrying yout your plan. I think it's best that you head somewhere else,\"@@">> you say diplomatically.
@@color:#3cb496;"What the hell, Mom? You drag me down here for nothing? God I hate you!"@@ Harold spits angrily before storming out of the salon.
@@color:#b4523c;"Thanks a lot, $you.name! Why couldn't you have just taken your 'moralisitc' stand earlier?"@@ Mrs. Ivy says angrily. She quickly follows after her son, leaving you without an appointment but feeling good about your decision.
<a data-passage="Main">Continue</a>
<<silently>><<set $you.rating -= 10, $you.morality += 30>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Harold'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide to just give Harold the makeover with no use of your special conditioner. You direct him over to a chair, cover the mirror, and call <<print $employees[0].name>> over to help. You quietly tell her what you've been asked to do, so she starts by adding a wig cap to his hair.
@@color:#3cb496;"What the hell are you doing, lady?"@@ he complains as she slips it on his head. @@color:#3cb496;"I thought you were cutting my hair?"@@
<<print "@@color:"+$you.color+";\"It's a new salon technique - you're wearing a cap that lets hairs through, but doesn't let us cut too close to the scalp,\"@@">> you lie to him. This brings him out of a rage temporarily while <<print $employees[0].name>> fashions a wig out of various hair extensions. However, the addition of the wig to his head, in combination with <<print $employees[0].name>> attempting to start adding makeup to his face, set him off again.
@@color:#3cb496;"WHAT THE FUCK ARE YOU DOING?"@@ he screams. He tugs at his head and pulls off the wig. @@color:#3cb496;"A WIG?!?!? YOU FUCKING ASSHOLES! I DON'T KNOW WHAT YOU WERE PLANNING, BUT I AM NOT STICKING AROUND!"@@
Mrs. Ivy tries to command her son to stay, but he shoves her to the ground. He quickly escapes from the salon, but not before intentionally pulling down a rack of supplies, causing the assorted dyes and makeup kits to crash to the floor with a clatter.
@@color:#b4523c;"I'm sorry...clearly I shouldn't have tried this,"@@ Mrs. Ivy tries to apologize before chasing after her son. But she wasn't sorry enough to pay for the $100 in damage her son has caused. Looks like this will come out of your pocket.
<a data-passage="Main">Continue</a>
<<silently>><<set $you.morality += 5, $you.fem += 10, $cash -= 100>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Harold'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide that hypnotizing the rambunctious Harold seems like a good idea. You direct him over to a chair, dip into the back room to mix some of the special conditioner into a shampoo, then start the process.
@@color:#3cb496;"What the hell are you doing, man?"@@ he complains as you begin to lather his hair with the shampoo. @@color:#3cb496;"I thought you were cutting my hair?"@@
<<print "@@color:"+$you.color+";\"We tend to start with a free shampoo to make it easier to cut your hair,\"@@">> you lie to him. <<print "@@color:"+$you.color+";\"Don't worry about it.\"@@">>
He starts to open his mouth as if to complain, but stops immediatly when you tell him to not worry. Surprised at how fast the conditioner was taking effect, you knead in the shampoo for a few more minutes before talking to him.
<<print "@@color:"+$you.color+";\"Your mother has asked me to give you a special makeover\ @@">>you say slowly. <<print "@@color:"+$you.color+";\"She wants to turn you into a girl for a day. You WILL NOT react in anger. You trust what I am doing and accept that this will be a temporary punishment. Do you understand?\"@@">>
@@color:#3cb496;"Yes...not mad...only temporary..."@@ he murmurs gently.
<<print "@@color:"+$you.color+";\"Good boy,\"@@">> you smile as he seems to be reacting well. At this point you realize that you've been so concerned at calming Harold down that you haven't thought about what you want to do for his makeover! You notice that he has an alternative vibe to him, with his nose ring and funky hair, so you could do that same for his feminine transformation. Or if his mother is hoping to humiliate him, you could go fully pink and girly. What do you want to do?
[[Alt makeover|HaroldLevel0D][$Harold.image to "client3/harold1a.jpg"]]
[[Girly makeover|HaroldLevel0D][$Harold.image to "client3/harold1b.jpg"]]<<if $Harold.image == "client3/harold1a.jpg">><<set $you.alt += 20>>You opt to keep Harold's style somewhat in tact by giving him an alternative makeover. You call <<print $employees[0].name>> over to do his makeup while you head into the back to find the perfect wig. Within 45 minutes, Harold's makeover is complete.<<elseif $Harold.image == "client3/harold1b.jpg">><<set $you.bimbo += 20>>You opt to keep Mrs. Ivy's wishes in mind by giving her son a girly makeover. You call <<print $employees[0].name>> over to do his makeup while you head into the back to find the perfect wig. Within 45 minutes, Harold's makeover is complete.<</if>>
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
@@color:#b4523c;"Oh son, look at you! So pretty! Not such a big and mean boy anymore now are you?"@@ Mrs. Ivy coos with delight as she sees her feminized son.
@@color:#3cb496;"I...don't know what to say,"@@ Harold says. He looks like he is still struggling with whether to be upset or calm.
@@color:#b4523c;"Why don't you say thank you to $you.name for such a nice makeover?"@@ Mrs. Ivy smirks, clearly enjoying herself.
@@color:#3cb496;"Thank you $you.name..."@@
With that, Mrs. Ivy pays you for your hard work. If only she knew the lengths you went through to get her son to look like that!
<a data-passage="Main">Continue</a><<silently>>
<<set $Harold.visits++, $Harold.hypno++, $specialitems.hypnoshampoo--, $inventory.makeup--, $you.morality -= 10, $you.fem += 20, $Harold.payment = 60, $cash += $Harold.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>
You spot an email in your inbox from Mrs. Ivy:
@@color:#b4523c;"Hello $you.name,
This is Mrs. Ivy again. I don't know what to do! After you gave Harold that makeover, he was so respectful and accepting of whatever I asked him to do. But just a few days later after I let him dress as he liked, he was back to mouthing off and being incredibly rude! I think I'll be back next week for a monthly makeover to see if humiliation is the only way to set him straight.
Cordially,
Mrs. Ivy"@@
<a data-passage="Main">Continue</a>You pick up the phone to hear the voice of a concerned woman whispering into the phone.
@@color:#29fc25;"Hello, is this the New U Salon?"@@ the woman inquires.
<<print "@@color:"+$you.color+";\"Yes! Are you here to schedule an appoin-\"@@">>
@@color:#29fc25;"No, actually I wanted to warn you about something,"@@ the woman says, cutting you off. @@color:#29fc25;"I walk by your salon almost every day and I frequently see this strange man hanging around. He kind of gives me the creeps and I often see him oogling your customers as they leave. Just wanted to let you know that you might want to do something about him."@@
You thank the woman profusely for her kindly tip and set off to figure out what's going on.
<a data-passage="JamesIntro">Tell <<print $employees[0].name>> about the call</a>After hearing about this strange man, your first impulse is to speak with <<print $employees[0].name>> about this new information. But when you tell her, you find out that this isn't new information to her.
<<print "@@color:"+$employees[0].color+";\"That's funny...I thought I had seen some guy skulking around outside the front window a couple of times,\"@@">> she says thoughtfully. Suddenly, she freezes and then points out the window. <<print "@@color:"+$employees[0].color+";\"In fact, that's him! That's the guy right there!\"@@">>
<img src="client4/james0.jpg" alt="" style="height:400px;">
You see the man <<print $employees[0].name>> is pointing at and sure enough he is leering inside the salon with a smug look on his face. Clearing you should confront this man. But what specifically should you do?
[[Threaten to call the cops|JamesIntroC]]
[[Tell him to get an appointment or leave|JamesIntroA]]
You head outside to deal with this man hanging around the salon.
<<print "@@color:"+$you.color+";\"Hey! What are you doing out here?\"@@">> you yell at the man.
@@color:#00506e;"Nothing much...just taking in the sights,"@@ the man replies with a lecherous grin.
<<print "@@color:"+$you.color+";\"Yeah? Well you're scaring off my customers. I got a tip that you've been harrassing some of them,\"@@">> you reply angrily. <<print "@@color:"+$you.color+";\"So get off my property or I'll call the cops on you.\"@@">>
@@color:#00506e;"Okay, chill man! There's better views over at La Femme Boutique anyways,"@@ he replies with a grin. He does heed your advice and leave the vicinity, however, and you tell <<print $employees[0].name>> to tell you if he ever returns so you can notify the police.
<a data-passage="Main">Continue</a><<set $you.morality += 10>>You head outside to deal with this man hanging around the salon.
<<print "@@color:"+$you.color+";\"Hey! What are you doing out here?\"@@">> you yell at the man.
@@color:#00506e;"Nothing much...just taking in the sights,"@@ the man replies with a lecherous grin.
<<print "@@color:"+$you.color+";\"Yeah? Well I don't like people just standing on my property and staring at paying customers,\"@@">> you reply angrily. <<print "@@color:"+$you.color+";\"So either get off my property or come schedule an appointment.\"@@">>
@@color:#00506e;"Okay man! I've always thought about coming in for an up close and personal view,"@@ he replies with a grin. He heads into the salon, making sure to stop for a long look at <<print $employees[0].name>>, before signing into the appointment book as "James".
@@color:#00506e;"Sign me up for a little touch up on my frosted tips...gotta keep the ladies interested,"@@ James says with a wink.
It's quite obvious to you that James is a bit of a douche who does not respect women...but he seems willing to pay for a treatment. What would you like to do?
<<if $inventory.bleach > 0>>[[Just touch up his tips|JamesIntroB][$clients.push($James)]]
<<if $specialitems.hypnoshampoo > 0>>[[Hypnotize him to respect women more|JamesLevel0Hypno][$clients.push($James)]]<</if>><<else>>You don't have the necessary supplies. You'll have to turn him back loose on the streets.
<a data-passage="Main">Continue</a><</if>>You decide to simply treat James like a normal customer, hoping that being in a public venue will tamper down his lusty/lustful personality. <<print $employees[0].name>> resigns herself to having to interact with him, bleaching his tips to replenish his look.
<img src="client4/james0.jpg" alt="" style="height:400px;">
@@color:#00506e;"Damn...I look hot don't I?"@@ James smirks at <<print $employees[0].name>>, who rolls her eyes and directs him to the register to pay.
@@color:#00506e;"So now that I'm a paying customer, I think I'll stick around a bit more,"@@ he says as he pays, gazing around the at the ladies still getting treatments. @@color:#00506e;"I'll be back once a month for my tips...call it pay-per-view."@@
James finally leaves, much to your relief. <<print $employees[0].name>> is not happy about having him around, worried that it will impact your reputation with other customers. But at least he won't be back until next month.
<a data-passage="Main">Continue</a><<set $you.class -= 10, $James.visits++, $James.payment = $pricing.bleachjob/3, $cash += $James.payment, $inventory.bleach-->>You decide it's best if you adjust James' mindset with a little hypnotic conditioner. <<print $employees[0].name>> is grateful to not have to interact with him, while you take a bleach solution mixed with your conditioner and douse his head with it. A little while into the process, it was time to have a conversation with your lustful client.
<<print "@@color:"+$you.color+";\"James, why do you treat women so poorly?\"@@">> you ask him in a low tone.
@@color:#00506e;"I don't treat them poorly...they're sexy...I just point that out..."@@ he murmurs, that stupid smirk still on his face.
<<print "@@color:"+$you.color+";\"You're wrong, James. Woman don't feel comfortable around you. You need to be more respectful. Woman aren't sex objects...they are beautiful. They aren't just pretty faces...they are often smart and intelligent people. Be more respectful of woman.\"@@">>
@@color:#00506e;"Oh...beautiful...smart...respectful?"@@ James drones back.
<<print "@@color:"+$you.color+";\"Exactly...\"@@">> you smile, letting him think about that while you finish the process. Once the bleach settles in, you reveal James' new look. But did he also retain a new outlook?
<img src="client4/james0.jpg" alt="" style="height:400px;">
@@color:#00506e;"Wow...looking sexy,"@@ James smirks at his reflection, before turning to look at <<print $employees[0].name>> at the register. But as he does so, his expression suddenly changes to one of slight awe. @@color:#00506e;"Wow...ma'am...you look beautiful today!"@@
<<print "@@color:"+$employees[0].color+";\"Th...thank you?\"@@">> <<print $employees[0].name>> replies, slightly confused. James continues a seemingly normal conversation with your assistant as he pays. He promises to return a month later for a touch up and even mentions talking up how beautiful all your female clients turn out!
<a data-passage="Main">Continue</a><<silently>>
<<set $you.class += 10, $you.morality += 20, $James.visits++, $James.hypno++, $James.payment = $pricing.bleachjob/3, $cash += $James.payment, $inventory.bleach--, $specialitems.hypnoshampoo-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>James has returned from his normal routine of oogling your customers inside to oogling them inside as he gets his hair treated.
<img src="client4/james0.jpg" alt="" style="height:400px;">
@@color:#00506e;"I'm back, bitches! Make me even sexier than usual,"@@ James preens as he slides into the salon chair.
<<if $inventory.bleach > 0>>You realize that James' presence has been a major deterrant for attracting customers. Woman have been privately telling you that they aren't comfortable being in the salon with him around. So what do you want to do with him?
[[Just treat him like a normal customer|JamesLevel0T]]
<<if $specialitems.hypnoshampoo > 0>>[[Hypnotize him to make him better with women|JamesLevel0Hypno]]
<</if>><<else>>You don't have the necessary supplies to treat James. If you don't want to send him away permanently, you'll at least have to temporarily turn him loose outside your salon.
<a data-passage="Main">Turn him away temporarily</a><</if>>[[Send him away permanently|JamesLevel0L]]<<if $James.TGevent>><<if not hasVisited("JamesLevel1TG")>><<goto "JamesLevel1TG">><<else>>James has returned from his normal routine of hanging outside your salon and harrassing any male clients to get his hair treated.
<img src="client4/james0.jpg" alt="" style="height:400px;">
@@color:#00506e;"Sup...I'm here for my manly styling appointment, unlike some of the FRUITS I know hang out here,"@@ James says loudly, suspiciously eyeing the other customers as he slides into the salon chair.
You realize that James' presence has been a major deterrant for attracting customers. Your TG clientele and even some nob-TG women have been privately telling you that they aren't comfortable being in the salon with him ranting and raving. So what do you want to do with him?
<<if $inventory.bleach >0>>[[Just treat him like a normal customer|JamesLevel1T]]
<<if $inventory.makeup > 0>>[[Try to teach him some empathy with a feminine look|JamesLevel1F]]
<<if $specialitems.hypnoshampoo > 0>>[[Hypnotize him to make him better with ALL women|JamesLevel1Hypno]]<</if>><</if>>
<<else>>You don't have the necessary supplies to treat James. If you don't want to send him away permanently, you'll at least have to temporarily turn him loose outside your salon.
<a data-passage="Main">Turn him away temporarily</a><</if>>[[Send him away permanently|JamesLevel1L]]<</if>><<else>>James has returned from his normal routine of complimenting the beautiful women emerging from your salon to gets his hair treated.
<img src="client4/james0.jpg" alt="" style="height:400px;">
@@color:#00506e;"Hello ladies! Looking lovely as usual!"@@ James says, waving to the female clientele as he slides into the salon chair.
<<if $inventory.bleach > 0>>[[Give him his treatment|JamesLevel1T]]<<else>>You don't have the necessary supplies to treat James. You'll have to temporarily turn him away.
<a data-passage="Main">Continue</a><</if>><</if>>You decide it's finally time to cut ties with your lustful client.
<<print "@@color:"+$you.color+";\"James, I think it's best you went elsewhere for treatment...permanently,\"@@">> you tell him.
@@color:#00506e;"C'mon, man? I'm willing to be a paying customer...and you can't deny that I'm a benefit to have around,"@@ he smiles, winking at a lady getting a treatment.
<<print "@@color:"+$you.color+";\"Actually, it's the opposite. Woman are not comfortable around you. You need to leave the vicinity of this salon or I will report you to the police as a stalker,\"@@">> you reply in an irritated tone.
@@color:#00506e;"Okay, chill man! There's better views over at La Femme Boutique anyways,"@@ he replies with a grin. He does heed your advice and leave the salon, however, and you tell <<print $employees[0].name>> to tell you if he ever returns so you can notify the police.
<a data-passage="Main">Continue</a><<silently>><<set $you.morality += 10>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'James'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide to simply treat James like a normal customer, hoping that being in a public venue will tamper down his lusty/lustful personality. <<print $employees[0].name>> resigns herself to having to interact with him, bleaching his tips to replenish his look.
@@color:#00506e;"Damn...I look hot don't I?"@@ James smirks at <<print $employees[0].name>>, who rolls her eyes and directs him to the register to pay. James eventually leaves, much to your relief, but you have major concerns that his presence will continue to damage you salon's reputation.
<a data-passage="Main">Continue</a><<silently>>
<<set $you.class -= 20, $you.rating -= 5, $James.visits++, $James.payment = $pricing.bleachjob/3, $cash += $James.payment, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>Harold and his mother are back for another salon appointment.
<img src="client3/harold0.jpg" alt="" style="height:400px;">
@@color:#b4523c;"You know what to do...and if you can get him a little more compliant, I'll be very grateful!"@@ Mrs. Ivy whispers to you.
@@color:#3cb496;"What the hell are you whispering about? Let's get this over with,"@@ Harold snarls.
<<if $inventory.makeup > 0>>What would you like to do?
[[Usual makeover|HaroldLevel1A]]
[[Hypnotize Harold again|HaroldLevel1Hypno]]<<else>>However, you realize you don't have the necessary supplies. You ask them to come back later while you gather the necessary supplies.
<a data-passage="Main">Continue</a><</if>>As usual, you give Harold his male to female makeover in an attempt to "humiliate" him. He makes no complaints as the process unfolds.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
@@color:#b4523c;"My my my what a soft and pretty girl you make! I hope that you've learned a valuable lesson,"@@ Mrs. Ivy crows.
Harold simply shrugs, seemingly placid about the whole situation. His mother pays for his treatment and leaves.
<a data-passage="Main">Continue</a><<silently>>
<<set $Harold.visits++, $inventory.makeup--, $cash += $Harold.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You make the decision to hypnotize Harold in hopes of calming him down for a longer duration. He is still docile during the makeover thank to your previous hypnotic session, so he doesn't question anything as you soak his head with the hypnotic conditioner once more.
<<print "@@color:"+$you.color+";\"Harold...why do you act out against your mother?\"@@">> you ask slowly, trying to get more information to figure out how you can soothe his temper more fully.
@@color:#3cb496;"Cause she's a bitch..."@@ he murmurs in response.
<<print "@@color:"+$you.color+";\"Watch your language. Now tell me what's really the issue,\"@@">> you chide him.
@@color:#3cb496;"No man...you don't understand. She really is a controlling...b...b...bad woman,"@@ he finally says. @@color:#3cb496;"She's tried to make every decision in my life since the day I was born and I am sick of it."@@
Harold goes on to list an array of issues his mother has caused him, and you realize that Harold's problems with his mother are deeper than a simple case of teenage rebellion. It makes you pause before deciding how to hypnotize Harold - should you do what his mother wants and add to his humiliation, or perhaps do something that could help him get back at his mother?
[[Do what Mrs. Ivy wants|HaroldLevel1HypnoA][$Harold.image to "client3/harold2h.jpg"]]
[[Help Harold with his mother|HaroldLevel1HypnoB]]Despite Harold's musing on why his mother is actually quite twisted, you decide that it's better to cater to Mrs. Ivy's request as a paying customer.
<<print "@@color:"+$you.color+";\"Okay Harold...you know how I told you to accept the fact that you're bring dressed up as a girl?\"@@">> you say commandingly.
@@color:#3cb496;"Yes...it's okay...only temporary..."@@ he mutters back.
<<print "@@color:"+$you.color+";\"Well now you should start to realize that while you will accept your punishment, you are humiliated by how you look. The more feminine and girly you appear, the more and more embarrassed you will get,\"@@">> you say.
@@color:#3cb496;"Girly...embarrassed...feminine...humiliated,"@@ the teenager responds, his face flushing as you talk.
<<print "@@color:"+$you.color+";\"What's more, you realize that your mother could punish you with this treatment if you misbehave...you don't want that extended humiliation, do you?\"@@">>
@@color:#3cb496;"No!!! Don't make let Mom make me girly...don't humiliate me!!!"@@ he wails.
<<print "@@color:"+$you.color+";\"I'm sorry Harold...but you've been a naughty boy...\"@@">> you whisper to him. The poor boy is trembling as you call <<print $employees[0].name>> over and tell her to go a little more girly this time. An hour later, a clearly shaken Harold is revealed to his mother.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
@@color:#b4523c;"Oh my aren't you a pretty girl! Doesn't this make you think twice about being such a naughty boy?"@@ Mrs. Ivy smirks.
@@color:#3cb496;"Yes Mother...I promise I'll be better!"@@ Harold says, tear running down his cheeks.
@@color:#b4523c;"Now now now...don't go ruining you makeup!"@@ Mrs. Ivy chides. She pays a little extra for the treatment and gives you a thumbs up indicating her pleasure with her son's demeanor.
<a data-passage="Main">Continue</a><<silently>>
<<set $Harold.visits++, $Harold.hypno++, $you.bimbo += 10, $inventory.makeup--, $specialitems.hypnoshampoo--, $cash += $Harold.payment+40>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>><<silently>><<if $Harold.image == "client3/harold1a.jpg">><<set $Harold.image = "client3/harold2a.jpg", $you.alt += 10>><<elseif $Harold.image == "client3/harold1b.jpg">><<set $Harold.image = "client3/harold2b.jpg", $you.bimbo += 10>><</if>><</silently>> \
After hearing Harold talk about how his mother is actually quite twisted, you decide to help the boy get some form of revenge without fully disobeying his mother.
<<print "@@color:"+$you.color+";\"Okay Harold...you know how I told you to accept the fact that you're bring dressed up as a girl?\"@@">> you say commandingly.
@@color:#3cb496;"Yes...it's okay...only temporary..."@@ he mutters back.
<<print "@@color:"+$you.color+";\"Well now you should start to realize that you could maybe get back at your mother by accepting the change for an extended period of time. The longer you stay feminine and girly, the more upset your mother will be that her punishment isn't working,\"@@">> you say.
@@color:#3cb496;"Girly...feminine...upset mother,"@@ the teenager responds, his face slowly turning into a smile.
<<print "@@color:"+$you.color+";\"That's right Harold...so remember that you want to be a good girl now...\"@@">> you whisper to him. The boy is trembling with excitement as you call <<print $employees[0].name>> over and tell her to go a little more girly this time. An hour later, a bubbly Harold is revealed to his mother.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
@@color:#b4523c;"Oh my aren't you a pretty girl! Doesn't this make you think twice about being such a naughty boy?"@@ Mrs. Ivy smirks.
@@color:#3cb496;"Actually...I kind of like it! I look cute!"@@ Harold giggles, smiling happily at his mother.
@@color:#b4523c;"Uh...yeah..."@@ Mrs. Ivy stammers, clearly confused why her son seems so positive about his punishment. She quickly pays and drags her feminized son out of the salon.
<a data-passage="Main">Continue</a><<silently>>
<<set $Harold.visits++, $Harold.hypno++, $inventory.makeup--, $specialitems.hypnoshampoo--, $cash += $Harold.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>><<if not hasVisited("HaroldLevel2R")>><<goto "HaroldLevel2R">><<else>>Harold returns to the salon for the usual makeover tutorial.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
He pays the usual fee before heading home to tease his mom and practice creating his look himself.
<a data-passage="Main">Continue</a><<silently>>
<<set $cash += $Harold.payment, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>><</if>>You were expecting to have a nice afternoon off with Mrs. Ivy cancelling her appointments over voicemail. Surprisingly, however, Harold walks through the salon door alone.
<img src="client3/harold0.jpg" alt="" style="height:400px;">
@@color:#3cb496;"$you.name, I think I've succeeded in upseting my mother,"@@ he says with a smile. @@color:#3cb496;"I'm not supposed to be here...but I had to come back. I want you to teach me how to be a girl. I plan on looking feminine more often to piss off Mom even more."@@
You are surprised by the massive shift in Harold's desires...but perhaps his clash with his mother really was deep enough to promote this personal method of "revenge". Do you want to help teach him how to feminize himself more or not?
[[Give him what he wants|HaroldLevel2F]]
[[Advise against it|HaroldLevel2E]]You decide that it's better to not promote an escalating war between Mrs. Ivy and Harold, so you advise him to take another path.
<<print "@@color:"+$you.color+";\"Harold, while I am impressed that you're so accepting of a feminine appearence, you should really think about whether this is the right decision. Is it really worth committing to this just to piss off your mother? I really don't think I should be helping you.\"@@">>
Harold ponders this question for a while before answering simple.@@color:#3cb496;"Yes...it's totally worth it. I guess I'll just go to somewhere else to learn how to do it myself."@@
Harold says goodbye without an hint of the anger that he displayed on his first time in the salon. Somberly you realize that this, and the reason he's so desperate to dress up en femme, is all because of you and your hypnosis.
<a data-passage="Main">Continue</a><<silently>>
<<set $you.morality += 10>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'Harold'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide that it's worth teaching Harold how to do his own makeup and style a wig. You direct <<print $employees[0].name>> to sit him down and walk him through the process. After an extended tutorial, Harold emerges as a changed man.
<<print "<img src='"+$Harold.image+"' alt='' style='height:400px;'>">>
@@color:#3cb496;"Wow...thanks for your help!"@@ Harold says happily. @@color:#3cb496;"I look great, feel great, and I know Mom is going to be mad as heck!"@@
Harold thanks you for the makeover and wig, promising to return next month for more pointers.
<a data-passage="Main">Continue</a><<silently>>
<<set $Harold.payment = $pricing.makeover*2, $cash += $Harold.payment>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'Harold'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide to treat James like any other customer. <<print $employees[0].name>> bleaches his tips to replenish his look.
<<if $James.TGevent>>@@color:#00506e;"Glad to see I'm looking manly, unlike some twinks in this salon,"@@ James smirks, glaring around at all the other customers. He pays his usual fee, but you are beginning to wonder if you will be paying in different ways thanks to his rudeness.<<set $you.fem -= 10, $you.class -= 5>><<else>>@@color:#00506e;"Thanks <<print $employees[0].name>>...you always do such a great job!"@@ James says happily to your assistant. He pays the usual fee and returns to positively admiring your female clients.<</if>>
<a data-passage="Main">Continue</a><<silently>>
<<if $you.fem > 140>><<set $James.TGevent to true>><</if>>
<<set $James.visits++, $cash += $James.payment, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You decide it's finally time to cut ties with your homophobic client.
<<print "@@color:"+$you.color+";\"James, I think it's best you went elsewhere for treatment...permanently,\"@@">> you tell him.
@@color:#00506e;"C'mon, man? I'm willing to be a paying customer...and I not a tranny freak like SOME people here,"@@ he says, glaring around the room.
<<print "@@color:"+$you.color+";\"That's the thing...ALL KINDS of women in this are not comfortable with you around. You need to leave the vicinity of this salon or I will report you to the police,\"@@">> you reply in an irritated tone.
@@color:#00506e;"Okay, whatever man! At least I know there won't be any fags over at Celebrity Cuts,"@@ he replies angrily. He leaves the salon and you tell <<print $employees[0].name>> to tell you if he ever returns so you can notify the police.
<a data-passage="Main">Continue</a><<silently>><<set $you.morality += 10, $you.fem += 20>>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'James'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>You welcome James back into the salon for his usual makeover, but his recently pleasent disposition seems to have shifted.
@@color:#00506e;"Yo $you.name, can I talk to you for a second...somewhere private?"@@ he asks, his brow furrowed as he glances around the salon.
"Sure, I guess...let's go into my office," you say, uncertain about what he wants to discuss. You lead him to your office and shut the door. Only once you lock it does he start talking.
@@color:#00506e;"So is this, like, a queer salon or something?"@@ he asks abruptly.
<<print "@@color:"+$you.color+";\"What would make you say that?\"@@">> you return, not surprised by the homophobic remark so much as the timing.
@@color:#00506e;"Well I was, you know, hanging outside of the salon and complimenting the delightful ladies entering and exiting. One of them was especially beautiful and so I went up to introduce myself,"@@ James explains. @@color:#00506e;"The so-called chick answers back in a deep voice and I realize that this broad was a goddamn tranny!"@@
<<print "@@color:"+$you.color+";\"So what's wrong with that? We do serve a diverse clientele here at the New U Salon, but why does that have any impact on you?\"@@">> you respond.
@@color:#00506e;"Well I don't want the ladies getting the idea that I'm some kind of poof! I'm a man's man, you know?"@@ James asserts, puffing out his chest with false bravado. @@color:#00506e;"So don't expect me to be polite to any shemales I find hanging out around here. Now let's get my tips done so I don't accidentally run into one again!"@@
James leaves the room, leaving you with a choice. It's apparent that his formerly sexist attitude also extends to a similar homophobic mindset, which could be disruptive to the salon. You could ask him to leave for good, just treat him like you have been, or you could devise some sort of punishment to maybe make him reconsider his position.
[[Ask him to leave permanently|JamesLevel1L]]
<<if $inventory.bleach >0>>[[Give usual makeover|JamesLevel1T]]
<<if $inventory.makeup >0>>[[Punish him with a different makeover|JamesLevel1F]]<</if>><<else>>You don't have the necessary supplies to treat him, so you could also ask him to leave temporarily.
<a data-passage="Main">Ask him to leave for now</a><</if>>
You decide that the best way to teach James about the error of his ways is through personal experience. Calling over you assistant, you tell her about James' homophobic remarks and ask her to give James a slightly feminine makeover.
<<print "@@color:"+$employees[0].color+";\"Sounds good! We'll see if his narcissism over how good he looks or his homophobic reaction to how feminine he looks wins out,\"@@">> <<print $employees[0].name>> replies with a smile.
James takes his seat, not even commenting on the fact that <<print $employees[0].name>> has covered up the mirror. He does make a fuss, however, when the makeup starts to come out.
@@color:#00506e;"Uh...what are you doing? Is that makeup?!?!?"@@ James starts to complain.
<<print "@@color:"+$employees[0].color+";\"It's just a bit of free guyliner...you aren't objecting to something that will make you even sexier, are you?\"@@">> <<print $employees[0].name>> says, trying to use James' macho behavoir to sell the changes.
James quiets down, but when his stylist pops in a clip on nosering and reveals his new look in the mirror, his is irate.
<img src="client4/james1b.jpg" alt="" style="height:400px;">
@@color:#00506e;"What the hell? Why did you do this? I'm not some simpering pansy!"@@ he scowls, his face twisted in anger.
<<print "@@color:"+$employees[0].color+";\"I don't know, I think you look pretty cute!\"@@">> <<print $employees[0].name>> giggles.
<<if visited("JamesLevel1F" <= 2)>>@@color:#00506e;"T...thank you...I guess..."@@ James says, blushing from the comment of a beautiful woman but clearly uncomfortable about looking like one. @@color:#00506e;"But I don't want to give people the wrong idea, so don't do this again, okay?"@@
James pays for his bleach job, but refuses to pay for the makeup.
<a data-passage="Main">Continue</a><<silently>>
<<set $James.visits++, $cash += $James.payment, $you.fem += 10, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>><<else>>@@color:#00506e;"No I told you before I didn't like this...I think I'm done coming to this salon that caters to queers!"@@ James screams angrily. He refuses to pay and leaves the salon, apparently forever.
<a data-passage="Main">Continue</a><<silently>>
<<set $James.visits++, $you.fem += 10, $inventory.bleach-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<<for _i = 0; _i < $clients.length; _i++>><<print "<<if $clients["+_i+"].id == 'James'>><<set $clients.deleteAt("+_i+")>><</if>>">><</for>><</silently>><</if>>
You decide that the best way to teach James about the error of his ways is through some hypnosis. You take James yourself for a little one-on-one time waiting for the bleach with the hypnotic conditioner added in to settle in.
<<print "@@color:"+$you.color+";\"James, I thought that the last time we talked, you were saying that you were going to respect woman more,\"@@">> you state. <<print "@@color:"+$you.color+";\"But now you've been saying some very nasty things about some of my feminine clients.\"@@">>
@@color:#00506e;"They aren't woman...they're dudes, man,"@@ James says with a hint of irritation obvious even with his subdued mood.
<<print "@@color:"+$you.color+";\"As far as you should be concerned, they are woman! You should be much more accepting of anyone who wants to feminine, be they trans, CD, genetic, or anything else! Beauty is beauty,\"@@">> you assert.
@@color:#00506e;"Beauty is beauty..."@@ he drones in responds.
<<print "@@color:"+$you.color+";\"Good...now, to prove what I just said to you, I'm going to have <<print $employees[0].name>> give you a more feminine makeover. You'll be okay with this, because you'll admire how beautiful you are,\"@@">> you say.
James nods in agreement. Soon after the bleach job is done, you tell your assistant to give him a slightly more feminine hairstyle and add some makeup. She does just that and even finds some jewelry to complete the look.
<img src="client4/james1a.jpg" alt="" style="height:400px;">
@@color:#00506e;"Wow...I look...beautiful..."@@ James murmurs, turning his head from side-to-side to admire his look. All the woman in the salon ooh and ahh over his appearence while he pays for the makeover. You're pleased to notice that he doesn't have any complaints about looking like a "homo" he was bashing previously.
<a data-passage="Main">Continue</a><<silently>>
<<set $James.visits++, $James.hypno++, $James.image to "client4/james1a.jpg", $James.payment = $pricing.makeover + $pricing.bleachjob/3*2, $cash += $James.payment, $you.fem += 10, $inventory.bleach--, $inventory.makeup--, $specialitems.hypnoshampoo-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>
James returns to the salon, looking to maintain his more feminine look.
<img src="client4/james1a.jpg" alt="" style="height:400px;">
After getting his hair and makeup redone, he happily pays for his treatment and steps out of salon to compliment every feminine client entering and leaving the salon.
<a data-passage="Main">Continue</a><<silently>>
<<set $James.visits++, $cash += $James.payment, $inventory.bleach--, $inventory.makeup-->>
<<for _i = 0; _i < $appointments.length; _i++>><<print "<<if $appointments["+_i+"].id == 'James'>><<set $appointments.deleteAt("+_i+")>><</if>>">><</for>>
<</silently>>