Reply to Script that -yet again -does not work
If you don't have an account, just leave the password field blank.
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??
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??