#Somehow, yes. I've got them open right

1 messages · Page 1 of 1 (latest)

fathom gale
#

Gonna make a thread just to keep stuff organized

Ok. With that sheet open, try opening up the browser console (F12) and running this macro to make a new token from that data

Actor.create({...ui.activeWindow.document.toObject(), name: `New ${ui.activeWindow.document.name}`})

In theory that'll make a new copy of the actor in the sidebar, from wherever the data is from

lean rune
fathom gale
#

Alright. No clue how or why that data is still lingering, but you should be able to do that with each of them it sounds like

lean rune