roll.count

From RPTools Wiki
Revision as of 17:30, 22 December 2008 by Cclouser (talk | contribs) (New page: The special variable ''roll.count'' holds the current iteration of the [COUNT(): ] roll option. ''roll.count'' begins at 0. ==Examples==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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