Reply to Re: Story== question
If you don't have an account, just leave the password field blank.
"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().
(&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().