- Joined
- Nov 4, 2012
- Messages
- 201
- Reaction score
- 91
- First Language
- spanish
- Primarily Uses
- N/A
Is there any way to know the current event id?
I mean, the event running the code.
For example, I have this code in an event
And I want to know the id of the event itself to be able to copy/respawn the event later.
I mean, the event running the code.
For example, I have this code in an event
Code:
var this = $gameMap.event(this???);
And I want to know the id of the event itself to be able to copy/respawn the event later.