The Dink Network

Reply to Re: several questions?

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:
 
 
March 23rd 2005, 06:05 PM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
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.