itch.io is community of indie game creators and players

Devlogs

Ritter Ultimate Event Spawner MV v1.5

Ritter Ultimate Event Spawner (RPG Maker MV)
A downloadable RPG Maker MV Plugin

Ritter Ultimate Event Spawner Version 1.5 has been released! This update introduces saved boundary events! Now you have the option to have boundary event data saved so the same event will respawn when the tile it was unspawned on passes into the proper spawn boundary.

New Script calls and script call changes:

Ritter.spawnEventOnBoundary(mapId, eventId, regions, boundaryName, save)

Ritter.spawnEventInBoundary(mapId, eventId, regions, boundaryName, save)

Ritter.spawnFillInBoundary(mapId, eventId, regions, boundaryName, save)

Ritter.spawnFillOnBoundary(mapId, eventId, regions, boundaryName, save)

The script calls above have had a save argument added to them, set these to true when utilizing saved events.


Ritter.unspawnBoundaryEvent(eventId, removeSave)

utilize this script call to unspawn a specific event with the option of removing its saved data.

Ritter.Boundary.checkBoundaryTileSaveData(boundaryName)

utilize this script call inside a common event, or whenever needed, to respawn saved boundary events within a boundary.


For more information please see the store page and plugin documentation.


Thank you!

Files

  • Ritter_EventSpawner_v1_5.zip 9.6 kB
    Aug 23, 2023
Download Ritter Ultimate Event Spawner (RPG Maker MV)
Read comments (1)