I would like to be able to copy the current state of a room to the simulator.
-
Sometimes, I want to test something in a real room without having to set up a private server, and be able to use stuff like the
debugger
keyword. This would be so much easier to do if there was a "copy current state to simulator" button. This feature would:- Copy the terrain of the current room into the simulator
- Copy the current memory into the simulator
- Copy the structures in the current room into the simulator
- Copy the creeps in the current room into the simulator
This would make it much easier to debug problems without having to write a bunch of
console.log()
statements