ID:2749548
 
Resolved
Using a generator to get a color value on the server produced bogus text.
BYOND Version:514
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 96.0.4664.93
Applies to:Dream Daemon
Status: Resolved (514.1572)

This issue has been resolved.
Descriptive Problem Summary:
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
Lummox JR resolved issue with message:
Using a generator to get a color value on the server produced bogus text.