For the Pathfinder Create Mob script ....

Would love to see it assign the token used as the default token for the newly created mob. Possible? I'm going to pour over some other Mob importer scripts to see if there is something similar - but if someone beats me to it - could you post up a solution?

Many thanks.

Edit: After digging, there's currently nothing in API wiki that identifies the default token as being open via API. So - unless I'm missing something obvious, the answer is a big - NO this isn't currently possible. So - feature request I suppose. Allow Default Token to be assigned like Avatar via API.

Two ways my beer-soaked mind sees for achieving this - allow something like defaulttoken: token.get("image.src"), ... or defaulttoken: getObj('graphic', msg.selected[0]._id),