I guess the same solution as slaydon, but you can simplify it by your own functions that automatically copy over all old dialog item property and destroy the it, while linking the variables correctly to the new one
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
If you create a dialog item A in dialog B, and make a new dialog C, how do you change A's parent dialog from B to C?
Thanks, - az
you create a dummy(D) item for C, and change them into the excact same as A got, and then you hide item A
So you make D = A, D's parent is C, A's Parent is B, set the values from A into D, simple.
@azalathemad: Go
I guess the same solution as slaydon, but you can simplify it by your own functions that automatically copy over all old dialog item property and destroy the it, while linking the variables correctly to the new one