adya / NPCs-Names-Distributor

A Framework to distriubte any names to any NPCs
MIT License
7 stars 3 forks source link

In Solitude execution scene NPCs are not revealing names first time they're interacted with #52

Closed adya closed 1 year ago

adya commented 1 year ago

Debugged this case, and it looks like Activate method short-circuits at this point:

if ( ActorProcess::GetFadeState_140691610(v10) )
    return 0;

So this is going to be known issue as there is nothing to be done.