Reply to Re: Does this work?
If you don't have an account, just leave the password field blank.
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!
choice_start();
"Blabla"
(&story == 1)"Blahaa"
"leave"
choice_end();
if (&result == 1)
{
//


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


}
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!