What i want to achieve is following 1) There is a 'poisonous tree' monster token on map(square grid that of 70pixel size), this is not a 'selected' token by player nor GM, but i could provide token ID from @{selected|token_id} 2) I want a script that detects what token is next to(4 sides of right,above,down,left) it, or within range of specific distance(could be either pixel, or anything available) 3) give poison damage to Health(Character Attirubute) on given condition (every turn, when given chat command, etc) is there a way to achieve this?