This API allows you to use path finding to create a path to a destination.
generate_path(x, y)
Usage
generate_path(-1207, 2332)
Returns
None or a list of tuples containing the walk path. Cave paths will have an extra field at position 0 in the tuple for the region. Teleporting is not supported.