> For the complete documentation index, see [llms.txt](https://ajneb97.gitbook.io/interactions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajneb97.gitbook.io/interactions/placeholderapi-variables.md).

# PlaceholderAPI Variables

**Interactions** provides you some PlaceholderAPI variables you can use on other plugins.

| Placeholder                                                                   | Description                                                                                                                                                                                                                                                                                                                                                       |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `%interactions_has_dialogue_<conversation entity>.<conversation>.<dialogue>%` | <p>Returns <strong>true</strong> if the player has reached to that specific dialogue and <strong>false</strong> if not. <br>Example:<br><code>%interactions\_has\_dialogue\_guard1.conversation1.dialogue1%</code><br>Requires that the dialogue has the <a href="/pages/-MQieU0xgerMCmQYqJTb#save-dialogue-option"><strong>save option</strong></a> enabled.</p> |
|                                                                               |                                                                                                                                                                                                                                                                                                                                                                   |
| `%interactions_influence_<conversation_entity>%`                              | <p>Returns the total amount of influence the player has with the conversation entity.<br>Example:<br><code>%interactions\_influence\_guard1%</code></p>                                                                                                                                                                                                           |
| `%interactions_current_conversation_text_<line>%`                             | Returns the current dialogue text line starting from line 1.                                                                                                                                                                                                                                                                                                      |
| `%interactions_current_conversation_name%`                                    | Returns the current conversation name.                                                                                                                                                                                                                                                                                                                            |
