Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello

I want to unspawn the spawned event (by event name, not by event id)

Is there a way?

If the feature isn't there, could you add it?

Hello!

There's currently no function in this plugin to allow for unspawning events by name but something like that is very possible to do, it's just there are often more than one event sharing the same name. In a situation with multiple events sharing the same name (spawned from the same template event) then you'd need to either unspawn them all or just unspawn the first one or last one in the list, or create other parameters.

Overall something like that would be very easy to set up depending on what your needs are. I could write a function to do this.

If you're still interested let me know what your needs are and i'll see what I can do.

Thank you!

Hello. Thanks for the reply & sorry for the delay in responding.

If you could implement additional functionality it would be helpful.

I use the chrono engine to spawn enemies.

I would like to make an enemy disappear when an event (enemy) is defeated or when a certain amount of time has elapsed after the event (enemy) has spawned.

The current specs assign the ID of the spawn event in the order in which they spawned.

Therefore. It is difficult when I want to unspawn a spawn event by specifying a specific event ID. Therefore, I wanted to use individual event names to unspawn events.

I do not have a problem with the same name being unspawned at the same time.

(I see no problem with the hassle of preparing multiple events with the same content but different names).

However, I also think it would be useful to have the ability to unspawn events in the order they are spawned, with the event names specified.

I have one more question,

In ChronoEngine, when a spawn event (enemy) is defeated, the spawn event (enemy) does not seem to be unspawned.

It seems that the event itself remains on the map without being unspawned even if the spawning event (enemy) is defeated.

1: In the "Ritter Ultimate Event Spawner", is it possible to erase an event and not be unspawned?

Is it only with the unspawn command that spawned events can be unspawned?

2: The chrono engine does not seem to process "event (enemy) defeated = event (enemy) erase".

I would like to add a self unspawner to the chrono engine side to handle when an enemy disappears, but is it possible to quote "Ritter Ultimate Event Spawner" as a separate plugin? (I'm a programming beginner, so I'll give up if it seems too difficult)

There may be some discrepancies in the machine-translated English. Thanks for reading.