# MQ2EQIM:DataType:buddy

## Members

|                                                                                                 |                                                                                                                                    |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md) **Buddies**    | Size of the buddy index (will not necessarily be equal to the number of buddies, but n in Buddy\[n] will never exceed this number) |
| [*string*](broken://pages/-Me4I982Obm83SKMG0Zr) **Name**                                        | Buddy's name (may be fennin.Name or just Name, depending on how you added them)                                                    |
| [*string*](broken://pages/-Me4I982Obm83SKMG0Zr) **Status**                                      | "Removed from list", "Offline", "EQIM", "EQIM (AFK)", "Unknown Status(4)", "Playing", "Playing (AFK)"                              |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md) **StatusID**   | Numeric representation of the above (0,1,2,3,4,5,6)                                                                                |
| [*time*](/macroquest/data-types-and-top-level-objects/data-types/datatype-time.md) **LastSeen** | Last time this buddy was on/seen                                                                                                   |
| **To String**                                                                                   | Same as **Name**                                                                                                                   |

## See Also

* [Data Types](/macroquest/data-types-and-top-level-objects/data-types.md)
* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [MQ2EQIM](/macroquest/plugins/discontinued-unsupported/mq2eqim.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/plugins/discontinued-unsupported/mq2eqim/mq2eqim-datatype-buddy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
