The Dink Network

Reply to Re: WTH?!?

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:
 
 
October 1st 2004, 10:54 AM
pig.gif
sjoerdje
Peasant He/Him Netherlands
Lava pig to the rescue! 
key-74.c:
void main ( void )
{
choice_start()
title_start();
The jukeboks
title_end();
"Nightwish remix"
choice_end()

if (&result == 1)
{
playmidi("XXX wait until it's realesed.mid");
}

You didn't end the total.. Put another } behind the last }

if (&result == 1)
{
playmidi("XXX wait until it's realesed.mid");
}
}

[edit]ow dang, I'm too late already Sorry didn't see the other posts