Re: listing username's in a char toom lobby

  •  08-04-2009, 10:23 PM

    Re: listing username's in a char toom lobby

    thanks terry for your response.
     
    I'm a little unsure what the name is for the GetPlace call, I've tried the lobby title, and some other things nothing works.  Any ideas?

            var portal = ChatSystem.Instance.GetCurrentPortal();
            var lobby = portal.GetPlace("my room") as ChatLobbyChannel;
            var users = lobby.GetAllUsers();
View Complete Thread