Hi,
I previously used this code to manipulate the dialog window position in my game:
DataStructures.get("Dialog Window").position = new scripts.ds.dialog.RatioPoint(20 + offset, 0., 60, 0.);
Recently, this stopped working. The code runs, and I verified that the position variable is updated, but the window doesn't change position. Has something changed recently that could break this?