Dara's Character Customization Templates (INK & Limelight)

You’re very welcome! :smile:

1 Like

OMGGGGG!!! I am making a story with LimeLight characters and I used the 2nd male one and it worked! I tried using the first one on my ChromeBook but it didn’t quite work. But thank YOU so so so so so much! My story will definitely be more interesting to more readers!

THIS IS BEAUTIFUL :heart_eyes::drooling_face::heart_eyes:

Thank you so much for creating these!

Best,
AC
:t_rex:

1 Like

Hi, i’m having the same problem that my character isn’t showing up. I tried what you said also i tried that the character waves. The only thing you quickly see is this and than she’s gone again:

You’re gonna have to create a whole new story and make sure that you do NOT choose the spotlight format.

1 Like

So that means i can’t use it at all? :frowning:

The template? Or your current story?

No wait i think i know what you mean now. The first time i choose limelight i couldn’t choose between showing the characters in limelight version or the ink version. This time it did. Thanks for helping me out!!

Same here it says
WARNINGS
The label
“male_avatar2_end” does
not exist

Anyone know how to fix it? I already changed all the MALEAVATARS to my characters name.
Thanks!
-GG

Oh nevermind! I fixed it! You just have to delete the “_end” of your script!

No don’t do that. Do not delete “_end”. The label that “doesn’t exist” should be the last part of the template. You either deleted it or didn’t copy and paste that part. All you need to do is just add “label male_avatar2_end” at the very end of the template

oh okay that probably explains why its glitching… haha yeah. Thankyou!

So this happened and i dont know what to do

Did you remove the “_end”?

no i just copied and pasted your template

Send a photo of the very beginning of the template

label male_avatar2
@HUNTER spot 2.400 170 -520 and HUNTER faces right and HUNTER starts idle

    NARRATOR
What does he look like?

choice
“Skin Color” {
goto skin2
} “Hair” {
goto hair2
} “Face Shape” {
goto face2
} “Eyebrows” {
goto eyebrows2
} “Eyes” {
goto eyes2
} “Nose” {
goto nose2
} “Mouth” {
goto mouth2
} “This is perfect!” {
goto male_avatar2
}

label skin2

    NARRATOR
Choose his skin color.

choice
“Lighter Shades” {
goto lightskin2
} “Medium Shades” {
goto medskin2
} “Darker Shades” {
goto darkskin2
} “Non-Human Shades” {
goto rainbowskin2
} “Done” {
goto male_avatar2
}

label lightskin2

    NARRATOR
Choose his skin color.

choice
“Fair Gold” {
@HUNTER changes bodyColor into Fair Gold
goto lightskin2
} “Fair Neutral” {
@HUNTER changes bodyColor into Fair Neutral
goto lightskin2
} “Fair Rose” {
@HUNTER changes bodyColor into Fair Rose
goto lightskin2
} “Fair Warm” {
@HUNTER changes bodyColor into Fair Warm
goto lightskin2
} “Beige Light Gold” {
@HUNTER changes bodyColor into Beige Light Gold
goto lightskin2
} “Beige Light Neutral” {
@HUNTER changes bodyColor into Beige Light Neutral
goto lightskin2
} “Beige Light Rose” {
@HUNTER changes bodyColor into Beige Light Rose
goto lightskin2
} “Beige Rose” {
@HUNTER changes bodyColor into Beige Rose
goto lightskin2
} “Different Shades” {
goto skin2
} “Done” {
goto male_avatar2
}

label medskin2

    NARRATOR
Choose his skin color.

choice
“Beige Neutral” {
@HUNTER changes bodyColor into Beige Neutral
goto medskin2
} “Beige Gold” {
@HUNTER changes bodyColor into Beige Gold
goto medskin2
} “Beige Deep Neutral” {
@HUNTER changes bodyColor into Beige DeepNeutral
goto medskin2
} “Beige Deep Gold” {
@HUNTER changes bodyColor into Beige Deep Gold
goto medskin2
} “Beige Deep Rose” {
@HUNTER changes bodyColor into Beige Deep Rose
goto medskin2
} “Tan Neutral” {
@HUNTER changes bodyColor into Tan Neutral
goto medskin2
} “Tan Gold” {
@HUNTER changes bodyColor into Tan Gold
goto medskin2
} “Tan Rose” {
@HUNTER changes bodyColor into Tan Rose
goto medskin2
} “Tan Deep Gold” {
@HUNTER changes bodyColor into Tan Deep Gold
goto medskin2
} “Different Shades” {
goto skin2
} “Done” {
goto male_avatar2
}

label darkskin2

    NARRATOR
