Reply to Re: WTH?!?
If you don't have an account, just leave the password field blank.
I dunno whats wrong, i made a script and whenever i pressed Ctrl and the sprite talked for a bit and then after that, it crashed. I fixed it by adding "unfreeze" to it, try:
void main ( void )
{
freeze(1)
choice_start()
title_start();
The jukeboks
title_end();
"Nightwish remix"
choice_end()
}
if (&result == 1)
{
playmidi("XXX wait until it's realesed.mid");
unfreeze(1)
}
void main ( void )
{
freeze(1)
choice_start()
title_start();
The jukeboks
title_end();
"Nightwish remix"
choice_end()
}
if (&result == 1)
{
playmidi("XXX wait until it's realesed.mid");
unfreeze(1)
}