You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just implemented this snippet.
if you try to run Memory = memory you get a Memory is not defined error in screeps.
Changing that line to global.Memory = memory solved it
screeps-snippets/src/misc/JavaScript/Memory Cache.js
Line 11 in 8b557a3
Just implemented this snippet.
if you try to run
Memory = memory
you get aMemory is not defined
error in screeps.Changing that line to
global.Memory = memory
solved itHere is a preview of how overmind does it : https://github.com/bencbartlett/Overmind/blob/5eca49a0d988a1f810a11b9c73d4d8961efca889/src/memory/Memory.ts#L86
The text was updated successfully, but these errors were encountered: