Login Next Character
#46
Clicking the button will login the next character in your character list.
UI.Button("Login Next Char", function(newText)
modules.client_entergame.EnterGame.openWindow()
local rwPanel = g_ui.getRootWidget():getChildById('charactersWindow')
local buttonsPanel = rwPanel:getChildById('characters')
if buttonsPanel then
buttonsPanel:focusNextChild()
rwPanel:onEnter()
end
end)
- remove | + add
01 Jul 2021