Bug - Fixed Cannot store boolean in f of type float

Grotfang

Developer
Code:
> ash get_property("baleUr_BirdThreshold")

Returned: 0.1

> ash float f = get_property("baleUr_BirdThreshold").to_float();

Cannot store boolean in f of type float ()
Returned: void

This is taken from Universal Recovery, but either way it seems bugged to me that a float property can't be stored and then retrieved. Is there something I'm missing?
 

Fluxxdog

Active member
I'm guessing you're referring to this:
Code:
Function 'to_float( boolean )' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. (bumcheekascend.ash, line 3086)
 
Top