Difference between revisions of "Star Frontiers"
From Roll20 Wiki
m (→Initiative) |
(→Initiative) |
||
Line 15: | Line 15: | ||
=== Initiative === | === Initiative === | ||
− | This is a inline-roll macro for Initiative, it adds the result to the Tracker (make sure you have a | + | This is a inline-roll macro for Initiative, it adds the result to the Tracker (make sure you have a Token selected and Initiative Modifier listed in a character-sheet's Attributes as "IM"). |
<pre data-language="javascript"> | <pre data-language="javascript"> | ||
− | /em rolls initiative [[1d10 + | + | /em rolls initiative [[1d10 + @{selected|IM} &{tracker} ]] |
</pre> | </pre> | ||
[[Category:Guides]] | [[Category:Guides]] | ||
[[Category:Games]] | [[Category:Games]] |
Revision as of 22:43, 17 February 2016
Star Frontiers is a percentile system using d10 and d100 rolls.
d100 Macro with Modifier
Make a d100 roll and ask for a modifier.
/r (1d100) + ?{Mod|0}
The same as an Inline Roll.
/em rolls a [[1d100 + ?{Mod|0} ]]
Example output:
C'hting rolls a 47
Initiative
This is a inline-roll macro for Initiative, it adds the result to the Tracker (make sure you have a Token selected and Initiative Modifier listed in a character-sheet's Attributes as "IM").
/em rolls initiative [[1d10 + @{selected|IM} &{tracker} ]]