Choose his skin color.

choice
“Tan Deep Rose” {
@HUNTER changes bodyColor into Tan Deep Rose
goto darkskin2
} “Tan Deep Neutral” {
@HUNTER changes bodyColor into Tan Deep Neutral
goto darkskin2
} “Brown Gold” {
@HUNTER changes bodyColor into Brown Gold
goto darkskin2
} “Brown Neutral” {
@HUNTER changes bodyColor into Brown Neutral
goto darkskin2
} “Brown Rose” {
@HUNTER changes bodyColor into Brown Rose
goto darkskin2
} “Brown Deep Gold” {
@HUNTER changes bodyColor into Brown Deep Gold
goto darkskin2
} “Brown Deep Neutral” {
@HUNTER changes bodyColor into Brown Deep Neutral
goto darkskin2
} “Brown Deep Rose” {
@HUNTER changes bodyColor into Brown Deep Rose
goto darkskin2
} “Different Shades” {
goto skin2
} “Done” {
goto male_avatar2
}

label rainbowskin2

    NARRATOR
Choose his skin color.

choice
“Blue” {
@HUNTER changes bodyColor into Blue
goto rainbowskin2
} “Light Blue” {
@HUNTER changes bodyColor into Light Blue
goto rainbowskin2
} “Green” {
@HUNTER changes bodyColor into Green
goto rainbowskin2
} “Light Green” {
@HUNTER changes bodyColor into Beige Green Light
goto rainbowskin2
} “Different Shades” {
goto skin2
} “Done” {
goto male_avatar2
}

label face2

    NARRATOR
Choose his face shape.

choice
“Soft Diamond” {
@HUNTER changes face into Diamond Soft
goto face2
}
“Defined Diamond” {
@HUNTER changes face into Diamond Defined
goto face2
}
“Generic” {
@HUNTER changes face into Male Generic
goto face2
}
“Round” {
@HUNTER changes face into Round Soft
goto face2
}
“Square Jaw” {
@HUNTER changes face into Square Jaw
goto face2
}
“Triangle” {
@HUNTER changes face into Triangle Chiseled
goto face2
}
“Mature Square” {
@HUNTER changes face into Square Jaw Mature
goto face2
}
“Broad Cheeks” {
@HUNTER changes face into Round Broad Cheeks
goto face2
}
“Done”{
goto male_avatar2
}

label eyes2

    NARRATOR
Choose his eyes.

choice
“Downturned” {
@HUNTER changes eyes into Deepset Downturned
goto eyes2
}
“Deepset Heavy” {
@HUNTER changes eyes into Deepset Heavy Lid
goto eyes2
}
“Deep Sunken” {
@HUNTER changes eyes into Male Deep Sunken
goto eyes2
}
“Generic” {
@HUNTER changes eyes into Male Generic
goto eyes2
}
“Slender” {
@HUNTER changes eyes into Monolid Slender
goto eyes2
}
“Oval” {
@HUNTER changes eyes into Oval Wide
goto eyes2
}
“Sloping” {
@HUNTER changes eyes into Sloping Heavy Lid
goto eyes2
}
“Mature” {
@HUNTER changes eyes into Deepset Sloping Mature
goto eyes2
}
“Eye Color” {
goto eyecolor2
}
“Done”{
goto male_avatar2
}

label eyecolor2

    NARRATOR
Choose his eye color.

choice
“Aqua Blue” {
@HUNTER changes eyesColor into Blue Aqua
goto eyecolor2
}
“Deep Blue” {
@HUNTER changes eyesColor into Blue Deep
goto eyecolor2
}
“Light Brown” {
@HUNTER changes eyesColor into Brown Light
goto eyecolor2
}
“Dark Brown” {
@HUNTER changes eyesColor into Brown Dark
goto eyecolor2
}
“Black” {
@HUNTER changes eyesColor into Brown Black
goto eyecolor2
}
“Next Page” {
goto eyecolor22
}
“Done”{
goto male_avatar2
}

label eyecolor22

    NARRATOR
Choose his eye color.

choice
“Green” {
@HUNTER changes eyesColor into Green Emerald
goto eyecolor22
}
“Silver” {
@HUNTER changes eyesColor into Grey Cool
goto eyecolor22
}
“Hazel” {
@HUNTER changes eyesColor into Hazel
goto eyecolor22
}
“Red” {
@HUNTER changes eyesColor into Red
goto eyecolor22
}
“Violet” {
@HUNTER changes eyesColor into Violet
goto eyecolor22
}
“Previous Page” {
goto eyecolor2
}
“Done”{
goto male_avatar2
}

label eyebrows2

    NARRATOR
