Reply to Re: Startup problems with self-generated files
If you don't have an account, just leave the password field blank.
The debug shows that start-1.c is loaded, suggesting start.c is run and the new line character is ok, but it may be worth trying this anyway.
You have unnecessary spaces in main.c:
make_global_int ("&defense", 0);
make_global_int ("&result", 0);
I'm not sure if that works. I suspect that by the problem, because it sounds like it has something to do with required global variables not be allocated
edit: after seeing the above post shevek, it may be just not having set the nohit property for the sprites at this stage?
You have unnecessary spaces in main.c:
make_global_int ("&defense", 0);
make_global_int ("&result", 0);
I'm not sure if that works. I suspect that by the problem, because it sounds like it has something to do with required global variables not be allocated
edit: after seeing the above post shevek, it may be just not having set the nohit property for the sprites at this stage?