Thread: Instancing
View Single Post
  #16  
Old 07-14-2009, 09:33 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

Yeah I assumed it would be player.pl, but how would I get it to destroy that instance? Like would I have to do something like
Code:
my $instid = quest::GetInstanceID("arena",1);
quest::DestroyInstance($instid);
Reply With Quote