Originally Posted By: MrGuest
Originally Posted By: Pappenheimer
Write this into the main function:

on_0 = NULL;
this won't work unless it's after a wait() command as default.c still overwrites key functions set to NULL.

or just comment out #include default.c

This makes no sense to me.
The engine reads through the scripts from beginning to end.
When #include default.c is before the main function, it can't overwrite the on_0 = NULL; - that's at least how I understand it.