Baby Steps wrote:
Is there a way to make a top-down token that changes its image when you turn it? I'd like to use an overworld game sprite as the token, but it would need to change which sprite it has loaded when it looks left/up/down.
No. And I would doubt that anything like this is coming in 1.4, or even whatever is after that unless there is a large need for this.
You could sort of fake it I think using
Wiki: onSelectionChange() event hooked into call
Wiki: getFacing() and then
Wiki: setTokenImage() functions I would bet.. but I don't really have experience with the macro language enough to know how much work it would take.