"crash in event" means that there was a missing pointer somewhere in the game. A pointer was somehow invalidated through an ent_remove, ptr_remove, level_load, or any other function that will remove an entity. Trying to access this pointer will result in this crash.

Try looking through all the code you added before this crash came into being.


I was once Anonymous_Alcoholic.

Code Breakpoint;