I would like to write something that basically recorded how many of something I've done, and then put it in the output as some sort of note.
For example, theres something in Achaea that has about 10 identical messages that I'd like to count as they are seen:
... and with each of these I'd like to send "Splice X" each time its seen.
What I need to do is have a variable, and then each time a trigger fires add a value to that variable and update the variable. Basically, it counts 1, 2, 3 etc.
For example, theres something in Achaea that has about 10 identical messages that I'd like to count as they are seen:
Quote:
The air about you shimmers as your magic continues to carve its way through the unseen dimensions.
The air about you shimmers as your magic continues to carve its way through the unseen dimensions.
... and with each of these I'd like to send "Splice X" each time its seen.
What I need to do is have a variable, and then each time a trigger fires add a value to that variable and update the variable. Basically, it counts 1, 2, 3 etc.