Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
I am creating a bot which has a login form. If they log in successfully, then the main form will appear.
The main form has a "Welcome, <username>" label, where <username> has to be replaced with the player's respective EE username.
How am I able to get this username from the server?
Offline
client.BigDb.Load("PlayerObjects", client.ConnectUserId)["name"]
That way is going to be removed some day. So I would suggest to use:
client.BigDB.LoadMyPlayerObject()["name"]
Offline
[ Started around 1732402599.5907 - Generated in 0.022 seconds, 10 queries executed - Memory usage: 1.38 MiB (Peak: 1.48 MiB) ]