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

Why doesn’t exist tattoos for girls?

1 Like

Because Episode is mean (joking).

I don’t really know why they hadn’t added more or made them for both sexes. There is (or was) a suggestion thread about adding more.

1 Like

it was just saying that the command was invalid, and thank you (again!)
edit: ahh it’s still not working, now I have
&JOHN stands at screen back far right AND JOHN is jump_happy_loop
&ALMA stands at screen back right AND ALMA is laugh_chuckle

thanks! :smiley:

@RudeInception
But how do you get the narrator bubble to come up at the same time as they are doing the actions? It either does the animation before, or after the dialogue has been spoken, and the same for regular text.

This is how you see it at the same time as the action.

Example:

&CHARACTER is idle_punch and CHARACTER2 is arms_crossed
NARRATOR
Say something.

@FEMALECHAR starts talk_neutral AND MALE CHAR starts talk_neutral

NARRATOR (BOTH)
I wanna break up!

1 Like

How can I put a drink?

In a hand of a character

@add Red Cup to CHARACTER

Can you tell me in more detail what you mean?

Sorry… school got out early yesterday, and I had track, too. It doesn’t give an error code, but it says that there is an error on line 82. Here is the template… I’m not sure who’s it is.

ALAINA (think)
(I’d like to wear…)

choice (Eps1Outfit)
“Something Bold.”{
@ALAINA previews outfit ALAINA school
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@ALAINA is admire
@pause for a beat
@ALAINA starts idle

    ALAINA (idle_arms_crossed)
(I love this look! I'll catch the eye of someone cute!)

choice
“Wear this!”{
@ALAINA changes into ALAINA school
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain ALAINA school
#This will let you check if they made this choice later.
goto afterdg1
}
“I’ll try something else.” {
@ALAINA unpreviews outfit ALAINA school
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
goto dressinggame_1

}}“Something comfortable.”{
@ALAINA previews outfit ALAINA fall
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@ALAINA is admire
@pause for a beat

    ALAINA (idle_arms_crossed)
(This look let's me really feel like me!)

choice
“Wear this!” {
@ALAINA changes into ALAINA fall
####REPLACE THIS WITH ONE OF YOUR OUTFITS####

gain ALAINA fall
#This will let you check if they made this choice later.
goto afterdg1

}“I’ll try something else”{
@ALAINA unpreviews outfit ALAINA fall
####REPLACE THIS WITH ONE OF YOUR OUTFITS####
@ALAINA starts idle_arms_crossed
goto dressinggame_1

}
}“What I have on.” {

    ALAINA (primp_condescend)
(I already look great!)

goto afterdg1
}

label afterdg1

@ALAINA starts idle_happy

#}

@SwellClub227,

I don’t know if this if the issue, but I don’t know of commands preview and unpreview. You can have the character changes into the new outfit and then the same code to change back into the old outfit.

Example:
@YOU is dustoffloop
@YOU changes into casual_dress
@pause for a beat
@YOU is dustoffloop
@YOU changes into school_dress

Okay so in some stories I’ve seen that some male characters have a different body type. They have a more athletic structure. How do you get that?

it’s called Male Athletic but it’s very glitchy and it may break your story.

1 Like

okay. Thanks!

I’ve a problem, I try to put two characters hugging but they don’t hug correctly, I tried to use the spot but it doesn’t work neither

Where is the problem exactly? Can you show a screenshot? Is one character facing wrong way?

1 Like

I have this problem too :woman_facepalming:t3:
I wanted my character to walk to one end of the screen while facing right, but she always faces the left, no matter what i do :broken_heart:

This is what I put:
@CHAR1 faces left
@CHAR1 walks to spot 1.190 256 75 AND CHAR1 does it while walk_rear THEN CHAR1 starts tinker_loop_rear

Could someone please tell me what I am doing wrong?

@CHAR1 faces left because you make your character to face left before she starts walking
@CHAR1 walks to spot 1.190 256 75 AND CHAR1 does it while walk_rear THEN CHAR1 starts tinker_loop_rear

1 Like