View Single Post
  #2  
Old 06-10-2004, 04:13 AM
Dave987
Discordant
 
Join Date: Jun 2003
Location: England
Posts: 267
Default

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
__________________
;o)
Reply With Quote