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:
 
 
May 12th 2006, 11:59 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
On top of that:

(&dragon == 2)""Here's the corpse of the dragon"

Double quotage. Bad.

if (&slayer == 1)
{
say_stop("`4Return when you have the slayers corpse as well.",&current_sprite);
}


This if is unclosed. Might not make it crash, but it's a bug nonetheless.

EDIT: Hum, of course, this if itself is closed, but not the choice-if (that checks &result) it was nested in.

//choice 1
if (&result == 1)


Should be '==3'. Also won't make it crash.

I'm relieved that there are so few bracket errors (only one!). Usually people screw those up big time.