ElderGrim Posted June 6, 2021 Share Posted June 6, 2021 I would like to know how do you put a custom description for the the character interaction popup, When you select the character interaction a popup will show, but there are only a title and a confirm button, but no description inside. I tried many thing but none bear fruits. So does anyone know how to put description inside the popup. Thank you. Link to comment
bobbily Posted June 6, 2021 Share Posted June 6, 2021 Add this to the interaction: on_accept = { custom_tooltip = [Localization ID] } And in the interaction's localization file: [Localization ID]: "YOUR TEXT HERE" 1 Link to comment
ElderGrim Posted June 6, 2021 Author Share Posted June 6, 2021 Oh thank you very much Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now