hi in my script of varrok yew cutter i have made some procedure in case it finds a mime or a scaperune..
i made
if(FindMime)then
begin
logout;
exit;
nextplayer(false);
i did the same thing for my bank procedure so if it doesnt find the bank it log out and next player logs in and it works so i hope it works for that findmime stuff and for findscaperune.
other thing is that when my player logs out(i dont know why maybe axe broken or somethin)it keeps ttrying to find gametab(4) and trying to cut the tree or trying to walk to bank or w/e depending of what procedure the player who was logged in was doing. so i did for evry procedure at the begining that=
begin
if(not(loggedin))then
exit;
nextplayer(false)
end else
whaterver procedure.
the reason i put a exit is because if the current player is logged out it will skip the procedure so the next player will restart at the beggining. i didnt test that but i think it works because it works for my banking procedure.
p.s. if u think that
if(not(loggedin)then
nextplayer(false);
will work u are wrong it wont work for me....
so do u have any idea of a good way to get logged in even if the player is loged out and continue the script..?


Reply With Quote







