end)-- dummy function that can be used by extensions -- to avoid drawing the minimap at some locations function pfMap:HasMinimap() return true endfunction pfMap.tooltip:GetColor(min, max) local max = max or 1 local min = min or max or 1local perc = min / max ...