> ash to_boolean("TRUE")
Returned: false
> ash to_boolean("true")
Returned: true
[COLOR="#9932cc"]ZLib setting bbb_famitems normalized: 'TRUE' => 'false'[/COLOR]
zlib bbb_famitems = true
zlib bbb_famitems = TRUE
case "boolean": return to_string(to_boolean(mixvar));
case "boolean": return to_string(to_boolean(to_lower_case(mixvar)));
This line should probably be added to fam_check():
Code:dfams[$familiar[li'l xenomorph]] = to_int(get_property("_transponderDrops"));
to_boolean() returns false for any string other than "true". The case-sensitivity is removed in r9473. If any script is broken by this, I would be surprised, since I think no-one would have guessed that to_boolean("TRUE") was false.I never in a million years would have thought TRUE <> true...
> ash to_boolean( $item[ big rock ] );
Returned: true
@Rinn: BBB already skips the mimic if your meat is < 5000. Have you experienced otherwise?
I shamelessly stole it from Roippi, but I thought a link to the daily build page would be more useful than a quote or a link to his post.@slyz: Haha, I just noticed your sig. Love it!