Hey! I currently need help coding a maid walking smoothly while holding a tray since I already successfully had her hold a tray but when it comes to her walking it’s like she’s dragging both feet and I don’t like that. Here’s the coding so far.
INT. PROTAG ROYAL BEDROOM - DAY
@BEATRICE changes into BEATRICE Sleepwear 1
@BEATRICE spot 0.5 -146 363 in zone 3 AND BEATRICE faces right AND BEATRICE starts sleep_lay_uncomfortable_loop
@zoom on 678 243 to 101% in 0
@add Serving Tray With Glasses Silver to ABIGAIL
@ABIGAIL enters from left to upscreen right and ABIGAIL does it while idle_box_carry_neutral_loop
@follow ABIGAIL to screen center in zone 2 and ABIGAIL does it while idle_box_carry_neutral_loop
@ABIGAIL walks to spot 0.659 239 213 in zone 2 and ABIGAIL does it while idle_box_carry_neutral_loop
@zoom on 678 243 to 271% in 2 and ABIGAIL does it while idle_box_carry_neutral_loop
@pan to zone 2 and ABIGAIL does it while idle_box_carry_neutral_loop
You don’t actually have to use the “idle_box_carry_neutral_loop” [nor the “walk_box_neutral_loop”] animation, because there’s an animation to walk with a tray… it’s called: “walk_tray_neutral_loop”.
But… the reason your character looks like they’re sliding across the floor is: because you’re using the idle version of carrying a box… rather than the walking version of the animation.
1 Like
Thank you! I replaced the previous code with this one and it worked.
1 Like