Skip to content

Conversation

@jetrotal
Copy link
Contributor

Tiny update based on @MackValentine's code.

In MP, Move Route supports using variables as the target event ID:

//TPC SYNTAX:

v[1] = 2
@ev[v[1]].setAction .freq 8 .unskippable .act {
    .moveDown
}

Tiny update based on @MackValentine's code.

In MP, Move Route supports using variables as the target event ID:

```js
//TPC SYNTAX:

v[1] = 2
@ev[v[1]].setAction .freq 8 .unskippable .act {
    .moveDown
}
```

Co-Authored-By: MackValentine <7922705+MackValentine@users.noreply.github.com>
@jetrotal jetrotal force-pushed the Maniacs-MoveEventVariable branch from bcbffb8 to 3e9874f Compare December 19, 2024 17:49
@Ghabry Ghabry requested a review from fdelapena December 20, 2024 22:11
Copy link
Member

@Ghabry Ghabry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve with comment

@Ghabry Ghabry merged commit b7dcfe6 into EasyRPG:master Dec 21, 2024
13 checks passed
@jetrotal jetrotal deleted the Maniacs-MoveEventVariable branch December 15, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants