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:
 
 
December 14th 2004, 01:08 PM
wizardg.gif
chaotic
Peasant He/Him
 
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)
}