The Dink Network

Reply to Re: Escape

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:
 
 
August 3rd 2003, 12:26 AM
goblinh.gif
Xanthos
Peasant He/Him
 
In addition to what SimonK and Paul said. You also should probably fix the following.

title_start()
"You must save your game before continuing!"
title_end()

choice_start()
"Yes, I saved"
"No, I didn't save"
choice_end()

First off the title_start()/end() block should be within the choice_start()/end() block as far as I know.

Second the title_start()/end() functions calls should end with semicolons, just to be safe (for some reason this is not required with choice_start()/end()).