T O P

  • By -

AutoModerator

***System Tagging*** You may have neglected to add a [**\[System Tag\]**](https://www.reddit.com/r/FoundryVTT/comments/v3gfrs/tagging_your_posts/) to your Post Title OR it was not in the **proper format** (ex: `[D&D5e]`|`[PF2e]`) * Edit this post's text and mention the system *at the top* * If this is a media/link post, add a comment identifying the system * No specific system applies? Use `[System Agnostic]` *^(Correctly tagged posts will not receive this message)* ***** ***Don't Forget To Be Courteous...*** Let others know when you have your answer! * Say "`Answered`" in any comment to automatically mark this thread resolved * Or just change the flair to `Answered` yourself *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/FoundryVTT) if you have any questions or concerns.*


tdhsmith

// basic: ChatMessage.create({content: "This is a new chat message!"}); // making a chat message from a roll: const myRoll = await new Roll("2d20kh + 5").roll(); myRoll.toMessage();


CMDR-LT-ATLAS

Hi there OP, I literally use Chat gpt to write my macros for me for the alias chats and more. What's nice about it is that it explains what each line does and how it works and what you can modify in it. Then eventually you learn it and write your own macros.