- Joined
- Nov 16, 2020
- Messages
- 32
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMMZ
Hi.
Are there any scripts, plugins etc. to make Self-Switches on the same map more dynamic?
Problem: I wanna copy and paste an event to a new map. My current solution is using this._mapId, this._eventId in the script call instead of constants.
By grouping Events in a specific order, I can +/- this._eventId. This only makes sense if you have everything planned ahead and don't change anything afterwards. It's not even possible to change Event IDs. At least I don't know how beside of copy and rearange events on new map. Thought about doing it manually inside the Map.json but I don't know if this is safe and is more workaround.
Was also thinking about something like this: A script searches through all events on the map and if one event has one specific notetag, then this._eventId = the one with the correct notetag. Maybe using something like this._dynamicEventId.meta.fire for the Event ID.
Does anyone know a solution for this? Would be really helpful.
Are there any scripts, plugins etc. to make Self-Switches on the same map more dynamic?
Problem: I wanna copy and paste an event to a new map. My current solution is using this._mapId, this._eventId in the script call instead of constants.
By grouping Events in a specific order, I can +/- this._eventId. This only makes sense if you have everything planned ahead and don't change anything afterwards. It's not even possible to change Event IDs. At least I don't know how beside of copy and rearange events on new map. Thought about doing it manually inside the Map.json but I don't know if this is safe and is more workaround.
Was also thinking about something like this: A script searches through all events on the map and if one event has one specific notetag, then this._eventId = the one with the correct notetag. Maybe using something like this._dynamicEventId.meta.fire for the Event ID.
Does anyone know a solution for this? Would be really helpful.