Thread: $client->???
View Single Post
  #1  
Old 12-21-2010, 08:04 AM
scarboni
Fire Beetle
 
Join Date: May 2010
Posts: 6
Default $client->???

Im creating a quest npc which is going to summon a PC to a location and make the client (PC) untarget anything he got targeted is that possible from quest:

I tried something like
$client->untarget();

but im not sure what kind of commands $client can use.
Reply With Quote