Hello! I just bought the extension today and after some testing I noticed some strange behaviors:
- I got "Expected a statement, got ident" error when I try to pass a hexadecimal to a variable (example: var a = 0x5;). It works fine if I use "$" instead of "0x".
- The output window filled with "Couldn't find instance `<a number>`" if I tried to access deactivated instances.
- If a script return without value, it got "Expected a value, got semico" error.