You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erase Event - Erase Event By ID + Recreate Event Option (Maniacs Feature)
Another smaller update:
Events can be disabled and enabled again through maniacs patch.
It also allows targeting event by ID instead of only erasing the caller itself.
```js
//TPC SYNTAX
@ev[2].erase
@wait .input
v[1] = 2
@ev[ v[1] ].return
```
0 commit comments