Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.2K
Switch Next Char #26
351b | 12 lines.
UI.Button("Switch 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 May 2021
Ads