The Dink Network

Reply to Re: the mayor and the author

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:
 
 
December 31st 2005, 09:26 PM
spike.gif
No, I don't even have the dmod and I'm lazy. Bug metatarasal about it. ;P

.c files are just .txt files with a different extension though, so modifying them yourself should be fairly easy regardless of what OS you're using. Try renaming "p2-mayor.c" to "p2-mayor.txt", then double click it. Copy the preload stuff after the

void main(void)
{

lines. If there is no void main(void) in the script, just copy and paste the following in the very beginning:

void main()
{
preload_seq(401);
preload_seq(403);
preload_seq(405);
preload_seq(407);
preload_seq(409);
}

Then save the file, and rename it back to "p2-mayor.c"