Spot Directing Help (Again)

So I’m having my Main Character do 3 actions in a row without any script dialogue in between. This is currently my script format:

@FEMALEAVATAR walks to spot 0.686 238 400 in zone 2 and FEMALEAVATAR does it while walk_stairs_up_loop_rear
@FEMALEAVATAR spot 0.677 239 406 in zone 2 and FEMALEAVATAR does it while standup_neutral
@FEMALEAVATAR is tinker_stand_neutral_loop_rear

So, basically I want my character to stand in their position, then walk up the stairs while holding a box, then doing the standup_neutral action to simulate dropping the cardboard box, then unlocking the door. But when I preview the story, it displays the actions too fast, with only a barely 0.2 second rest in between the three. Could you help me so it does that more slowly?

Try this :
@FEMALEAVATAR walks to spot 0.686 238 400 in zone 2 in 2 and FEMALEAVATAR does it while walk_stairs_up_loop_rear
&FEMALEAVATAR spot 0.677 239 406 in zone 2
@FEMALEAVATAR is standup_neutral
@FEMALEAVATAR is tinker_stand_neutral_loop_rear

1 Like

Thanks Bithi, it works.

1 Like

Welcome! :heart:

Closed: Marked as solved by thread op :v: