Hey everyone. Could one of you awesome script-wizards tell me if the following idea would be difficult to implement? This script here can activate itself whenever a spell is cast in roll20. <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/Concentration" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/Concentration</a> So would it be possible to create a script that does the following? Whenever someone casts a spell, the script will detect the level of the spell, and then do the following... ...if the spell was 1st-level, input "#S1" into the chat, and press enter. ...if the spell was 2nd-level, input "#S2" into the chat, and press enter. ...etc... As you see, I need this script to trigger a different macro for each level of spell that is cast. Would this be difficult to implement?