My character keeps sliding across rather than walking like I want her to
Once she enters it stops walking. (Went to edit and accidentally pressed delete on the thread)
Also I want her to be able to walk and talk at the same time is this possible?
@transition fade out black
INT. SCHOOL HALLWAY - DAY @cut to zone 3
&MC enters from right to screen right
&follow MC to screen left in zone 1 and MC does it while walk_neutral
Use the @ sign for the entering command and use the & sign for the follow command then and you’ll need to remove the animation from the dialogue. But be warned if the reader taps too fast before she gets to zone 1, she’ll end up sliding again.
I had put it that and it was still sliding but once i removed it the from the talking function she walked but now she just randomly disappears when walking to the left in zone 1
This is because of the dialogue. If you tap the dialogue before she finishes walking to zone 1, it skips/glitches to the exit command which causes her to just disappear
To make your character talk while walking you would just use an animation that has talk & walk in it and use that along with the code for wherever she’s walking to by adding AND MC does it while animationhere
Example:
&MC walks to spot 1.280 -87 -2 in zone 1 in 5 AND MC does it while walk_talk_neutral_loop
even with the code you used, you can replace the walk_neutral with a walk & talk animation.