The Dink Network

Reply to Re: Startup problems with self-generated files

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 17th 2011, 05:29 AM
fairy.gif
Someone
Peasant He/Him Australia
 
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?