"Stupid" questions that never get answered? Get The Help Here!

image

They’re called reader messages and this is the command for them:

image

omg thank you I’ve been searching a lot for them​:sob::sob::sob::sob:

image

Hi can someone help me, I have an motorcycle overlay that I’m trying to get my character to ride on the highway background but I’m not sure how to do it.

You would have to place your character on the motorbike and upload as an overlay. Like I did. There’s no animations for this yet.
Head on @RudeInception overlay shop and request one, I’m sure she’ll make you something awesome :slight_smile:

💙 Rude’s Overlay Request Shop [CLOSED]

Ok thank you

I have an error. It says my background doesn’t exist but I uploaded the background twice and reloaded like 5 times and it still says it doesn’t exist.

The error most likely is somewhere else. Did you checked if you didn’t misspelled characters name? I had same problem a few days ago.

I’m pretty sure the named choices are only working for the same episodes (at least they weren’t working for me accross other episodes) so I’m using gains everywhere (even if choices are not important still using them, you never know when you may need them :smiley: )
But just to be sure let’s ask @Dara.Amarie

1 Like

Named choices can be used across all episodes just like how gains work :blush:

2 Likes

I’m pretty surprised :open_mouth: but it’s good to know :grin:

1 Like

Yea haha that’s how we did the branches between choosing Grayson or Ethan in Falling for the Dolan Twins.

1 Like
if (choice_name is "Option 1") {

} elif (choice_name is "Option 2") {

} else {

}
1 Like

Welcome! :smile:

So I’ve done a clothing choice, and it keeps saying that there is an error, and that my {}'s don’t match up, but I don’t know where to put another one of them without messing my script up.
Here is my script:
choice
“Something Plaid”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_plaid

}
“Something Summery”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_summer
}
“Something Warm”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_winter

@YOUNG ALICE enters from left to screen left
@YOUNG ALICE is strike_a_pose
YOUNG ALICE (talk_think)
Hmm…
YOUNG ALICE (talk_exclaim_yes)
Not bad!
But is it good enough?
choice
“Wear this”{

    YOUNG ALICE (talk_exclaim_yes)
Definitely!

}
“Try something else”{

    YOUNG ALICE (talk_think)
Maybe I should try something else...

goto Outfit
}
(It says that there is an error on the line where it says: Something Warm, the error is that the “{” doesn’t match up)
Does anyone know how I can fix it?
Thanks :sweat_smile:

Ok thanks :grinning:

For some reason it’s still coming up with an error :thinking:

choice
“Something Plaid”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_plaid

}
“Something Summery”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_summer
}
“Something Warm”{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_winter
}

@YOUNG ALICE enters from left to screen left
@YOUNG ALICE is strike_a_pose
YOUNG ALICE (talk_think)
Hmm…
YOUNG ALICE (talk_exclaim_yes)
Not bad!
But is it good enough?
choice
“Wear this”{

    YOUNG ALICE (talk_exclaim_yes)
Definitely!

}
“Try something else”{

    YOUNG ALICE (talk_think)
Maybe I should try something else...

goto Outfit
}

Line 633 in my script, or:
"Something Warm"{

@YOUNG ALICE is dustoff_loop
@YOUNG ALICE changes into ALICE_winter
}
(The one in bold is line 633)

The exact error message is:
There is a { on line 633 that does not have a matching }