The Dink Network

Reply to Re: Does this work?

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:
 
 
May 5th 2006, 05:08 PM
custom_marpro.png
Marpro
Peasant He/Him bloop
 
Heh, I'm a bit confused... If I have we say THREE talk-choices how will the game now which one who belongs to the right choice? Example:

choice_start();
"Blabla"
(&story == 1)"Blahaa"
"leave"
choice_end();

if (&result == 1)
{
// the result ONE goes here...
}

if (&result == 2)
{
//blahaa leads to ANOTHER choise
choice_start();
"Yeah"
"Nope"
choice_end();

if (&result == 1)
{
// NOTE THIS IS THE SECOND ONE!
}

and so on, I think you see my point (I hope you do...) My didn't work when I did my script like this, so please someone, explain for me how dinkeditor will know!