Bug - Fixed All bounties are equal according to the $bounty[] data type.

Bale

Minion
Code:
[COLOR="#808000"]> ash ( $bounty[warrrrrt] == $bounty[none] )[/COLOR]

Returned: true

[COLOR="#808000"]> ash ( $bounty[warrrrrt] != $bounty[none] )[/COLOR]

Returned: false

[COLOR="#808000"]> ash print( $bounty[warrrrrt] == $bounty[purple butt] )[/COLOR]

Returned: true

[COLOR="#808000"]> ash ( $bounty[warrrrrt] != $bounty[unlucky claw] )[/COLOR]

Returned: false

[COLOR="#808000"]> ash ($bounty[warrrrrt] == $bounty[unlucky claw])[/COLOR]

Returned: true

I'm pretty sure that's not how it is supposed to work.
 
Back
Top