Is it possible to use the same overlay?

Is it possible to use the same overlay two time in a scene at the same time? I am trying to make my character have two rope that are tied up. Char1 have a rope, and I am trying to put rope on Char2 but it won’t let me selected.

1 Like

Yes! I bookmarked this post and use it so often. It’s changed my life:

1 Like

Basically it saying I have to upload the same overlay into a different name .

No, you don’t have to upload it in this case.
Say your overlay is called “car”

@overlay CAR create
@overlay CAR opacity 1 in 0
@overlay CAR2 create from CAR
@overlay CAR2 opacity 1 in 0

Now you would have two cars :slightly_smiling_face:

1 Like

Okay. I understand. How can I put in zone without trying to look for it. Because when I do overlay I use “with overlay in zone #” to place it neatly.

1 Like

Do you know the shift spots? Because I usually just include it there. For example:
@overlay CAR2 shifts to XYZ in zone 2 in 0

1 Like

Okay. Thank you it work!

1 Like

ah it disappear.

1 Like

Oh no :open_mouth:
Send your script here and I (or someone else) can see if there’s something wrong?

rope22

1 Like

Add in zone 3 to the end of the shift command and see if that changes anything?

1 Like

Okay it work. Thank you.

1 Like

Welcome :slightly_smiling_face:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.