How to show text from Text Table in dialogue node?
Posted: Mon Aug 09, 2021 6:06 pm
Hello. What should I do if I want a Node to show a Text Table entry?
I was thinking of using the markup tag [lua(GetLocalizedText(...))], but according to the docs:
How can I do this?
I was thinking of using the markup tag [lua(GetLocalizedText(...))], but according to the docs:
There's no tableName for the actual Text Table.The function GetLocalizedText() retrieves localized versions of fields in the Actor, Item, Quest, or Location tables.
(...)
GetLocalizedText( tableName, elementName, fieldName )
where:
tableName is "Actor", "Item", "Quest", or "Location",
(...)
How can I do this?