View Single Post
  #3  
Old 04-19-2012, 12:51 AM
Hateborne
Hill Giant
 
Join Date: May 2010
Posts: 125
Default

Yes, sorry for the missing documentation

Code:
## plugin::CheckForInstance(guild_id, zone_id)
## returns $instance_id, "EXPIRED", or "FALSE" based on `destroy` field
On the quest NPC:
Code:
# $gu_ID = 1, $zo_ID = 10
my $instExists = plugin::CheckForInstance($gu_ID, $zo_ID);
-Hate
Reply With Quote