Ok, after a long time searching div logs, i'm finally understood, that this list of talents is not DataBase.. This is a Function(!!!). To be more precise - they IN a function. Maybe with effects, i don't know right now. And this function was in my previous post - "CharacterAddTalent ((CHARACTERGUID) _Character, (STRING) _Talent)"

I chose this function, because talent has nowhere to come from more else, judging by the logs. Another reason why I'm sure of this, is the description of this command on the official wiki from Larian https://docs.larian.game/Osiris/API/CharacterAddTalent. It has "If the Talent to be added or the Character are not valid, nothing happens." This happening because all code of this game based on databases and source must add or remove or check this databases. On this example she check conformity with two arguments, players and talents. Command doesn't work on other chraracter or talent because is not recorded in this function.

Now, i want to try edit this function or create a new one with copy of original function body. The problem is i don't know body of this function smile I think I should really tryhard to find out what exactly is hidden there. Any Help?

Last edited by SweetBaget; 16/05/21 04:11 AM.