The Dink Network

Reply to Script that -yet again -does not work

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 5th 2003, 02:31 PM
spike.gif
So.. I have this line in my script:

int &toska = compare_magic("item-light");
if (&toska == 1)
{
sp_pframe(&dönk, 1);
}
if (&toska == 0)
{
sp_pframe(&dönk, 2);
}

So.. The problem is, I never get a positive answer. Not even when I have "item-light" armed. So what's wrong??