> For the complete documentation index, see [llms.txt](https://eaglepb2.gitbook.io/pb2-editor-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaglepb2.gitbook.io/pb2-editor-manual/secret-weaponry/check-map.md).

# Check map

Let me provide you the result at first:

![](/files/-MG7je-FgAn6owXE93ix)

See those tiny circles with dots flying around? Eric gurt once said that the option button was used for advanced path-finding among AI's and players, sadly it didn't come to PB2, and considered outdated for PB2.5. So basically all you can do for this option is check if player is possible to climb up using defib.&#x20;

![](/files/-MLhSNUs3oGR__7mIsQx)

Anyways, let's expose those buttons.

Step 1: Open inspect mode using ctrl + shift + I or F12.

Step 2: Click the left top mouse button.

![](/files/-MG7jq6aYuFBEBdJqzte)

Step 3: Click this:

![](/files/-MG7jsnIeceg246Z4Z6A)

Step 4: Open the div\_id = top panel and you will see a bunch of grey(commented) texts:

![](/files/-MG7k-wORFPyGa_CCftr)

Step 5: Press those gray text, edit them with HTML and remove "\<!--" and "-->" then press enter.

![](/files/-MG7k8ltIjrZOyN0bSsK)

Here we go, then you have 3 more additional buttons, press the middle button to see the effects.

![](/files/-MG7kEdoAgQgSm52435_)

{% hint style="danger" %}
Due to paying a very high cost that would end up eating your PC resources, please only do experiment with structures which is simple and not too many structure than bring your PC into hibernation.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eaglepb2.gitbook.io/pb2-editor-manual/secret-weaponry/check-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
