Character Customization Templates (INK and LL)

I have two questions. 1. How do I make a parent or sibling look like my custom character? 2. How do I get all the hairs in the character customization like the fishtail braid etc…?

1: You can either let the reader customise the parent or sibling (you can do that by using the same code with a different character name) or, whenever you put

@CHARACTER changes bodyColor into Olive

you should also put (underneath it)

@SIBLING changes bodyColor into Olive

Make sure the sibling is in another zone, so she doesn’t pop up on the screen!

2: You can simply add it in the code yourself!

Let’s say the Twist Hair isn’t an option in the code above. You have this:

NARRATOR
Which hair style would you like?
choice
“Buzzed”{
@FEM1 changes hair into Buzzed Hair
@FEM1 starts primp_condescend
goto femalehairA
}“Short Shaved Sides” {
@FEM1 changes hair into Shaved Sides
@FEM1 starts primp_condescend
goto femalehairA
}“Messy Pixie” {
@FEM1 changes hair into Messy Pixie
@FEM1 starts primp_condescend
goto femalehairA
}“Slicked Back” {
@FEM1 changes hair into Long Slicked Back Hair
@FEM1 starts primp_condescend
goto femalehairA
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP1
}

Now before the command:
“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP1
}

You type:

}“Twist Hair” {
@FEM1 changes hair into Twist Hair
@FEM1 starts primp_condescend
goto femalehairA
}

And just like this you can add every hairstyle existing! You can find the names in the Writers Portal while customising the characters!

The code should look like this:

