(Important bug) Dim variables in "with" statements [Fixed Patch 31.1]
Posted: 20 Sep 2020, 10:09
When you use a dim variable and then use a "with" block, accessing to this object's variables will result in "Access Violation" error.
For example:
This bug breaks basically all my scripts.
By the way, it reminds me to the "struct" bug I reported that hasn't been fixed yet.
For example:
Code: Select all
dim i as integer
with npc(1)
.xsp = 1 'stops the script
end withThis bug breaks basically all my scripts.
By the way, it reminds me to the "struct" bug I reported that hasn't been fixed yet.