Trying to survive the transmogrifier. Map making APIs (scripts, token actions, macros) in one campaign... export to active player campaign (door/torch toggle scripts, token actions etc.. designed for game play.) You can't let the door DL paths and door image link get broken... and the id's change. Hate the GM notes because people use them in API for this, that, the other thing... etc. For the path you can tuck the door image ID in the "controlledby" property. But that is the "created id" that will be different on the other side of the transmogrifier. Going to use the name property of the graphic (pipe delimited): someVariable | someOtherVariable |createID The door path will always belong to that graphic because the "created id" wont change in its "controlledby" property, and the third argument in the image name property will be the same "created id."