Thread: Instancing
View Single Post
  #9  
Old 07-13-2009, 10:59 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

anyone know why this
Code:
quest::CreateInstance("arena", 1, 360);
  my $instid = quest::getinstanceID("arena",1);
  quest::assigntoinstance($instid);
  quest::movepcinstance(77, $instid, -3, 3.6, -2.1);
doesn't have any effect? I know it's not the stuff around that because I replaced this part of the quest with quest::zone(poknowledge); and it worked fine. I guess I just wrote this part wrong
Reply With Quote