
In the past, people have created fairly complicated user interfaces by adding complicated journal pages in combination with macros on a token to adjust those journal pages dynamically on the fly. This solved the issue of providing a dynamic interface, but was quite cumbersome (not to mention expensive from an API synchronization standpoint).
A fantastic solution to this would be to add the ability to send anchor links to the chat that activate API commands:
(This combine with the /direct for whispers suggestion would be awesome!)
A fantastic solution to this would be to add the ability to send anchor links to the chat that activate API commands:
sendchat('' '/direct <a href="!apicommand @{target|token_id} [[1d20+3]]">Some Command</a>');This would allow script writers to create interfaces in the chat for performing various actions, or interacting with some sort of internal system (such as configuring a script, or purchasing things at an in-game store, etc).
(This combine with the /direct for whispers suggestion would be awesome!)