#Is it possible to make a badge display only if the user is away?

1 messages · Page 1 of 1 (latest)

cerulean spruce
#

So if I'm home but player 2 is away, they would see the badge on their dashboard but I wouldn't see it on mine. The visibility conditions for badges doesn't include templates afaik, which is the only way I can think of to accomplish this. Thanks y'all.

slow atlas
#

You can duplicate the badge, and one badge can have conditions : user: user1 and condition: whatever, and the other badge can be user: user2 and condition: whatever

#

If you want different rules per user

cerulean spruce
slow atlas
#

Actually maybe it doesn't need to be duplicated badge, but you could have a single badge with a tree of and/or

#
OR:
  AND:
    - user1
    - condition
  AND:
    - user2
    - condition
cerulean spruce
#

I actually tried that at first, but then it would show on both dashboards when one of us was away

slow atlas
#

it should work I think if you get the conditions right.

cerulean spruce
#

I thought so too but I think it really does have to be duplicate badges

slow atlas
#

Well we can agree to disagree, or feel free to share what you tried and I'll see if it looks wrong or not 😁

#

Or maybe it's a bug in conditions that could be fixed.