The Dink Network

Reply to Re: NPC Code problems

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:
 
 
July 20th 2006, 12:51 PM
spike.gif
kikki
Peasant He/Him United Kingdom
This place has changed :) 
if (&result == 4)
{
if (&gold <= 999999) goto nogold;
if (&level < 20) goto lowlevel2;
&gold -= 1000000;
add_magic("item-fb",437, 2);
goto restart;
}

if (&result == 5)
{
goto restart;
}

Also if that doesnt work try using goto spells; instead of goto restart; i dont know if that will work because there is a spells: defnied but not a restart: