#DM error?

1 messages · Page 1 of 1 (latest)

celest zephyr
proper comet
#

I believe the - "" on 59th line is breaking the code as it is not alined.

#

My bad, the 60th line

celest zephyr
proper comet
#

Is it?

celest zephyr
#

I fixed it, but still. It doesn't work

#

Is the view_requirment thing correct?

woven haven
#

You have incorrect formatting and you also have two deny_commands for the same item.

#

This probably means the item will not show at all and it automatically displaying battlepass_purchased.

#

And why are you using; semi-colons; so; much???

#

Personally, I would've made the logic the other way around:

  • Priority 1 would've been the battlepass_purchased item with a view requirement of having the permission battlepass.premium.
  • Priority 2 as battlepass_purchase item with no view requirement.
    Your logic works, but you've got an extra view requirement in there that isn't really necessary. It can make menu files messy and difficult to change in the future.