3 functions (Div / Div 2 / Div GO):
path_find(mode, file, graph, scale, x, y, OFFSET struct, sizeof(struct));see example
[searches for a route from the current process coordinates to a given point, avoiding obstacles created on a search map]
path_free(file, graph, scale, x, y);see example
path_line(file, graph, scale, x, y);see example