search for a dtm in the last inventory slot making a boolean true?
for example:
SCAR Code:begin
if (FindDTM(LongbowDTM, x, y,...~~~what would i put here?~~~... )) or
(FindDTM(ShortbowDTM, x, y,...what would i put here?... )) then
begin
Result := True;
end;
end;




Reply With Quote


