
Originally Posted by
belgin fish
ok thanks but also sometimes if you cant light a fire in a certain spot the script is going to be designed to click the minimap in a another location (close) then try again

im not soo surre what i would put for the walking back after going away
Hmm i had this somewhere in my anicent old Firemaker, ill find it for you...
IDK if it outdated or not 
SCAR Code:
procedure CantLightWaitBH;
begin
if (not (LoggedIn)) then
begin
Nextplayer(false);
end;
begin
if InChatMulti('can', 'ire h', 'lig') then
begin
MFF(MMCX, MMCY, 2, 2);
end;
Moved := Moved + 1;
end;
end;
It moves 1-2 spaces from the middle of mm. So yeh