The Dink Network

Reply to Re: cutscene with several monsters

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:
 
 
August 13th 2009, 09:13 PM
dinkdead.gif
Same script it's in now but instead of this:
void main (void)
{
  if (&story == 6)
  {
    //blah blah blah
  }

  //blah blah blah
}

try this:
void main (void)
{
  //blah blah blah

  if (&story == 6)
  {
    //blah blah blah
  }
}