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.