hi in my script i did for all procedures at the begining :
if(not(LoggedIn))then
begin
Logout;
Exit;
NextPlayer(false);
end else
begin
FindNormalRandoms;
etc.
but i dont know if i should just do
if(not(LoggedIn))then
begin
nextplayer(false);
and for the randoms in my wcing procedure i did;
procedure chopyewsdown;
begin
if(not(LoggedIn))then
begin
logout;
exit;
NextPlayer(false);
end else
begin
Chopyews;
repeat
cuttingrandoms;
until(InvFull);
for the cuttingrandoms i did at the top of the script:
cuttingrandoms;
if(not(LoggedIn))then
begin
logout;
exit;
nextplayer(false);
end else
begin
FindNormalRandoms;
EntChecker;
FindHead;
end;
but i was watching it run and a old man gave a box but it just lagged. it didnt do anything just lagged and logged out after a certain time...can u help me for this two things?thx


Reply With Quote




