hmm it doesnt seem to work.
Code:
$c = $entity_list->GetClientByName($player);
if ($c) {
quest::say('Trying to move ' . $player);
$c->MovePC(19, 456, 825, 9);
}
I see the say but no move occurs. Am I doing something wrong? I am using the current peq downloads. Is the function possibly disabled?