Yup.. Know I could do it that way.  I was just going by the syntax as shown in the guide stickied at the top for writing perl quests "Guide to the Perl Quest system *updated 16/02/2004*":
	Quote:
	
	
		| quest::summonitem(itemid); or quest::summonitem(itemid,charges); - Summons "itemid" to user that triggered Event.  Charges is the number of charges, or number of items in the stack depending on the item type, it is also optional. | 
	
 So if it is intended to be able to summon a stack, would love to get it to work clean so the user gets a stack of specified amount instead of one at a time..   :P