We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a784258 commit 6d9fb79Copy full SHA for 6d9fb79
1 file changed
README.md
@@ -344,3 +344,8 @@ eg
344
`AHI.MoveCursor(100, 200)` - move to 100, 200 Screen position using mouse ID 11
345
`AHI.MoveCursor(100, 200, "Window")` - move to 100, 200 Window position using mouse ID 11
346
`AHI.MoveCursor(100, 200, , 12)` - move to 100, 200 Screen position using mouse ID 12
347
+
348
+## Compiling scripts
349
+AHI scripts can be compiled (Right click the script and select "Compile")
350
+All required DLLs will be packed inside the EXE, so only the EXE needs to be distributed
351
+When the EXE is run, the `Lib` folder will be created with the required DLLs
0 commit comments