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