You can combine official LUA commands with custom LUA commands (line by line).
Copy the following command into the LUA event text field.
Click on the "Test" button to test the command.
The output in your in-game chat should look like this:
Since this command doesn't really give us anything, we'll build ourselves a little conditional query to check if we have a Hearthstone in our bags:
Also possible as a function:
Alternatively, we can trigger commands or a conditional query as a Key Press event by placing a /run in front of it.
Enter commands line by line if you want to execute several in a row:
Click on "Show custom commands" to display a list and descriptions of all custom commands.
Name of the command.
Duty Argument.
Optional arguments.
Description of the command and what it does.
Description of all arguments and what influence they can have.
Example(s) of correct execution of the command.
The simplest execution of the command would now look like this:
If we now want to change the maximum waiting time, we extend the command and specify a waiting time of 30 seconds:
We would now like to extend the maximum search radius to 60 yards:
If we assume that we are looking for a dead target, we set the DeadOrAlive argument to "0":
Custom LUA commands cannot be tested.