Topic: Rand() in parser?
When i do rand() or array_rand() in the parser.php it always returns the same thing (atleast in a single post)
example: if i replace [num] with rand(0, 9) this: [num][num][num][num] will return something like 6666 or 8888 or maybe 1111, never different numbers.
Is this possible to "fix" ?