If the player customizes their friend how would they talk with the friends name they wrote on the speechbubble?
FRIEND [FRIENDNAME]
How are you today?
Like this?
If the player customizes their friend how would they talk with the friends name they wrote on the speechbubble?
FRIEND [FRIENDNAME]
How are you today?
Like this?
You’ll need to have your characters walk to a spot while they are doing one of the walking animations.
@CHARACTER walks to [spot] and CHARACTER does it while [animation]
So for an example:
@CHARACTER walks to spot 1.280 100 0 and CHARACTER does it while walk_scared
.
@chr0nos You’d have make it yourself, and to get them to show up one by one you’d have to use sound and get the text bubbles one by one,
I did a character customization for the MC but I also want a character customization for the friend. How can I do it in the same episode without warnings of duplicate labels?
Where would I find an “All” bar on a samsung chromebook? Or would I have to type in the friends name by myself?
Hi. I’m writing my first story and i’m having a problem with fading. I added in the transition fade straight after I added the scene and where my character is standing but it kind of glitches. It opens into the scene and then it fades in. What am I doing wrong?
Script:
INT. DUMPY APARTMENT BEDROOM - DAY
cut to zone 2
CHARACTER spot 0.863 3 348 in zone 2 AND CHARACTER faces left AND CHARACTER is idle_lay_exhausted_loop
transition fade in black 3
of course with @ symbols
thanks for helping <3
I’m pretty sure the ctrl + F works on a chromebook, too.
ok
Everything before the transition command needs to have the & sign instead of the @ sign
INT. DUMPY APARTMENT BEDROOM - DAY
&cut to zone 2
&CHARACTER spot 0.863 3 348 in zone 2 AND CHARACTER faces left AND CHARACTER is idle_lay_exhausted_loop
@transition fade in black 3
Thanks a lot, now i got it right! <3
I do ctrl+f and it shows the thing and I have FEMALEAVATAR highlighted then I write YOU for my characters name but it just brings me to the nearest YOU in the script.
I do have “all” aswell
You press ctrl+f, then click on ALL first before you type in the new name.
Never mind figured it out
Thank you , sorry if I annoyed you! It turns out to be sooo simple!
Thanks! I already made a scene just waiting for the Episode team to approve my overlays.
Oh thank you so much it worked perfect!
I did that using the @ sign and it still gives me an error message!