One of my scripts creates character. It functions but everytime I use it, I get an error message in the log: "ERROR: You cannot set the imgsrc or avatar of an object unless you use an image that is in your Roll20 Library. See the API documentation for more info." The thing is, I don't set any avatar : var char = createObj("character", {
name: nom,
inplayerjournals: "all",
controlledby: playerId
});
What should I do ?