• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

I need help with understending some strings in Lua.

szef0

New Member
Joined
Nov 4, 2022
Messages
1
Reaction score
0
Hi,

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 ;).
 
Back
Top