# Scenario

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to scenario category:

<table><thead><tr><th width="70">ID</th><th width="181">Display Name</th><th width="243">Explanations</th><th>Parameter A</th><th>Parameter B</th></tr></thead><tbody><tr><td>7</td><td>?</td><td><mark style="color:orange;">Campaign Only</mark> – Mission successful to see the scene.</td><td>-</td><td>-</td></tr><tr><td><a href="/pages/-MGfzGCo6C2sioWTlGVb">9</a></td><td>End mission with reason 'A'</td><td>Mission failed/Ended with reason 'A'. <br>You can customize mission failed description by activating this trigger on character’s death.</td><td>String</td><td>-</td></tr><tr><td>47</td><td>?</td><td><mark style="color:orange;">Campaign Only</mark> – Give the player $10000 and start Credits, white flashes.</td><td>-</td><td>-</td></tr><tr><td><a href="/pages/-MGfzGCo6C2sioWTlGVb">50</a></td><td>Mission complete and switch to level with ID 'A'</td><td>The game will switch the map to the ID you provided.</td><td>String (Map ID)</td><td>-</td></tr></tbody></table>


---

# Agent Instructions: 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/tables/trigger/scenario.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.
