Reply to Re: WTH?!?
If you don't have an account, just leave the password field blank.
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
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