Choose his eyebrows.

choice
“Arched”{
@HUNTER changes eyebrows into Arched Medium
goto eyebrows2
}“Generic”{
@HUNTER changes eyebrows into Male Generic
goto eyebrows2
}“Round”{
@HUNTER changes eyebrows into Round Medium
goto eyebrows2
}“Soft”{
@HUNTER changes eyebrows into Round Soft
goto eyebrows2
}“Thick”{
@HUNTER changes eyebrows into Round Thick
goto eyebrows2
}“Straight”{
@HUNTER changes eyebrows into Straight Medium
goto eyebrows2
}“Bushy”{
@HUNTER changes eyebrows into Arched Bushy
goto eyebrows2
}“Thin”{
@HUNTER changes eyebrows into Round Thin
goto eyebrows2
} “Select Color” {
goto browscolor2
} “Done”{
goto male_avatar2
}

label browscolor2

    NARRATOR
Choose his eyebrow color.

choice
“Light Colors” {
goto lightbrowscolor2
} “Dark Colors” {
goto darkbrowscolor2
} “Dyed Colors” {
goto dyedbrowscolor2
} “Change Brow Shape” {
goto eyebrows2
}

label lightbrowscolor2

    NARRATOR
Choose his eyebrow color.

choice
“Dirty Blonde” {
@HUNTER changes eyebrowsColor into Dirty Blonde
goto lightbrowscolor2
} “Honey Blonde” {
@HUNTER changes eyebrowsColor into Honey Blonde
goto lightbrowscolor2
} “Platinum Blonde” {
@HUNTER changes eyebrowsColor into Platinum Blonde
goto lightbrowscolor2
} “Strawberry Blonde” {
@HUNTER changes eyebrowsColor into Strawberry Blonde
goto lightbrowscolor2
} “Blonde Medium” {
@HUNTER changes eyebrowsColor into Blonde Medium
goto lightbrowscolor2
} “Gray” {
@HUNTER changes eyebrowsColor into Gray
goto lightbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto male_avatar2
}

label darkbrowscolor2

    NARRATOR
Choose his eyebrow color.

choice
“Chestnut Brown” {
@HUNTER changes eyebrowsColor into Chestnut Brown
goto darkbrowscolor2
} “Dark Brown” {
@HUNTER changes eyebrowsColor into Dark Brown
goto darkbrowscolor2
} “Deep Brown” {
@HUNTER changes eyebrowsColor into Deep Brown
goto darkbrowscolor2
} “Light Brown” {
@HUNTER changes eyebrowsColor into Light Brown
goto darkbrowscolor2
} “Dark Black” {
@HUNTER changes eyebrowsColor into Black Dark
goto darkbrowscolor2
} “Jet Black” {
@HUNTER changes eyebrowsColor into blackJet
goto darkbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto male_avatar2
}

label dyedbrowscolor2

    NARRATOR
Choose his eyebrow color.

choice
“Light Pink” {
@HUNTER changes eyebrowsColor into Pink Lt
goto dyedbrowscolor2
} “Lavender” {
@HUNTER changes eyebrowsColor into Purple Lilac
goto dyedbrowscolor2
} “Mint” {
@HUNTER changes eyebrowsColor into Green Mint
goto dyedbrowscolor2
} “Ginger Red” {
@HUNTER changes eyebrowsColor into Ginger Red
goto dyedbrowscolor2
} “Copper Red” {
@HUNTER changes eyebrowsColor into Copper Red
goto dyedbrowscolor2
} “White” {
@HUNTER changes eyebrowsColor into White
goto dyedbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto male_avatar2
}

label nose2

    NARRATOR
Choose his nose.

choice
“Button Wide” {
@HUNTER changes nose into Button Wide
goto nose2
}
“Button Round” {
@HUNTER changes nose into Button Round
goto nose2
}
“Narrow” {
@HUNTER changes nose into Grecian Narrow
goto nose2
}
“Hooked”{
@HUNTER changes nose into Hooked Grecian
goto nose2
}
“Generic” {
@HUNTER changes nose into Male Generic
goto nose2
}
“Round” {
@HUNTER changes nose into Round Wide
goto nose2
}
“Grecian” {
@HUNTER changes nose into Grecian Round
goto nose2
}
“Straight” {
@HUNTER changes nose into Straight Narrow
goto nose2
}
“Bulbous” {
@HUNTER changes nose into Bulbous Downturned
goto nose2
}
“Done”{
goto male_avatar2
}

label mouth2

    NARRATOR
Choose his mouth shape.

