So I was looking online to find a way to incorporate the Weather table into a macro and couldn't find one that did exactly what I needed it to. So after seeing some help from The Aaron on some post trying to also create a weather table finally figured out how to complete a simple one. For the macro i Just named it Weather. Then in the actions line put the following. !rt &{template:npcatk}{{name=Weather}}{{description=Today there is [[1t[Wind]]], as well as [[1t[Precipitation]]], with a temperature of [[1t[Temperature]]]}} . I have the following Rollable Tables set up. Wind: The rest look something similar with the exception of Temperature. Temperature I have it set up as the following. (This is in *F btw) [[59+1D10]] degrees [[89+1D12]] degrees [[99+1D10]] degrees and so on for ranging temperatures. I have the [[59+1D10]] weighted at 50 and I have one that is [[75+1D14]] that is weighted at 20, as that is the normal temperature range. The ranges that are within 30 degrees I have weighted at 5, and anything that is completely abnormal are weighted 1. Once you have your tables set up it should produce something like this. I hope this helps those who were like me, confused and not macro literate.