choice
“Buzzed”{
@FEM1 changes hair into Buzzed Hair
@FEM1 starts primp_condescend
goto femalehairA
}“Short Shaved Sides” {
@FEM1 changes hair into Shaved Sides
@FEM1 starts primp_condescend
goto femalehairA
}“Messy Pixie” {
@FEM1 changes hair into Messy Pixie
@FEM1 starts primp_condescend
goto femalehairA
}“Slicked Back” {
@FEM1 changes hair into Long Slicked Back Hair
@FEM1 starts primp_condescend
goto femalehairA
}“Twist Hair” {
@FEM1 changes hair into Twist Hair
@FEM1 starts primp_condescend
goto femalehairA
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP1

Hope that helped!

1 Like

Omg you’re great thank you. :grin:

Hi.

Can you help me, plz?

I need male and female customization INK, but without changing the eyes, lips and skin color.

Can someone create this one?

I’ll do it :slight_smile:

Actually, you just remove the part that customises the things you want to keep! So you create the character and let readers customise only what you desire!

Like this:

&FEM1 enters from left to screen center
NARRATOR
So… what’s your name?
label first_name_input67
input What’s Your First Name?|What’s Your First Name?|Done(FIRSTNAME)
if (FIRSTNAME is “”) {
NARR
You do need a name…
goto first_name_input67
} else {
continue
}
label avatarfemalecc
@zoom reset
@FEM1 starts think
@speechbubble reset
NARRATOR
So, [FIRSTNAME67], what’s your look?
choice
“Hair” {
goto femalehairA
}
“Eyes” {
goto femaleeyesA
}
“Eyebrows” {
goto femalebrowsA
}
“Face Shape”{
goto femalefaceshapeA
}
“Nose” {
goto femalenoseA
}
“Mouth” {
goto femalemouthshapeA
}
“This is perfect!” {
goto femaleavatardoneA
}
label femalebodycolourA
@zoom reset

label femalebrowsA
@zoom reset
@zoom on 150 350 to 165% in 0
@FEM1 starts idle_arms_crossed
NARRATOR
What eyebrow shape would you like?
choice
“Classic Natural”{
@FEM1 changes eyebrows into Classic Natural
goto femalebrowsA
}“Defined Natural”{
@FEM1 changes eyebrows into Defined Natural
goto femalebrowsA
}“Mature Round”{
@FEM1 changes eyebrows into Mature Round
goto femalebrowsA
}“Seductive Arch”{
@FEM1 changes eyebrows into Seductive Arch
goto femalebrowsA
}“Seductive Round”{
@FEM1 changes eyebrows into Seductive Round
goto femalebrowsA
}“Thick Flat”{
@FEM1 changes eyebrows into Thick Flat
goto femalebrowsA
}“Thin Round”{
@FEM1 changes eyebrows into Thin Round
goto femalebrowsA
} “Looks good!”{
goto avatarfemalecc
}
label femalefaceshapeA
@zoom reset
@zoom on 150 350 to 165% in 0
@FEM1 starts idle_happy
NARRATOR
What face shape would you like?
choice
“Defined Heart” {
@FEM1 changes face into Defined Heart
goto femalefaceshapeA
}
“Defined Round” {
@FEM1 changes face into Defined Round
goto femalefaceshapeA
}
“Diamond” {
@FEM1 changes face into Diamond
goto femalefaceshapeA
}
“Oval” {
@FEM1 changes face into Oval
goto femalefaceshapeA
}
“Round” {
@FEM1 changes face into Round
goto femalefaceshapeA
}
“Soft Heart” {
@FEM1 changes face into Soft Heart
goto femalefaceshapeA
}
“Square” {
@FEM1 changes face into Square
goto femalefaceshapeA
}
“Looks good!”{
goto avatarfemalecc
}
label femaleeyesA
@FEM1 starts idle
@zoom reset
@zoom on 150 350 to 165% in 0
NARRATOR
What eye shape would you like?
choice
“Mature Round” {
@FEM1 changes eyes into Mature Round
goto femaleeyesA
}
“Round Luxe” {
@FEM1 changes eyes into Round Luxe
goto femaleeyesA
}
“Slender Natural” {
@FEM1 changes eyes into Slender Natural
goto femaleeyesA
}
“Upturned Bold” {
@FEM1 changes eyes into Upturned Bold
goto femaleeyesA
}
“Upturned Feline” {
@FEM1 changes eyes into Upturned Feline
goto femaleeyesA
}
“Upturned Luxe” {
@FEM1 changes eyes into Upturned Luxe
goto femaleeyesA
}“Looks good!”{
goto avatarfemalecc

label femalemouthshapeA
NARRATOR
What mouth shape would you like?
choice
“Blossom Lips” {
@FEM1 changes mouth into Blossom Lips
@FEM1 starts shush
goto femalemouthshapeA
}“Classic” {
@FEM1 changes mouth into Classic
@FEM1 starts shush
goto femalemouthshapeA
}“Classic Slender” {
@FEM1 changes mouth into Classic Slender
@FEM1 starts shush
goto femalemouthshapeA
}“Full Round” {
@FEM1 changes mouth into Full Round
@FEM1 starts shush
goto femalemouthshapeA
}“Mature Medium” {
@FEM1 changes mouth into Mature Medium
@FEM1 starts shush
goto femalemouthshapeA
}“Thick” {
@FEM1 changes mouth into Thick
@FEM1 starts shush
goto femalemouthshapeA
}
“Looks good!”{
goto avatarfemalecc
}

label femalehairA
@zoom reset
@zoom on 150 350 to 165% in 0
NARRATOR
Which hair style would you like?
choice
“Buzzed”{
@FEM1 changes hair into Buzzed Hair
@FEM1 starts primp_condescend
goto femalehairA
}“Short Shaved Sides” {
@FEM1 changes hair into Shaved Sides
@FEM1 starts primp_condescend
goto femalehairA
}“Messy Pixie” {
@FEM1 changes hair into Messy Pixie
@FEM1 starts primp_condescend
goto femalehairA
}“Slicked Back” {
@FEM1 changes hair into Long Slicked Back Hair
@FEM1 starts primp_condescend
goto femalehairA
}“Twist Hair” {
@FEM1 changes hair into Twist Hair
@FEM1 starts primp_condescend
goto femalehairA
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP1
}
label femalehairstyleAP1
NARRATOR
Which hair style would you like?
choice
“Bed head” {
@FEM1 changes hair into Shaggy Long Hair
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“Faux Hawk”{
@FEM1 changes hair into Long Faux Hawk
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“Classic Bob” {
@FEM1 changes hair into Classic Bob
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“Dreadlocks” {
@FEM1 changes hair into Long Dreadlocks
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“Straight Bob” {
@FEM1 changes hair into Straight Bob
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP2
}
label femalehairstyleAP2
NARRATOR
Which hair style would you like?
choice
“Layered Hair” {
@FEM1 changes hair into Layered Hair
@FEM1 starts primp_condescend
goto femalehairstyleAP2
}“Long Feathered” {
@FEM1 changes hair into Long Feathered
@FEM1 starts primp_condescend
goto femalehairstyleAP2
}“Long Straight Hair” {
@FEM1 changes hair into Long Straight Hair
@FEM1 starts primp_condescend
goto femalehairstyleAP2
}“Straight” {
@FEM1 changes hair into Straight
@FEM1 starts primp_condescend
goto femalehairstyleAP2
}“Long Braids” {
@FEM1 changes hair into Long Braids
@FEM1 starts primp_condescend
goto femalehairstyleAP2
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehaircolourAP3
}
label femalehaircolourAP3
NARRATOR
Which hair style would you like?
choice
“Natural Curls”{
@FEM1 changes hair into Natural Curls
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“Beach Wave” {
@FEM1 changes hair into Beach Wave Hair
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“Diva Curls” {
@FEM1 changes hair into Diva Curls
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“Long Curly Hair” {
@FEM1 changes hair into Long Curly Hair
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“Rebel Half Shaved” {
@FEM1 changes hair into Rebel Half Shaved Hairstyle
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP4
}
label femalehairstyleAP4
NARRATOR
Which hair style would you like?
choice
“Casual Braided Pigtails” {
@FEM1 changes hair into Casual Braided Pigtails
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“Styled Corn Rows” {
@FEM1 changes hair into Styled Corn Rows
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“Messy Back Bun” {
@FEM1 changes hair into Messy Back Bun
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“Pulled Back”{
@FEM1 changes hair into Monday Morning Updo
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“Urban Punk Ponytail”{
@FEM1 changes hair into Urban Punk Ponytail
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto label femalehaircolourA
}“More Styles.”{
goto femalehairstyleAP5
}
label femalehairstyleAP5
NARRATOR
Which hair style would you like?
choice
“Cornrow Bun” {
@FEM1 changes hair into Cornrow Bun
@FEM1 starts primp_condescend
goto femalehairstyleAP5
}“High Ponytail” {
@FEM1 changes hair into High Ponytail
@FEM1 starts primp_condescend
goto femalehairstyleAP4
}“Suburban Bubble” {
@FEM1 changes hair into Suburban Bubble
@FEM1 starts primp_condescend
goto femalehairstyleAP1
}“Short Curly Hair” {
@FEM1 changes hair into Short Curly Hair
@FEM1 starts primp_condescend
goto femalehaircolourAP3
}“Ponytail Locks”{
@FEM1 changes hair into Ponytail Locks
@FEM1 starts primp_condescend
goto femalehairstyleAP5
}“This looks good!”{
goto avatarfemalecc
}“Change Color.”{
goto femalehaircolourA
}“First Styles.”{
goto femalehairA
}

label femalehaircolourA
NARRATOR
What hair color would you like?
choice
“Auburn” {
@FEM1 changes hairColor into Auburn
goto femalehaircolourA
}“Black” {
@FEM1 changes hairColor into Charcoal
goto femalehaircolourA
}“Blond” {
@FEM1 changes hairColor into Blond
goto femalehaircolourA
}“Chestnut”{
@FEM1 changes hairColor into Chestnut
goto femalehaircolourA
}“Fawn” {
@FEM1 changes hairColor into Fawn
goto femalehaircolourA
}“Looks good!”{
goto avatarfemalecc
}“Back To Styles.”{
goto femalehairA
}“More Colors”{
goto femalehaircolourAP22
}

label femalehaircolourAP22
NARRATOR
What hair color would you like?
choice
“Mint” {
@FEM1 changes hairColor into Mint
goto femalehaircolourAP22
}“Blue” {
@FEM1 changes hairColor into Blasting Blue
goto femalehaircolourAP22
}“Pink” {
@FEM1 changes hairColor into Pop Pink
goto femalehaircolourAP22
}“Grey”{
@FEM1 changes hairColor into Grey
goto femalehaircolourAP22
}“Purple” {
@FEM1 changes hairColor into Punky Purple
goto femalehaircolourAP22
}“Looks good!”{
goto avatarfemalecc
}“Back To Styles.”{
goto femalehairA
}“More Colors”{
goto femalehaircolourA
}

label femaleavatardoneA
@zoom reset
&FEM1 exits left AND FEM1 is walk_neutral_offset

Hope that helped you! :kissing_smiling_eyes:

1 Like

Thank you so much :slightly_smiling_face:

Can you please do the same for male character?

For the male ink character it keeps saying that I need permission to get into it but the female was fine. Just wondering if anyone else is having this problem.

Oh

i did everything it said but when i go to save it will tell me “avatar_0” doesn’t exist or “mouth_0” i dont know what to do. please help

1 Like

okay so i fixed it but after when i preview it and i select the lip choices, when i click done it doesnt go to next part

It won’t let me preview your code. Is that normal?

Which one?

The one where I enter my name. It goes straight to AutoBot.

It’s not working on Web Preview; you have to test it on your phone.

You are a life saver!!! I cannot thank you enough for posting those omg

1 Like

I was wondering if you could give me permission to see the male INK customize template. I already sent a request with my gmail account. It’s Catwhisker64@gmail.com. I can’t open the file otherwise.

It is not mine, unfortunately!

It’s okay, I found a similar coding that I could use for the male. Thank you for the response.