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

Thanks but I only have two outfit choices as I have different consequences for both…
That is why their are only two and just coding this is giving me a headache…

But thank you it will be helpful when I will have three or more outfit choices…

This is the command for 2 choices

2 Likes

Hello…
Does anyone know why I can’t log in wit my account in Episode app?
I use IOS

What exactly is going on?

When I try to open the app it shows me on left menu just:

Home
Settings

nothing else is there what can I do?

Can I say the number of gems I want for my choice

No, you can’t unfortunately.

How do I put a background with an overlay and a wheather effect? Is it like this?

INT. BACKGROUND - DAY with OVERLAY with effect IDK

Yes, the weather effect has to be last always.

1 Like

Ok, thank you for the help!

hi how to make the camera follow the character while walking to a specific spot?

&pan to zone #
@CHARACTER walks to spot % X Y

or

@CHARACTER walks to spot % X Y and pan to zone #

thanks!

now how to make your character face backwards

You need to use rear animation for example rear or idle_rear for ink

its actually limelight is it the same?

For rear actions the facing is slightly different:

Character facing rear left:

Command:
@CHARACTER faces right AND CHARACTER is rear

Character facing rear right:

Command:
@CHARACTER faces left AND CHARACTER is idle_rear

oh ok thanks!

last question, how do you do the layering with a character behind an overlay and another one in front of the overlay

@mik_stories,

You’ll want one in a layer higher than the overlay and the other lower.

Example:
INT. BACKGROUND with OVERLAY to layer 2
&CHARACTER2 spot 1.280 100 100 in zone 1 at layer 3 #This person will be in front of the overlay.
&CHARACTER1 spot 1.280 100 100 in zone 1 at layer 1 #This person will be behind the overlay.