View Single Post
  #5  
Old 03-22-2010, 08:38 PM
alphagnome
Fire Beetle
 
Join Date: Dec 2009
Location: VA
Posts: 18
Default

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?
Reply With Quote