Foundry: TOR 2e - Revelation Episode
Tables are from Strider Mode9littlebees
plain_text
3 years ago
479 B
288
Indexable
// MACRO NAME: REVELATION EPISODE
// MACRO TYPE: script
// REQUIRED TABLES: Revelation-Episode
// copy and paste from below this line:
const table1 = await game.tables.getName("Revelation-Episode").roll();
const result1 = table1.results[0].data.text;
const content = `<div style="text-align:center">
<h2 style="font-size:22px;">Revelation Episode<\h2>
<p style="color:#941b0c;font-size:14px;">${result1}
</div>`;
ChatMessage.create({content});Editor is loading...