The Dink Network

Reply to Re: What is the problem

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:
 
 
January 15th 2011, 07:56 AM
knights.gif
pathfinder
Peasant He/Him China
I love hanging ON LINE without doing anything... 
Ummm...maybe you should have a [goto end;] at the end of each choice...like this:
void talk(void)
{
freeze(1);
if(&story==0)
{
say_stop("`5Hullo Lad",&current_sprite);
goto end;
}
if(&story==1)
{
say_stop("The captain told me to go tell you to get the people ready to leave",1);
say_stop("`5 Aye lad il get everyone ready you go down to the boat",1);
&story==2;
goto end;
}
if(&story==2)
{
say_stop("`5Lad you should go to the boat now",&current_sprite);
goto end;
}
end:
unfreeze(1);
}