social¶
Data related to an Everquest social macro.
Members¶
string Cmd[opt: lineNo]¶
- Command lines of social. Provide
lineNo(line number) to retrieve individual lines. If line number is omitted, then the full list of commands will be returned as a single string with multiple lines.
int Color¶
- Retrieves the social button's RGB color as an integer.
string Name¶
- Name of the social.
Example¶
Example
Retrieve the name of the third social on the first page
/echo ${Social[3].Name}
print(mq.TLO.Social(3).Name())