My character is suddenly laying on the bed the other way. I didn’t change anything and there is no character faces when they’re laying down. Any Help?
If you didn’t specify which direction the character faces, then the system just directs them anywhere. So you’d have to add “CHARACTER faces left/right” if you specifically want them to face left or right.
I said they’re laying down.
Yeah when you lay them down you still need to put which direction they are facing
You need to use coding like this xx
INT. DUMPY APARTMENT BEDROOM - DAY
@CHARACTER spot 0.863 20 346 in zone 2 AND CHARACTER faces left AND CHARACTER is lay_asleep_loop
@pan to zone 2
@CHARACTER spot 0.863 -2 356 in zone 2 AND CHARACTER faces right AND CHARACTER is sleep_uncomfortable
@pause for a beat
@CHARACTER spot 0.863 -2 356 in zone 2 AND CHARACTER faces right and CHARACTER is sleep_uncomfortable_awake
@pause for a beat
@pause for a beat
As you can see, you need to include the direction they face even if they are laying… xxx
Thank You, I found the scripts.