Re: [mccode] quantify items automatically
Incase you're new and searching the forums trying to find the answer ... This is what worked for me (I'm not an experienced coder, so hopefully a polite one will fix any problems with it).
item_send ($userid, 5, 1);
5 corresponds to your item ID. The easiest way for me to find this would be to click on the item's Info link and take a look at the address in my address bar. After your website name will be "/iteminfo.php?ID=5". Whatever the ID= is, will be your item id.
1 corresponds to the quantity of items you want the player to recieve.