Skip to content

Erase Event - Erase By ID + Recreate Event Option (Maniac Patch Feature)#3313

Merged
Ghabry merged 2 commits into
EasyRPG:masterfrom
EasyRPG-NewFeatures:maniacs-EraseEventUpdates
Dec 21, 2024
Merged

Erase Event - Erase By ID + Recreate Event Option (Maniac Patch Feature)#3313
Ghabry merged 2 commits into
EasyRPG:masterfrom
EasyRPG-NewFeatures:maniacs-EraseEventUpdates

Conversation

@jetrotal

Copy link
Copy Markdown
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
```
Comment thread src/game_interpreter.cpp Outdated
@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

Ghabry commented Dec 19, 2024

Copy link
Copy Markdown
Member

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 requested a review from a user December 20, 2024 22:11
@Ghabry Ghabry merged commit 2bf6dae into EasyRPG:master Dec 21, 2024
@jetrotal jetrotal deleted the maniacs-EraseEventUpdates branch December 15, 2025 03:48
sevenc-nanashi pushed a commit to sevenc-nanashi/easyrpg-player that referenced this pull request May 31, 2026
…eEventUpdates

Erase Event - Erase By ID + Recreate Event Option (Maniac Patch Feature)
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.

2 participants