I always remove entity not inside it's own while-wait(1) loop. Easy to and much safer.

It's usually something like:

while(my.Health > 0)
{
..
wait(1);
}

ent_remove(my);

That is safe way to go.


Professional A8.30
Spoils of War - East Coast Games