The Dink Network

Reply to my stupid first item, HELP

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 23rd 2004, 08:46 AM
slimeb.gif
c3dink
Peasant He/Him
 
I've attached a script to a potion in dinkedit. It's script doesn't work, let alone the actual item script. this is the potion script:

void main(void)
{
int &crap = free_magic()
}
void touch(void)
{
if (&crap > 0)
{
add_magic(itm-ptn, 438, 5)
say("`4How strange. I wonder what this is.", 1)
sp_active(&current_sprite, 0)
}
}
please alert me whether it is the engine(doubtfully) or my script