1. I'm trying to make 3 verbs, 1 that deletes, 1 that moves and 1 that duplicates any atom on the map, the way it has to work is in each verb, you give a set of XYX, then if give the atom to change, then if your duplicating or moving, another set of XYZ to place the object.
2. My map is in a space station and I need a air pressure system. Every turf has a variable called air. Walls, windows, closed doors and everything that bocks air has -1 air, space has 0 air, and floor turfs have default of 100 air. I need any tiles with air to move some of the air to any turfs with low air around them.
If you have suggestions or bits of code, please post, thank you