Overlay problem!

Okay so since yesterday, everytime I’m placing an overlay the script put it in screen left. Where ever I put my overlay, it’s always putting my overlay in the wrong place, please tell me that I’m not the only one?

Did you specify which zone it is in?

Otherwise it automatically moves to zone 1 :slight_smile:

Send some code.

Yes I did specify the zone, and it actually stays in the zone but not at the spot

@overlay CAMP FIRE shifts to -56 30 AND overlay CAMP FIRE scales to 1.000 1.000 in zone 3 AND overlay CAMP FIRE moves to layer 0 AND overlay 6556398148911104_BLANKETT shifts to -24 -140 AND overlay 6556398148911104_BLANKETT scales to 1.000 1.000 in zone 3

You need to add the zone to the shift commands, not the scale commands.

??? I don’t understand :confused:

You’re adding the zone to the wrong commands. The zone needs to be with the shifts command, not the scales command.

@overlay CAMP FIRE shifts to -56 30 in zone 3 AND overlay CAMP FIRE scales to 1.000 1.000 in zone 3 AND overlay CAMP FIRE moves to layer 0 AND overlay 6556398148911104_BLANKETT shifts to -24 -140 in zone 3 AND overlay 6556398148911104_BLANKETT scales to 1.000 1.000 in zone 3

1 Like