Is there a way to do this. Like the windows in Windows. You can drag the dialog around. Maybe even resize it. Have you seen anthing like this? And can you help me?
Well, it's semi-possible.
There is no built-in function to drag stuff around, but you can trigger it by using "Any player click mouse button down/up" and grabbing the dialog item you've clicked.
The negative part: This event doesn't fire if you've clicked on a dialog item that has a tooltip or a dialog button. So it's limited to maybe dialog text labels and images without tooltips.
I doubt that it'll work for checkboxes or lists..
Is there a way to do this. Like the windows in Windows. You can drag the dialog around. Maybe even resize it. Have you seen anthing like this? And can you help me?
Well, it's semi-possible.
There is no built-in function to drag stuff around, but you can trigger it by using "Any player click mouse button down/up" and grabbing the dialog item you've clicked.
The negative part: This event doesn't fire if you've clicked on a dialog item that has a tooltip or a dialog button. So it's limited to maybe dialog text labels and images without tooltips.
I doubt that it'll work for checkboxes or lists..