Hi guys, I just made a dressing game template with gains, hope it will be useful for you.
label open_closet
NARRATOR
What do you want to wear?
choice [shouldPaginate: YES]
“Casual” {
goto fashion_casual
} “Sports Wear” {
goto fashion_sports
} “Tomboy” {
goto fashion_tomboy
} “Girly Style” {
goto fashion_girly
}
label fashion_casual
NARRATOR
What casual outfit do you want to wear?
choice “One” {
@YN changes into CASUAL1
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_casual
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain casual1
goto closet_end
}
} “Two” {
@YN changes into CASUAL2
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_casual
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain casual2
goto closet_end
}
} “Three” {
@YN changes into CASUAL3
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_casual
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain casual3
goto closet_end
}
} “Four” {
@YN changes into CASUAL4
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_casual
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain casual4
goto closet_end
}
} “Try a different style!” {
goto open_closet
}
label fashion_sports
NARRATOR
What sporty outfit do you want to wear?
choice “One” {
@YN changes into SPORTY1
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_sports
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain sporty1
goto closet_end
}
} “Two” {
@YN changes into SPORTY2
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_sports
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain sporty2
goto closet_end
}
} “Three” {
@YN changes into SPORTY3
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_sports
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain sporty3
goto closet_end
}
} “Four” {
@YN changes into SPORTY4
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_sports
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain sporty4
goto closet_end
}
} “Try a different style!” {
goto open_closet
}
label fashion_tomboy
NARRATOR
What tomboy outfit do you want to wear?
choice “One” {
@YN changes into TOMBOY1
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_tomboy
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain tomboy1
goto closet_end
}
} “Two” {
@YN changes into TOMBOY2
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_tomboy
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain tomboy2
goto closet_end
}
} “Three” {
@YN changes into TOMBOY3
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_tomboy
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain tomboy3
goto closet_end
}
} “Four” {
@YN changes into TOMBOY4
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_tomboy
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain tomboy4
goto closet_end
}
} “Try a different style!” {
goto open_closet
}
label fashion_girly
NARRATOR
What girly outfit do you want to wear?
choice “One” {
@YN changes into GIRLY1
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_girly
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain girly1
goto closet_end
}
} “Two” {
@YN changes into GIRLY2
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_girly
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain girly2
goto closet_end
}
} “Three” {
@YN changes into GIRLY3
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_girly
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain girly3
goto closet_end
}
} “Four” {
@YN changes into GIRLY4
@pause for a beat
@pause for a beat
NARRATOR
…
choice “Try something else!” {
goto fashion_girly
} “Wear this!” {
readerMessage @alexxandra.episode on Instagram! with messageTitle Dressing Game Template by:
@YN is primp_neutral
gain girly4
goto closet_end
}
} “Try a different style!” {
goto open_closet
}
label closet_end
Press Ctrl+F while YN is selected then change it however you want it in your script. (the same goes to the outfits.)
Play around with it, make changes if you want, but please don’t remove the reader message.
I hope I helped you <3
Follow me on Instagram alexxandra.episode and support my new story, Rush. (dm me for a read4read.)
UPDATE: How to remember this outfits choices:
if (casual1) {
@YN changes into CASUAL1
} elif(casual2) {
@YN changes into CASUAL2
} elif(casual3) {
@YN changes into CASUAL3
} elif(casual4) {
@YN changes into CASUAL4
} else {
}
if(sporty1) {
@YN changes into SPORTY1
} elif(sporty2) {
@YN changes into SPORTY2
} elif(sporty3) {
@YN changes into SPORTY3
} elif(sporty4) {
@YN changes into SPORTY4
} else {
}
if(tomboy1) {
@YN changes into TOMBOY1
} elif(tomboy2) {
@YN changes into TOMBOY2
} elif(tomboy3) {
@YN changes into TOMBOY3
} elif(tomboy4) {
@YN changes into TOMBOY4
} else {
}
if(girly1) {
@YN changes into GIRLY1
} elif(girly2) {
@YN changes into GIRLY2
} elif(girly3) {
@YN changes into GIRLY3
} elif(girly4) {
@YN changes into GIRLY4
}
else {
}
if so I’ll give you a big ass shoutout!!! 