| 
				 $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?
 |