The Dink Network

Reply to Re: Script 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:
 
 
June 16th 2005, 08:48 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Well, &story is 0 and then it becomes 1. Immediately after that, there's an if-statement to check if &story is 1 (which is now the case) so the script continues with the other cutscene. Placing it like:

if (&story == 1)
{
&story = 2;
}
if (&story == 0)
{
&story = 1;
}

would force the player to re-enter the screen to let the other one happen, instead of right after the first one.