Reply to Re: HElp!
If you don't have an account, just leave the password field blank.
Oh! You have this:
choice_start();
"Say.. Aren't those chicken heads?"
“WHAT THE HECK HAVE YOU DONE!?”
“Your satanistic behavior has left a hole in my heart (sniffle)”
"Leave and only wonder..."
choice_end();
Try doing this:
choice_start()
"Say.. Aren't those chicken heads?"
"WHAT THE HECK HAVE YOU DONE!?"
"Your satanistic behavior has left a hole in my heart (sniffle)"
"Leave and only wonder..."
choice_end()
Sometimes Dink doesn't want choice)start() to have a ; on the end of it. Also, had 'special' quotes around a couple of your title choices, and Dink is probably expecting normal quotes, and might have gotten confused.
choice_start();
"Say.. Aren't those chicken heads?"
“WHAT THE HECK HAVE YOU DONE!?”
“Your satanistic behavior has left a hole in my heart (sniffle)”
"Leave and only wonder..."
choice_end();
Try doing this:
choice_start()
"Say.. Aren't those chicken heads?"
"WHAT THE HECK HAVE YOU DONE!?"
"Your satanistic behavior has left a hole in my heart (sniffle)"
"Leave and only wonder..."
choice_end()
Sometimes Dink doesn't want choice)start() to have a ; on the end of it. Also, had 'special' quotes around a couple of your title choices, and Dink is probably expecting normal quotes, and might have gotten confused.