View Single Post
  #1  
Old 03-22-2010, 06:49 PM
alphagnome
Fire Beetle
 
Join Date: Dec 2009
Location: VA
Posts: 18
Default $client->movepc?

is there any equivalent client function like quest::movepc? I'm storing an array of client names and basically if a timer expires i want force a movepc on them all.

So basically.

-client enters proximity and added to list.
-timer starts
-if client exit proximity delete from list
-timer expires
-now move anyone still in the list away

so using:
$client = $entity_list->GetClientByName($namefromlist)

I can get the client I just don't know how to move them. Any ideas?
Reply With Quote