Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatsLoaded event wasn't triggered #364

Closed
dr-corvax opened this issue Mar 27, 2024 · 1 comment
Closed

StatsLoaded event wasn't triggered #364

dr-corvax opened this issue Mar 27, 2024 · 1 comment

Comments

@dr-corvax
Copy link

It seems something wrong with StatsLoaded event trigger
SessionLoaded - works fine: "SessionLoaded" appears in console
StatsLoaded - nothing happens

local function OnStatsLoaded()
print("Stats loaded...")
end

local function OnSessionLoaded()
print("Session loaded...")
end

Ext.Events.StatsLoaded:Subscribe(OnStatsLoaded)
Ext.Events.SessionLoaded:Subscribe(OnSessionLoaded)

@Norbyte
Copy link
Owner

Norbyte commented Mar 27, 2024

In BG3 stats are always loaded by the client (however strange this may seems), so it will only fire on the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants