Reply to Re: several questions?
If you don't have an account, just leave the password field blank.
As for the free items thing...
Usually you use a local variable...
&acrap = free_items();
if (&acrap > 0)
{
//put in stuff here that gives dink a new item etc
} else
{
say("Hmmm, my back pack is full, I need to get rid of some stuff", 1);
}
And yes you will have to use this in every script it is one that will then use...
add_item();
Just put it in the touch procedure.
Usually you use a local variable...
&acrap = free_items();
if (&acrap > 0)
{
//put in stuff here that gives dink a new item etc
} else
{
say("Hmmm, my back pack is full, I need to get rid of some stuff", 1);
}
And yes you will have to use this in every script it is one that will then use...
add_item();
Just put it in the touch procedure.