# Set Pos Party Map Jump

### Signature

```c
void setposparty_mapjump(float posX, float posY, float posZ, float yaw); //id:0x056d
```

### Description

The purpose of this function is mostly unknown.

It's very similar to the [set-pos-party](https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/set-pos-party "mention") function, but only seems to teleport the party leader instead.&#x20;

However, in some cases the other active party members get permanently stuck at their position, so it may just be a leftover function that was never fully developed.


---

# 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://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/set-pos-party-map-jump.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.