choice
“Classic” {
@HUNTER changes mouth into Medium Straight Natural
goto mouth2
}“Thin” {
@HUNTER changes mouth into Thin Heart
goto mouth2
}“Small” {
@HUNTER changes mouth into Small Heart
goto mouth2
}“Medium” {
@HUNTER changes mouth into Medium Heart
goto mouth2
}“Full” {
@HUNTER changes mouth into Full Heart Natural
goto mouth2
}“Large” {
@HUNTER changes mouth into Full Heart Large
goto mouth2
} “Lip Color” {
goto lipColor2
}“Done”{
goto male_avatar2
}

label lipColor2

    NARRATOR
Choose his lip color.

choice
“Fair Rose” {
@HUNTER changes mouthColor into Fair Rose Matte
goto lipColor2
} “Fair Neutral” {
@HUNTER changes mouthColor into Fair Neutral Matte
goto lipColor2
} “Fair Gold” {
@HUNTER changes mouthColor into Fair Gold Matte
goto lipColor2
} “Beige Light Gold” {
@HUNTER changes mouthColor into Beige Light Gold Matte
goto lipColor2
} “Beige Gold” {
@HUNTER changes mouthColor into Beige Gold Matte
goto lipColor2
} “Beige Rose” {
@HUNTER changes mouthColor into Beige Rose
goto lipColor2
} “Next Page” {
goto lipColor22
} “Done” {
goto male_avatar2
}

label lipColor22

    NARRATOR
Choose his lip color.

choice
“Beige Deep Neutral” {
@HUNTER changes mouthColor into Beige Deep Neutral
goto lipColor22
} “Tan Deep Neutral” {
@HUNTER changes mouthColor into Tan Deep Neutral
goto lipColor22
} “Brown Neutral” {
@HUNTER changes mouthColor into Brown Neutral
goto lipColor22
} “Brown Gold” {
@HUNTER changes mouthColor into Brown Gold
goto lipColor22
} “Brown Deep Gold” {
@HUNTER changes mouthColor into Brown Deep Gold
goto lipColor22
} “Brown Deep Rose” {
@HUNTER changes mouthColor into Brown Deep Rose
goto lipColor22
} “Previous Page” {
goto lipColor2
} “Done” {
goto male_avatar2
}

label hair2

    NARRATOR
Choose his hairstyle.

choice
“Generic Short” {
@HUNTER changes hair into Generic Short
goto hair2
} “Curly Mohawk” {
@HUNTER changes hair into Curly Mohawk
goto hair2
} “Manbun” {
@HUNTER changes hair into Manbun
goto hair2
} “Short Fade” {
@HUNTER changes hair into Short Curly Fade
goto hair2
} “Twist Hair” {
@HUNTER changes hair into Short Twists
goto hair2
} “Slicked Back” {
@HUNTER changes hair into Slicked Back Solid
goto hair2
} “Afro” {
@HUNTER changes hair into Afro
goto hair2
}“Next Page” {
goto hair22
} “Select Color” {
goto haircolor2
} “Done” {
goto male_avatar2
}

label hair22

    NARRATOR
Choose his hairstyle.

choice
“Messy Curls” {
@HUNTER changes hair into Short Messy Curls
goto hair22
} “Shaggy” {
@HUNTER changes hair into Short Shaggy
goto hair22
} “Wavy Messy” {
@HUNTER changes hair into Wavy Messy
goto hair22
} “Pompadour” {
@HUNTER changes hair into Wavy Quiff
goto hair22
} “Medium Dreadlocks” {
@HUNTER changes hair into Medium Dreadlocks
goto hair22
} “Long Dreadlocks” {
@HUNTER changes hair into Long Dreadlocks
goto hair22
} “Long Braided” {
@HUNTER changes hair into Long Braided
goto hair22
}“Previous Page” {
goto hair2
} “Select Color” {
goto haircolor2
} “Done” {
goto male_avatar2
}

label haircolor2

    NARRATOR
Choose his hair color

choice
“Dark” {
goto boy_hairDark2
}“Light” {
goto boy_hairLight2
}“Dyed” {
goto boy_hairDye2
} “Change Hair Style” {
goto hair2
}

label boy_hairDark2

    NARRATOR
Choose his hair color.

