Dara Amarie's Official Help Thread! [closed]

How do you freeze an action in the middle of it?

You can’t, unless you use a “pose” animation of the animation you want frozen, or you turn your character into an overlay.

Thank you so much this was very helpful!

Hey, I remember reading something about you wanting us to name you for using your templates in our stories. Is that still what you want? I’m trying to make sure I name everyone for their work in my story if they want me to do it or not.

1 Like

Yes please credit me! Thanks!

2 Likes

No problem! Thank you!

1 Like

OMG you are a life saver!! Thank you sooooooooooo much!

how do you cut in between zones?

1 Like

What do you mean? :thinking:

Hi guys! This is my first time making a game on Episode and I’m having quite a few problems already. I have copied and pasted a dressing game script so I could get an idea of how to do one and I have changed the names and outfits and stuff like that so it goes with what I am using. I was wondering if you could please read my story so far and tell me all of the errors and how to fix them. I also don’t really know what some of the words actually do :(. I would really appreciate any comments and tips! Thanks :slight_smile: Here are the images below…

ohh, okay. thanks!

You can’t, but you can play around with zooms to zoom in between the zones.

Your dressing game is a bit weird and complicated with unnecessary coding. There’s a lot that you need to fix and get rid of. To make it easier for you, you can use my simple dressing game template:

So I’ve got two characters in a dining room setting. They are having a conversation, and I’ve been cutting to zooms between them for each dialogue line. So far, the code looks like this:

@cut to zone 1
&zoom on 58 207 to 227% in 0

Is there a more efficient way to do this? These two lines are working, but I wish it was just a little less bulky.

Combine them on the same line using “and”:

@cut to zone 1 and zoom on 58 207 to 227% in 0

2 Likes

is it a way to zoom inbetween zones

Hey Dara can you see what I did wrong?

label lipstick
KYLA (think)
Lipstick?

choice
“Blush”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Blush
goto lipstick
}
“Cherry Red”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Cherry Red
goto lipstick
}
“Ruby Red”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Ruby Red
goto lipstick
}
“Bubblegum Pink”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Bubblegum Pink
goto lipstick
}
“Plum”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Plum
goto lipstick
}
“Crimson”{
&KYLA is apply_lipstick
@KYLA changes mouthColor into Crimson
}

    KYLA (think)
This works?

choice
“Hot” {

@KYLA is flirt_wink

}
“Hell No” {
@KYLA is talk_repulsed

goto lipstick

}

Are you getting an error message? Or what isn’t working for you?

1 Like