Post your script templates

Hi guys! Leave your script templates here please!

DRESSING GAME TEMPLATE:

label clothing1

MARY (think)
(What shall I wear today?)

choice (clothing1)
“Outfit 1” {
@MARY starts dustoff_loop

@pause for 3

@MARY changes into MARY_outfit1

gain MARY_outfit3

}
“Outfit 2” {

@MARY starts dustoff_loop

@pause for 3

@MARY changes into MARY_outfit2

gain MARY_outfit3

}
“Outfit3” {

@MARY starts dustoff_loop

@pause for 3

@MARY changes into MARY_outfit3

gain MARY_outfit3

}

@pause for a beat

    MARY (think)
(Do I want to wear this or try something else?)

choice
“Wear this outfit.”{

    MARY (admire)
(Great)

}
“Try something else.”{

goto clothing1

}

There’s already an official script template sharing thread! You can post your templates there!