> 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/move-a.md).

# Move A

### Signature

```c
void movea(int targetBattleActorWorkId); //id:0x005f
```

### Description

Does the same as the [R Move](/the-insurgents-handbook/scripts/vm-call-targets/r-move.md) function, but with the following differences:

* The execution of the following functions is stopped until the character reaches its destination.
* The character moves to another character instead.

Alternatively, you can also use the [R Move A](/the-insurgents-handbook/scripts/vm-call-targets/r-move-a.md) and [Move Sync](/the-insurgents-handbook/scripts/vm-call-targets/move-sync.md) functions one after another.
