I'm not sure if perl supports having the number of items to summon after, even if it is stackable..
Maybe you should try having
	Code:
	quest::summonitem(3015);
quest::summonitem(3015);
quest::summonitem(3015);
quest::summonitem(3015);
quest::summonitem(3015);
 ? It would summon 5 seperately - I'll be (trying) to learn c++ within the next few months, or the very basics of it, so if it still isn't coded in by then, I'll try give it a shot  :P 
.. or someone already knowing c++ could code it in - that'd be easier  
