By Dara

A tappable dressing game that uses mannequins/models. Let your readers see all outfits fitted on models before choosing which outfit to wear. This template has 5 outfit choices and works with either generic or plus size females.

DIRECTIONS

This dressing game uses the points system to remember which outfit was chosen using a character named "OUTFIT". Please create this new character.​

This dressing game used 5 "mannequin" characters named MODEL1, MODEL2, MODEL3, MODEL4, and MODEL5. Please create these characters and be sure to remove all facial features so that they look like faceless mannequins.

You must copy and paste the template into your script first!
Then you need to change the template’s character names to your characters' names.
Follow these instructions in order :

Highlight “CHARACTER” in your script

Press Ctrl + F on your keyboard (Cmd + F for Macs)

A small grey box will pop up, click on ALL first!

Type in your character’s name in all caps

Please change the outfit names to your own outfit names.​

This template also works in INK. You just need to change the Limelight animations to INK animations.

# Dara's Mannequin Dressing Game - 5 Outfits - Generic/Plus Female {

INT. WHITE WALL WOOD FLOOR - DAY

&overlay MODEL_1 create from CAMERA and overlay MODEL_1 opacity 0 in 0 and overlay MODEL_1 scales to 0.466 0.7 in 0 and overlay MODEL_1 shifts to 18 87 in zone 2 in 0 and overlay MODEL_1 to layer 3
&overlay MODEL_2 create from CAMERA and overlay MODEL_2 opacity 0 in 0 and overlay MODEL_2 scales to 0.466 0.7 in 0 and overlay MODEL_2 shifts to 146 87 in zone 2 in 0 and overlay MODEL_2 to layer 3
&overlay MODEL_3 create from CAMERA and overlay MODEL_3 opacity 0 in 0 and overlay MODEL_3 scales to 0.466 0.7 in 0 and overlay MODEL_3 shifts to 275 87 in zone 2 in 0 and overlay MODEL_3 to layer 3
&overlay MODEL_4 create from CAMERA and overlay MODEL_4 opacity 0 in 0 and overlay MODEL_4 scales to 0.466 0.7 in 0 and overlay MODEL_4 shifts to 84 87 in zone 3 in 0 and overlay MODEL_4 to layer 3
&overlay MODEL_5 create from CAMERA and overlay MODEL_5 opacity 0 in 0 and overlay MODEL_5 scales to 0.466 0.7 in 0 and overlay MODEL_5 shifts to 210 87 in zone 3 in 0 and overlay MODEL_5 to layer 3

@MODEL1 changes into OUTFIT_1
@MODEL2 changes into OUTFIT_2
@MODEL3 changes into OUTFIT_3
@MODEL4 changes into OUTFIT_4
@MODEL5 changes into OUTFIT_5

&MODEL1 spot 0.99 70 205 in zone 2 at layer 1 and MODEL1 faces left and MODEL1 starts flirt_wink_atcamera_pose
&MODEL2 spot 0.99 197 205 in zone 2 at layer 1 and MODEL2 faces left and MODEL2 starts flirt_wink_atcamera_pose
&MODEL3 spot 0.99 7 205 in zone 3 at layer 1 and MODEL3 faces left and MODEL3 starts flirt_wink_atcamera_pose
&MODEL4 spot 0.99 134 205 in zone 3 at layer 1 and MODEL4 faces left and MODEL4 starts flirt_wink_atcamera_pose
&MODEL5 spot 0.99 260 205 in zone 3 at layer 1 and MODEL5 faces left and MODEL5 starts flirt_wink_atcamera_pose

@CHARACTER changes into OUTFIT_underwear

&CHARACTER spot 1.085 -150 160 in zone 1 at layer 4
@cut to zone 1 and zoom reset
&CHARACTER walks to spot 1.085 170 160 in zone 1 in 2 then CHARACTER starts think_rubchin
@transition fade in black in 1
@pause for 2
@pan to zone 3 in 3
@pause for 0.5
@speechbubble reset and CHARACTER starts idle_handsonhips_neutral_loop
@pan to zone 1 in 3

        NARR
    Scroll through the room and tap on the outfit you want to try on.

@pause for 0

label outfit_closet_0x

tappable [pan:1:3]
"MODEL_1" {
@OUTFIT =1
@CHARACTER previews outfit OUTFIT_1
} "MODEL_2" {
@OUTFIT =2
@CHARACTER previews outfit OUTFIT_2
} "MODEL_3" {
@OUTFIT =3
@CHARACTER previews outfit OUTFIT_3
} "MODEL_4" {
@OUTFIT =4
@CHARACTER previews outfit OUTFIT_4
} "MODEL_5" {
@OUTFIT =5
@CHARACTER previews outfit OUTFIT_5
}

@cut to zone 1 and zoom on 162 10 to 300% in 0
@pause for 0.3
@zoom on 166 483 to 300% in 2.5
@CHARACTER is primp_neutral
@pause for 0.5
@zoom reset
&CHARACTER starts idle_handsonhips_neutral_loop

        NARRATOR
    Is this the outfit you want to wear?
choice
<PREMIUM> "Definitely." {
if (OUTFIT = 1) {
@CHARACTER changes into OUTFIT_1
} elif (OUTFIT = 2) {
@CHARACTER changes into OUTFIT_2
} elif (OUTFIT = 3) {
@CHARACTER changes into OUTFIT_3
} elif (OUTFIT = 4) {
@CHARACTER changes into OUTFIT_4
} elif (OUTFIT = 5) {
@CHARACTER changes into OUTFIT_5
}
} "Pick another outfit." {
@CHARACTER previews outfit OUTFIT_underwear
@pause for 0
goto outfit_closet_0x
}

readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Dressing Game Template Credit
@CHARACTER is dustoff_neutral_loop
@CHARACTER is primp_neutral
&CHARACTER walks to spot 1.085 -150 160 in 2
@pause for 1
@transition fade out

# Dara's Mannequin Dressing Game - 5 Outfits - Generic/Plus Female }