
Just thought I would share this. Button roll on the sheet includes two attributes in the roll. 1. a global attribute for whispers 2. macro-text from a textarea field Typically the macro-text field is user editable and includes a macro using a roll template (ie everything to make a typical attack roll). In theory, you can delete the entire macro and enter whatever you want. Basically anything you can type into chat "should" execute and post as expected. I would like to use an api/mod command only. !foo --stuff PROBLEM: What happens is that it simply posts the text into chat and doesn't get executed. I thought it might need a newline to execute. I tried '\n' and %NEWLINE% in front of the commands. Same text-only output. ;-( I tried a hard return on the keyboard. Same text output. SOLUTION: I conjured up an old trick I learned here on the forums (THANK YOU, whoever you are), I used Shift+Return in the textarea field on the sheet to make the newline. And it worked. ( more info on textarea fields and new lines )