Skip to content

Conversation

@jetrotal
Copy link
Contributor

Another smaller update:
Events can be disabled and enabled again through maniacs patch.
It also allows targeting an event by ID instead of only erasing the caller itself.

//TPC SYNTAX

@ev[2].erase
@wait .input
v[1] = 2
@ev[ v[1] ].return

…ure)

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
```
@jetrotal jetrotal force-pushed the maniacs-EraseEventUpdates branch from 248530c to a2e0cf2 Compare December 19, 2024 08:16
@Ghabry Ghabry added this to the 0.8.1 milestone Dec 19, 2024
@Ghabry
Copy link
Member

Ghabry commented Dec 19, 2024

OT: Hm it looks like the automatic PR labeler is broken after I updated the YAML file -_-

It doesn't execute and of course there is no error reporting.

@Ghabry Ghabry merged commit 2bf6dae into EasyRPG:master Dec 21, 2024
13 checks passed
@jetrotal jetrotal deleted the maniacs-EraseEventUpdates branch December 15, 2025 03:48
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