
So, one of the things that I come upon quite a lot in my game is that I want to create a rollable table token to represent a token with different art for different sizes and dimensions. I would love it if these tokens would immediately adopt appropriate dimensions. For one of my games, someone plays a centaur, who I prefer to size to 1x1 cells whenever we're not in combat and then to 1x2 cells whenever combat starts to represent his actual size in the game. I have two different portraits for both. The problem is that each time I do, I have to manually resize the token. And if this was for just one player, that'd be fine, but I also do the same with my monsters. Example down below; It would really help if I could do this with an API script. For example, say that I add the dimensions in the name the table entry, like 1x1 and 1x2. This would also really help me with populating maps with random clutter. Is there a way of doing this? I saw an entry by Aaron that I thought did this, but it turns out it doesn't. Table Token Sizer. It'd be sweet if I could tell it to set the dimensions based on the name of each entry.