Hi again!
So I notice that within the ORK event editor I can 'see' the titles of ORK logs:
I would like to achieve this same effect within an inspector. Is this possible?
FYI, I'm trying to achieve something a little bit like the email system from the original Deus Ex (what a game!). Whereby the player can go up to an object, access it, and then read a set of logs.
Thanks all,
Tom
You can get the names of other data the same way, e.g. ORK.LogTexts.GetNames(true) for log texts or ORK.Abilities.GetNames(true) for abilities.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!