- Joined
- Sep 28, 2019
- Messages
- 23
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMMV
Hi everybody, happy weekend!
I'm trying to find a conditional script that would let me check if the player's co-ordinates match with any of the events on the map.
This is because Yanfly's Event Spawner plugin won't spawn events where there are already events present on the map.
I'm trying to spawn events right under the player, which works fine unless the player is already over an existing event.
This isn't a problem in itself, but I'd like a conditional check which can show the player a message, telling them to find a clear space.
At the moment, the plugin executes as normal but without spawning a new event.
I need to find whether the player is standing over any of the events on the map at the time they choose to spawn a new event.
I'd really like to avoid having to check the player's position versus every single event ID on the map!
Any help, or suggestions about where to look, would be appreciated.
I already checked the big script calls document and nothing occured to me, but I am a bit nooby so...
I'm trying to find a conditional script that would let me check if the player's co-ordinates match with any of the events on the map.
This is because Yanfly's Event Spawner plugin won't spawn events where there are already events present on the map.
I'm trying to spawn events right under the player, which works fine unless the player is already over an existing event.
This isn't a problem in itself, but I'd like a conditional check which can show the player a message, telling them to find a clear space.
At the moment, the plugin executes as normal but without spawning a new event.
I need to find whether the player is standing over any of the events on the map at the time they choose to spawn a new event.
I'd really like to avoid having to check the player's position versus every single event ID on the map!
Any help, or suggestions about where to look, would be appreciated.
I already checked the big script calls document and nothing occured to me, but I am a bit nooby so...

