Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoveRoute - Support Variables as Event ID (Maniac patch feature) #3312

Merged

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
}

src/game_interpreter.cpp Outdated Show resolved Hide resolved
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 <[email protected]>
@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
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