Simple Dressing Game Script Template (Limelight)

Here’s a free simple dressing game for you guys to use in your limelight stories! Simply enter your main character’s name into the text box, click ‘generate script’ and copy the code to your clipboard!
1

[INT. TEEN SISTER’S BEDROOM – DAY #You can change the background above to any background you like! @cut to zone 2 @CHARACTER1 stands screen center AND CHARACTER1 faces right @CHARACTER1 starts idle_happy_loop @pause for 3 label dressing_game CHARACTER1 (What should I wear today?) choice “Outfit 1″{ @CHARACTER1 walks to upscreen left in zone 3 @CHARACTER1 changes into MC_outfit1 #Change the word MC_outfit1 to whatever your first outfit’s filename is – e.g. RACHEL_smart_casual } “Outfit 2″{ @CHARACTER1 walks to upscreen left in zone 3 @CHARACTER1 changes into MC_outfit2 #Change the word MC_outfit2 to whatever your second outfit’s filename is – e.g. RACHEL_winter_clothes } “Outfit 3″{ @CHARACTER1 walks to upscreen left in zone 3 @CHARACTER1 changes into MC_outfit3 #Change the word MC_outfit3 to whatever your third outfit’s filename is – e.g. RACHEL_workout_gear } @CHARACTER1 walks to screen center in zone 2 @pause for a beat CHARACTER1 (think_rubchin) (Shall I wear this or try something else?) choice “Wear this outfit.”{ CHARACTER1 (idle_headbob_neutral_loop) (This is perfect!) } “Try something else.”{ goto dressing_game } @CHARACTER1 exits left ]

COMMENTS

35
  • comment-avatar

    thank you so much!!

  • comment-avatar

    how do you remember outfit choices? I NEED HELP

  • comment-avatar

    What'a Your Instagram So I Can Give You Credit?

  • comment-avatar

    Do you want me to give you cretidet?

  • comment-avatar

    it dont work

  • comment-avatar
    Anonymous 4 years ago

    Hi Joseph, I'm making my own Episode story and I have like hundreds of questions, you know of a way to talk to each other if you can and want answer my questions? or if you can answer here I can write all in the comments

  • comment-avatar

    It worked once but not anymore i don't understand someone help pls

  • comment-avatar
  • comment-avatar

    Love this! <3

  • comment-avatar
  • comment-avatar
    Anonymous 5 years ago

    I cant use this script more that once without it glitching. The first time is perfect but when I use it the second time it glitches to the first options. I really need help. I've tried everything.

  • comment-avatar

    Really helpfull

  • comment-avatar

    LOVE THIS TEMPLATE!

  • comment-avatar

    All backgrounds with more than one zone will work with this template

  • comment-avatar

    I was wondering if you could do a tutorial on this but with more than 3 choices? Like what the right coding is for The Next Page option.. Thanks 🙂

  • comment-avatar

    Maybe the wardrobe

  • comment-avatar

    How can you add gem choices in changing clothes?

  • comment-avatar

    No, you can do as much as you want. You just have to change the name of the label like: dressing_game, dressing_game_1, dressing_game_2 etc.

  • comment-avatar

    SOOO, the label finally work and now i can't let my character leave the closet.. idk what to anymore i tried everything!!

    INT. WALKINCLOSET – DAY

    @cut to zone 2

    @SANNE stands screen center AND SANNE faces right

    @SANNE starts idle_happy_loop

    @pause for 3

    label dressingup_1

    SANNE
    (What should I wear today?)

    choice
    "Outfit 1"{

    @SANNE walks to upscreen left in zone 3

    @SANNE changes into Fancy

    }
    "Outfit 2"{

    @SANNE walks to upscreen left in zone 3

    @SANNE changes into Pop of color

    }
    "Outfit 3"{

    @SANNE walks to upscreen left in zone 3

    @SANNE changes into Party

    }

    @SANNE walks to screen center in zone 2

    @pause for a beat

    SANNE (think_rubchin)
    (Shall I wear this or try something else?)

    choice
    "Wear this outfit."{

    SANNE (idle_headbob_neutral_loop)
    (This is perfect!)

    }
    "Try something else."{

    SANNE (think_rubchin)
    (Nope, I'll try something else)

    goto dressingup_1

    }.

    @SANNE exits left

    @transition fade out in 2

  • comment-avatar

    It said "Choices must follow a dialog immediately, not a branch" what does that mean? I'll paste my script and tell you where it says it has an error. Please help

    choice
    "Red"{

    @MIKO walks to upscreen left in zone 3

    @MIKO changes into MIKO_red

    }
    choice It says its an error here!
    "Gray"{

    @MIKO walks to upscreen left in zone 3

    @MIKO changes into MIKO_gray

    }
    choice
    "Comfortable"{

    @MIKO walks to upscreen left in zone 3

    @MIKO changes into MIKO_comfortable

    }
    choice
    "What I had on first"{

    @MIKO walks to upscreen left in zone 3

    @MIKO changes into MIKO_default

    }
    @MIKO walks to screen center in zone 2

    @pause for a beat

    MIKO (think)
    (Should I slay this?)

    choice
    "Yass"{

    MIKO (head_bob)
    (This is perfect!)

    }
    "God no"{

    goto dressing_game

    }

    @MIKO exits left

  • comment-avatar

    the labels dont work and im going insane lol

  • comment-avatar

    Can you explain to me what you mean? Maybe I can help you.

  • comment-avatar

    If you want a new label you'll have to do it like this:

    label dressing_game1

    and if you want a new label again:

    label dressing_game2,

    because if you call them all "dressing_game"
    they will keep glitching out and going to the first one.
    hope this helped! 🙂

  • comment-avatar

    I tried to have three separate dressing games in an episode but by the second one, if I decided to change outfits, it would bring the original character back with their choices and restarted the story that happens in between the changing games (luckily it isn't too long in between). Please help. Am I only allowed to do one per episode?

  • comment-avatar

    WOW Was so good I now know how what to do

  • comment-avatar

    I really don’t and I am not trying to be rude but pouring out my mind

  • comment-avatar

    I need some help, because the thing only lets me use the lable once and then if i duplicate the lable it starts hardcore glitching….what do I do?!!

  • comment-avatar

    when i used the template, it worked if you chose to keep the outfit, but it wouldn't work if I wanted to change it. What did I do wrong?????

  • comment-avatar

    In my story I did two of these. Whenever I preview the second one, it's ok until I press try something else and it'll go to the first dressing game. I hope you understand what i'm trying to say. Do I need to change my label?

  • comment-avatar

    y que se hace después ?

  • comment-avatar

    What other backgrounds work well with this?

  • comment-avatar

    You need it because if the player chooses to try something else it goes to the initial label and it starts all over again so the player can choose another outfit.
    I think that's why but not sure tho, I'm still only an amateur lol

  • comment-avatar

    What is goto dressing game for?

  • comment-avatar

    You copy paste it and make the changes you need 🙂

  • comment-avatar

    I need help getting it
    And this looks so good I need this