The map int[item] goodies contains the item you want to send and the amount of it. So to create it you need to setup it like this:
int[item] stuff;
foreach it in $items[seal-clubbing club, seal tooth, antiantiantidote] {
stuff[it] = 3;
}
That combined with the send_gift-function will send...