Thread: Instancing
View Single Post
  #2  
Old 07-03-2009, 11:29 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

GetInstanceID() returns the id of the instance so something like this might work:
Code:
my $instid = quest::GetInstanceID(guildhall, 0);
quest::AssignToInstance($instid);
__________________
The Realm
Reply With Quote