Can someone help me
this was written in it too gave error too delete it but don’t know if I should have done that
“gain OUTFITNAME – NO SPACE”
it was between the choises
can someone help me please
thanks xxx
Can someone help me
this was written in it too gave error too delete it but don’t know if I should have done that
“gain OUTFITNAME – NO SPACE”
it was between the choises
can someone help me please
thanks xxx
you needed to put an } afther the words
example
} “FLORAL DRESS” {
@ZOEKEZOEK is nodd_loop
gain OUTFITNAME - NO SPACE
}
did it work?
i tried first the gain that does not work
look:
i will first solve them and then the rest the 2 in one time is too difficult x
I think it’s a comment telling you not to use a space. If you remove “- NO SPACE”, does it work?
If so, then change it to a meaningful name.
what do you mean with meaningfull name x
the real name of you´re outfit
Minoesje’s right that would be helpful. However, some people prefer different names.
For example:
or OUTFITNAME_NOSPACE
What do i have to do now tho solve the error?
maybe better iff i just put in the whole script in here:
INT. PRINCESS CLOSET with MIRROR at layer 0 with CURTAIN at layer 1 with ISLAND at layer 3
readerMessage this template made by @JL_writes , background and overlays
readerMessage backgroudn and overlays by@epy.glimmer
&cut to zone 3
@zoom reset
&ZOEKEZOEF spot 0.936 358 161 AND ZOEKEZOEF moves to layer 4
@overlay CURTAIN opacity 0 in 0
@pan to zone 1 in 4 AND ZOEKEZOEF walks to spot 0.936 101 155 in zone 1 in 4
@ZOEKEZOEF walks to spot 0.736 111 285 in 1 AND ZOEKEZOEF does it while walk_rear AND ZOEKEZOEF faces right
@ZOEKEZOEF is tinker_loop_rear AND ZOEKEZOEF faces right AND ZOEKEZOEF moves to layer 2
@pause for 2
@pan to zone 2 in 3 AND ZOEKEZOEF walks to spot 0.807 177 219 in zone 2 in 3
@ZOEKEZOEF walks to spot 0.541 169 345 in 1 AND ZOEKEZOEF does it while walk_rear AND ZOEKEZOEF faces left AND zoom on 493 345 to 407% in 1
@overlay CURTAIN shifts to -469 -25 in zone 2 in 0
@overlay CURTAIN opacity 1 in 0
label dressing_game_1
&ZOEKEZOEF moves to layer 0
NARRATOR
Time to choose the perfect outfit.
choice
“LOW CUT DRESS” {
@ZOEKEZOEF is nod_loop
@ZOEKEZOEF is kneel_reach
@overlay CURTAIN shifts to -379 -18 in zone 2 in 3
@ZOEKEZOEF changes into LOW CUT DRESS
@pause for .5
@ZOEKEZOEF is blush
@overlay CURTAIN shifts to -469 -22 in zone 2 in 3
NARRATOR
Is this the one for tonight?
choice
“It’s perfect!!” {
gain OUTFITNAME – NO SPACE
}
@ZOEKEZOEF is idle_happy
} “No.” {
goto dressing_game_1
}
} “FLORAL DRESS” {
@ZOEKEZOEF is nod_loop
@ZOEKEZOEF is kneel_reach
@overlay CURTAIN shifts to -379 -18 in zone 2 in 3
@ZOEKEZOEF changes into FLORAL DRESS
@pause for .5
@ZOEKEZOEF is blush
@overlay CURTAIN shifts to -469 -22 in zone 2 in 3
NARRATOR
Is this the one for tonight?
choice
“It’s perfect!!” {
gain OUTFITNAME – NO SPACE
@ZOEKEZOEF is idle_happy
} “No.” {
goto dressing_game_1
}
} “ANGELIC DRESS” {
@ZOEKEZOEF is nod_loop
@ZOEKEZOEF is kneel_reach
@overlay CURTAIN shifts to -379 -18 in zone 2 in 3
@ZOEKEZOEF changes into ANGELIC DRESS
@pause for .5
@ZOEKEZOEF is blush
@overlay CURTAIN shifts to -469 -22 in zone 2 in 3
NARRATOR
Is this the one for tonight?
choice
“It’s perfect!!” {
gain OUTFITNAME – NO SPACE
@ZOEKEZOEF is idle_happy
} “No.” {
goto dressing_game_1
}
it’s in the first choice
but what do i have to do with it?
change to this
do i put in the name of the outfit there our what, can someone do this in the script because i dont get it? And post it back. I want to make a u tube channal with all templates are showing, i give the original script if someone asked it the name of the maker will be mentiont but it has to work.
xxx
gain names CAN’T contain spaces / any special signs except underscore _
so you wanna say that I have to change that into the outfit’s name?
No, gains can be named completely different than outfit names (or choice names) it’s up to you how you name them
My problem is still not solved I don’t know what to do, can’t i just leave that out?