> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/miltech-mission-hub/developer-sdk/advanced-map-objects.md).

# Advanced Map Objects

The advanced map objects are hidden by default. In the Mission Hub settings, you need to enable *Mission Editor Advanced Mode* by either clicking the gear icon on the Mission Hub home screen, or in the editor by clicking *Edit>Preferences*.

The advanced map objects rely on advanced SDK knowledge, and some require you to create a [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.md) to distribute custom assets.

{% content-ref url="/pages/nj9icuIUMX1ZXK5xmEf6" %}
[Custom Dialog](/miltech-mission-hub/developer-sdk/advanced-map-objects/custom-dialog.md)
{% endcontent-ref %}

Add custom dialog and sounds. Needs a [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.md) to distribute custom assets.

{% content-ref url="/pages/jIlJm6wcDoawdbUZhiYu" %}
[Custom Code](/miltech-mission-hub/developer-sdk/advanced-map-objects/custom-code.md)
{% endcontent-ref %}

Use RPN code for advanced logic (e.g. setting/reading Lvars, complicated trigger conditions)

{% content-ref url="/pages/Y4Skn7WJX419OrPx3daO" %}
[Custom Image](/miltech-mission-hub/developer-sdk/advanced-map-objects/custom-image.md)
{% endcontent-ref %}

Add an image as a popup during the mission. Needs a [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.md) to distribute custom assets.

{% content-ref url="/pages/8O1Z1qSKjl2eUXHPWJKX" %}
[Custom SimObject](/miltech-mission-hub/developer-sdk/advanced-map-objects/custom-simobject.md)
{% endcontent-ref %}

Add custom SimObjects. Make sure the player also has access to the SimObjects.

{% content-ref url="/pages/kvItNhExVsZ2caf5LsFk" %}
[Custom Script](/miltech-mission-hub/developer-sdk/advanced-map-objects/custom-script.md)
{% endcontent-ref %}

Add an MSFS mission script for advanced mission logic. Needs a [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.md) to distribute custom assets.


---

# 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://docs.miltechsimulations.com/miltech-mission-hub/developer-sdk/advanced-map-objects.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.
