Search the Commands

Home  All  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

Details for command pcstopfollow:
 
* pcfollow <id>,<target id>;
* pcstopfollow <id>;
 
Makes a character follow or stop following someone. This command does the same as the @follow command.
The main difference is that @follow can use character names, and this commands needs the Account ID for the target.

Example(s):

//This will make Aaron follow Bullah, when both of these characters are online.
PCFollow getCharID(3,"Aaron"),getCharID(3,"Bullah");

//Makes Aaron stop following whoever he is following.
PCStopFollow getCharID(3,"Aaron");

Valid XHTML 1.0 Strict Valid CSS!