mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-17 10:52:26 -04:00

The interpreter context of a targeted global script would point to the target's locals instead of the global script instance's locals when the target changed cell during script execution. Credit to scrawl for the solution.