ID:136380
 
I've been toying around with my map saving stuff and I've run into a little problem. It seems that it is impossible to specify variables for the contents of atoms in the instance editor. In other words, you can put a type into something's contents, but you can't set that type's values. You can put {/obj/one /obj/two} as the contents for an atom, but you can't put {/obj/one{val = var; val2 = var2}, /obj/two}. Will this be changed or not?

In the meantime, I'm going to need a quick and dirty solution, so I've been thinking of using Lummox JR's SwapMaps library. But is it capable of saving the values of atoms in contents lists?