Hello,does anyone know how to make 2 characters walk in the same time?
You got two options:
- You can use AND:
@CHAR1 enters from _____ to ______ _______ AND CHAR2 enters from ______ to ______ ______
- You can use & instead of @:
&CHAR1 walks to spot S X Y
&CHAR2 walks to spot S X Y
PS: whether using spot directing or the enters command, you can use either option.
2 Likes
Thank you so much
Can you please confirm if this worked? Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.