Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Memory documentation link is wrong ingame #7

Open
benji1304 opened this issue May 6, 2018 · 0 comments
Open

Link to Memory documentation link is wrong ingame #7

benji1304 opened this issue May 6, 2018 · 0 comments

Comments

@benji1304
Copy link

To do that, we need to utilize the memory property of each creep that allows writing custom information into the creep's "memory". Let's do this to assign different roles to our creeps.

All your stored memory is accessible via the global Memory object. You can use it any way you like.

Write a property role='harvester' into the memory of the harvester creep and role='upgrader' — to the upgrader creep with the help of the console.
Documentation:
**Memory object** <<< links to http://docs.screeps.com/global-objects#Memory-object
Creep.memory

Memory object <<< links to http://docs.screeps.com/global-objects#Memory-object
Should be
http://docs.screeps.com/global-objects.html#Memory-object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant