How to Remove Entities with a specific ID. I found how to delete all Entities, and how to remove certain entities do not know. How?
what do you mean with certain entities? Kill all spiders, for example?
kill some spiders, such as. To kill a spider with id 25
(07-14-2013, 05:22 AM)fankins Wrote: [ -> ]kill some spiders, such as. To kill a spider with id 25
Every mob has a unique id, there aren't 2 mobs with the same id, I think you only can kill mobs depending on type
Get a cEntity object (via cWorld:DoWithEntity() ), then call its Destroy method.