> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/offset-soft-image.md).

# Offset Soft Image

### Signature

```c
void offsetsoftimage(float posZ, float posX); //id:0x00ef
```

### Description

Does the same as the [Set Pos](/the-insurgents-handbook/scripts/vm-call-targets/set-pos.md) function with the difference being that with this one the position is set relative to the current one.

### Arguments

#### Position Z

The position on the z-axis, multiplied by 60.

#### Position X

The position on the x-axis, multiplied by 60.
