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 strcharinfo:
 
* strcharinfo <type>;
 
This function will return either the name, party name or guild name for the
invoking character. Whatever it returns is determined by type.

0 - Character's name.
1 - The name of the party they're in if any.
2 - The name of the guild they're in if any.

If a character is not a member of any party or guild, an empty string will be
returned when requesting that information.

Examples:

> set @name$,strcharinfo(0);
sets @name$ to the name of the attached player

Valid XHTML 1.0 Strict Valid CSS!