There is something I want to get changed, the RSReady doesn't detect that its ready if its in the lobby...
this is a simple fix,
LobbyScreen Gets moved above RSReady
and RsReady gets changed to
Simba Code:function RSReady: Boolean;
begin
Result := LoggedIn or LobbyScreen or (GetColor(743, 14) = 65536); //settings thingy button
end;
