The Dink Network

Reply to Re: Story== question

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:
 
 
July 16th 2004, 10:23 AM
goblinm.gif
"choice_start()
(&life < &lifemax) "I need to be healed, I'm hurt"
(&life >= &lifemax) "I'm just dandy" "Leave"
choice_end()"

^--This is from the "dinkc.txt" file that comes with the CD.

So you might not want those if statements... they probably work, but you might have problems.

Edit:
For some reason Seth forgot to mention that you put a semi-colon after choice_start() and choice_end().