Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Connect

Connects the current char to the server

Pascal

procedure Connect;

Python

def Connect()

Example Pascal

program test;
begin
if not Connected then 
begin 
Connect; 
wait(10000); 
end;