I want to disable a command if a specific variable is set to false. Until now I did it like this:
But then the command still shows up in the tab completions for /f... But how do I disable this?
Code:
command /fire:
trigger:
if {fire} is set tot true:
else:
send "This feature is disabled"