Commit 3e9874f
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 <7922705+MackValentine@users.noreply.github.com>1 parent edec538 commit 3e9874f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3049 | 3049 | | |
3050 | 3050 | | |
3051 | 3051 | | |
3052 | | - | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
3053 | 3055 | | |
3054 | 3056 | | |
3055 | 3057 | | |
| |||
3065 | 3067 | | |
3066 | 3068 | | |
3067 | 3069 | | |
3068 | | - | |
| 3070 | + | |
3069 | 3071 | | |
3070 | 3072 | | |
3071 | 3073 | | |
| |||
0 commit comments