My script is supposed to find the quest bitmap at al kharid to find where it is. but it cant find the bitmap so it doesnt know where it is and just sits there.this is what i have tell me if im doing it wrong... do i have to put =true after if(FindBitMapTol(tx,ty,quest,564,11,741,168)?
SCAR Code:if(FindBitMapTol(tx,ty,quest,564,11,741,168)) then
Players[CurrentPlayer].loc:='Bank'
else
Players[CurrentPlayer].loc:='Furn'
end;
