As a test if I have a script like this:
- Code: Select all
Module Script
Public Sub Main
Xlobby.ExecCommand("xlobby", "goto screen", "menu")
End Sub
End Module
and I assign it to a button and execute it on the thin client, it will change to the menu page on the server but the thin client stays on the current page.
I have also tried this as well and get the same results:
- Code: Select all
Module Script
Public Sub Main
Xlobby.ExecCommand("xlobby", "button show", "map_bedroom")
End Sub
End Module
Am I doing something wrong or is this not possible at all????