Hello!
I'd like to get help from more experienced members of the scripting community, because I'm trying to make a display mod that controls the matrix's length based on the display address (in bus.cfg: [matl_transmap]).
The height is fixed at 19 pixels. For example, the first front display is 144 pixels wide and that's \S:1. The side display is 120 pixels in width, \S:2. Finally, the back display is 32 in width, \S:3. The current script is linked below, highlighted with the added part I tried, but it didn't work. Also, part of the model.cfg is also linked below.
(instead of my addition, here's the original of the modified part
'3.B.2 Bestimmen der verbliebenen Länge des Zieles vorne (l3):
144 (L.L.Matrix_Xpos) - s3
)
Appriciate the help!