View Single Post
  #6  
Old 01-18-2004, 05:15 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Molly, quest::depop() does work, but I see that using an ID will not!

This is untested, but should work.
Code:
"sub depop{push(@cmd_queue,{func=>'depop'});}"
should be
Code:
"sub depop{push(@cmd_queue,{func=>'depop',args=>join(',',@_)});}"
I missed testing it with a NPC id as an argument!
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote