You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i call a gump with just dialog i should be able to open as many as I want. what it currently does seems to be resending the dialog and closing the old one out. i feel like this would be the behavior of sdialog instead. This prevents you from opening multiple dialogs that are created dynamically, if you wanted to open for example 3-4 navigation menus that use t he same gump dialog it would not let you view them all at the same time. it would just keep refreshing the currently opened dialog.