choice
“Light Brown” {
@HUNTER changes hairColor into Light Brown
goto boy_hairDark2
}“Chestnut Brown”{
@HUNTER changes hairColor into Chestnut Brown
goto boy_hairDark2
}“Dark Brown”{
@HUNTER changes hairColor into Dark Brown
goto boy_hairDark2
}“Deep Brown” {
@HUNTER changes hairColor into Deep Brown
goto boy_hairDark2
}“Burgundy” {
@HUNTER changes hairColor into Burgundy Red
goto boy_hairDark2
}“Dark Black” {
@HUNTER changes hairColor into Black Dark
goto boy_hairDark2
}“Jet Black” {
@HUNTER changes hairColor into Black Jet
goto boy_hairDark2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label boy_hairLight2

    NARRATOR
Choose his hair color.

choice
“Platinum Blonde” {
@HUNTER changes hairColor into Platinum Blonde
goto boy_hairLight2
}“Dirty Blonde” {
@HUNTER changes hairColor into Dirty Blonde
goto boy_hairLight2
}“Honey Blond” {
@HUNTER changes hairColor into Honey Blonde
goto boy_hairLight2
}“Strawberry Blond” {
@HUNTER changes hairColor into Strawberry Blonde
goto boy_hairLight2
}“Blonde Medium” {
@HUNTER changes hairColor into Blonde Medium
goto boy_hairLight2
}“Gray” {
@HUNTER changes hairColor into Gray
goto boy_hairLight2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label boy_hairDye2

    NARRATOR
Choose his hair color.

choice
“Pink” {
goto BOYhairDye_Pink2
}“Purple” {
goto BOYhairDye_Purple2
}“Blue” {
goto BOYhairDye_Blue2
}“Green/Yellow” {
goto BOYhairDye_Green2
}“Red/Orange” {
goto BOYhairDye_Red2
}“White/Gray” {
goto BOYhairDye_Gray2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Pink2

    NARRATOR
Choose his hair color.

choice
“Hot Pink” {
@HUNTER changes hairColor into Hot Pink
goto BOYhairDye_Pink2
} “Light Pink” {
@HUNTER changes hairColor into Pink Lt
goto BOYhairDye_Pink2
} “Peach” {
@HUNTER changes hairColor into Peach Blonde
goto BOYhairDye_Pink2
} “Rose Gold” {
@HUNTER changes hairColor into Rose Gold
goto BOYhairDye_Pink2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Purple2

    NARRATOR
Choose his hair color.

choice
“Purple” {
@HUNTER changes hairColor into Red Purple
goto BOYhairDye_Purple2
} “Lavender” {
@HUNTER changes hairColor into Purple Lilac
goto BOYhairDye_Purple2
} “Plum” {
@HUNTER changes hairColor into Plum
goto BOYhairDye_Purple2
} “Dark Purple” {
@HUNTER changes hairColor into Purple
goto BOYhairDye_Purple2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Blue2

    NARRATOR
Choose his hair color.

choice
“Blue” {
@HUNTER changes hairColor into Blue
goto BOYhairDye_Blue2
} “Light Blue” {
@HUNTER changes hairColor into Cornflower Blue
goto BOYhairDye_Blue2
} “Aqua Blue” {
@HUNTER changes hairColor into Aqua Blue
goto BOYhairDye_Blue2
} “Dark Blue” {
@HUNTER changes hairColor into Blue Black
goto BOYhairDye_Blue2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Green2

    NARRATOR
Choose his hair color.

choice
“Yellow” {
@HUNTER changes hairColor into Yellow
goto BOYhairDye_Green2
} “Green” {
@HUNTER changes hairColor into Green
goto BOYhairDye_Green2
} “Lime Green” {
@HUNTER changes hairColor into Yellow Green
goto BOYhairDye_Green2
} “Mint” {
@HUNTER changes hairColor into Mint
goto BOYhairDye_Green2
} “Aqua Green” {
@HUNTER changes hairColor into Aqua Green
goto BOYhairDye_Green2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Red2

    NARRATOR
Choose his hair color.

choice
“Orange” {
@HUNTER changes hairColor into Orange
goto BOYhairDye_Red2
} “Red” {
@HUNTER changes hairColor into Red
goto BOYhairDye_Red2
} “Copper Red” {
@HUNTER changes hairColor into Copper Red
goto BOYhairDye_Red2
} “Ginger Red” {
@HUNTER changes hairColor into Ginger Red
goto BOYhairDye_Red2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label BOYhairDye_Gray2

    NARRATOR
Choose his hair color.

choice
“White” {
@HUNTER changes hairColor into Warm White
goto BOYhairDye_Gray2
} “Gray” {
@HUNTER changes hairColor into Cool Gray
goto BOYhairDye_Gray2
} “Light Gray” {
@HUNTER changes hairColor into Aqua Gray
goto BOYhairDye_Gray2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto male_avatar2
}

label male_avatar2_end

1 Like

Yea you deleted the “_end” part from the goto for the “This is perfect!” choice. It should be goto male_avatar2_end