Accessing EX1 Lvars from WASM

Hi,

Persistent, properly scoped Localvars (ie the new [LocalVars_EX1] defined in systems.cfg) can be accessed from JS according to the docs, but there doesn’t seem to be any way to access them from WASM - is this the case?

Registering a named var or custom simvar in WASM creates another Lvar ontop and doesn’t find the correct EX1 variable.

Given that the new scoped variables are extremely important now for online & multiplayer use, it seems to be a massive oversight that we can’t access them from WASM. Am I missing something?

Thanks
Dan
FlyingIron Sims

Nevermind,using fsVarsRegisterCustomSimVar() does actually find the persistent EX1 vars. Just the debugging information was abit confusing and EX1 vars don’t seem to appear in the model behaviours debug. All sorted.