Hi,
I want to mod a game - Planescape: Torment, with a friend.
There are references to strings in ui.menu, e.g.
However, we need to figure out how to refer to something like this:
recordHelpString
or
characterInformationString
In the game ui.menu, these expressions are in menus, functions, and when we copy them, they don't work properly or not at all.
How do get their values displayed in a similar way to FetchString?
I hope I wrote it understandably
.
I want to mod a game - Planescape: Torment, with a friend.
There are references to strings in ui.menu, e.g.
LUA:
text lua "Infinity_FetchString (69269)"
However, we need to figure out how to refer to something like this:
recordHelpString
or
characterInformationString
In the game ui.menu, these expressions are in menus, functions, and when we copy them, they don't work properly or not at all.
How do get their values displayed in a similar way to FetchString?
I hope I wrote it understandably