#DM - Compare arg and placeholder

1 messages · Page 1 of 1 (latest)

median fog
#

Hey, I'm trying to compare the first argument with player's name, but it doesn't work.
This is what I have tried so far:

      requirements:
        arg_check:
          type: "!="
          input: "{first}"
          output: "%player_name%"```
```    open_requirement:
      requirements:
        arg_check:
          type: "!string equals ignorecase"
          input: "{first}"
          output: "%player_name%"```
I have added deny_commands but the menu is still getting opened.
I have all required PAPI expansions, not sure why this wouldn't work.

Thank you!
prime dragon
#

what's your DeluxeMenus version?

median fog
#

1.13.6

#

the same thing happens in the latest dev build, just tested

vapid finch