Bolts
LOELeague of Extraordinary FoundryVTT Developers
•Created by CyborgLlama on 1/12/2025 in #system-development
Trouble using actor.update with a DocumentID field
The parameter to update should be an object. Also, documentIdFields cast documents to their IDs, so no need to grab it explicitly. Should be
this.actor.update({ "system.placeholderID": droppedActor })
3 replies
LOELeague of Extraordinary FoundryVTT Developers
•Created by El Gobbo on 1/6/2025 in #system-development
Problems updating to v12
My instinct says it's likely an issue with your defineSchema methods, but yeah, having code to look at would help.
5 replies