Hello I am trying to create and event to call out players for attempting to execute commands they do not have access to. The event currently looks similar to the following.
Type : Text Match
Conditionals : Contains
enying Command
Script : say " Hey {player_name} is trying to cheat."
The event triggers fine however the player_name variable is not set when the message is sent resulting in a message exactly like what is in the script qoutes.
Thank you in advance for your help.
Type : Text Match
Conditionals : Contains

Script : say " Hey {player_name} is trying to cheat."
The event triggers fine however the player_name variable is not set when the message is sent resulting in a message exactly like what is in the script qoutes.
Thank you in advance for your help.