PlaceholderAPI Variables

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

Placeholder
Description

%interactions_has_dialogue_<conversation entity>.<conversation>.<dialogue>%

Returns true if the player has reached to that specific dialogue and false if not. Example: %interactions_has_dialogue_guard1.conversation1.dialogue1% Requires that the dialogue has the save option enabled.

%interactions_influence_<conversation_entity>%

Returns the total amount of influence the player has with the conversation entity. Example: %interactions_influence_guard1%

%interactions_current_conversation_text_<line>%

Returns the current dialogue text line starting from line 1.

%interactions_current_conversation_name%

Returns the current conversation name.

Last updated

Was this helpful?