Social¶
Access data about socials (in-game macro buttons)
Forms¶
social Social[Index]¶
-
Look up a social by its button index.
Each page as 12 socials, so index 13 would be the first social on the page 2. There are a total of 120 socials.
Associated DataTypes¶
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.
- Command lines of social. Provide
Usage¶
Example
Retrieve the name of the third social on the first page
/echo ${Social[3].Name}
print(mq.TLO.Social(3).Name())