roll.count: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Special Variables:roll.count moved to roll.count: Moved to main namespace.) |
|
(No difference)
|
Revision as of 13:47, 25 March 2009
The special variable roll.count holds the current iteration of the [COUNT(): ] roll option. roll.count begins at 0.
Examples
[COUNT(5, "<br>"): "This is roll " + roll.count]
Outputs:
This is roll 0 This is roll 1 This is roll 2 This is roll 3 This is roll 4