Execute LUA

circle-info

Use this event if you want to execute one or more officialarrow-up-right and/or custom LUA commands.

circle-info

This event is also available in other application areas of Jack.

You can find a more detailed description of this event here.

circle-exclamation

Name your LUA command

  • Enter a name for your LUA command.

Show custom commands

  • Click on "Show custom commands" to open Jack's custom commands list.

LUA Command(s)

  • Enter the LUA commands to be executed in the text field (line by line).

circle-info

You can combine official LUA commands with custom LUA commands (line by line).

Can executed while walk

  • Enable this option if the commands can be executed while your character is moving.

Reloaded expected

  • Activate this option if a longer loading time is expected. (E.g. by clicking on a portal or using the Hearthstone.)

Test

  • Click on the "Test" button if you want to test your commands first.

circle-info

Here you can copy the example from the image:

print(UnitName("player")) /dance

This will show you in-game your character's name in chat and make your character dance.

circle-exclamation

Last updated