bratch9
August 31st, 2021, 12:49
Token.onDrop not been called when you drop something onto a token 0n an image map. ( Used in coreRPG manager_token.lua )
I was dropping assets tokens on to try and trigger it. As I wanted to map my spell token extension dropping a spell token on a player on the map to add an aura effect link. I ended up doing this work in the image.onDrop call back and checking the image tokens list and position matching to resolve this.
But the Token.onDrop callback probably should have fired.
I was dropping assets tokens on to try and trigger it. As I wanted to map my spell token extension dropping a spell token on a player on the map to add an aura effect link. I ended up doing this work in the image.onDrop call back and checking the image tokens list and position matching to resolve this.
But the Token.onDrop callback probably should have fired.