If you use replacetext without a needle, it replaces every character it finds with the replacement, instead of adding the replacement in the nothingness between the characters
Numbered Steps to Reproduce Problem:
1 - use replacetext without a needle
2 - see the result
Code Snippet (if applicable) to Reproduce Problem:
replacetext("aaabbbccc",,"ZZZ",7)
Expected Results:
aaabbbZZZcZZZcZZZc
Actual Results:
aaabbbZZZZZZZZZZZZ
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? Never
Workarounds: None