Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MoveRoute - Support Variables as Event ID (Maniac patch feature)
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]>
- Loading branch information