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;
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;