How to access quest display name?
Posted: Mon Mar 27, 2023 2:28 pm
Hi, I'm trying to access the quest display name at runtime. I'm trying like this but it's not able to find the Display_Name field.
Do I have the right field?
Code: Select all
string questDisplayName = Lua.Run($"return Quest[{questname}].Display_Name").asString;