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.3K
Switch Next Char #26
351b | 12 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
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)

01 May 2021
Ads