You’d need to find your character’s BPC_Dialogue component in Blueprints and set its “IsActiveDialogueTopic” to true. You can also use the ScriptInterpreter’s “ExecuteScript” blueprint function and pass in the BPC_Dialogue component as the handler to handle the event with for more complex script handling.