When using a color generator with color string inputs the output is always this exact unusual value: #02x02x02x
Numbered Steps to Reproduce Problem:
1. Generate a color string
Code Snippet (if applicable) to Reproduce Problem:
var/generator/G = generator("color", "#F00", "#FFF" )
world.log << G.Rand()
Expected Results:
Some interpolated color string, for example
#FF1234
Actual Results:
#02x02x02x
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?
It always occurs
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Unknown
Workarounds:
None known