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!