Skip to content

Commit 6d9fb79

Browse files
authored
Update README.md
1 parent a784258 commit 6d9fb79

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,8 @@ eg
344344
`AHI.MoveCursor(100, 200)` - move to 100, 200 Screen position using mouse ID 11
345345
`AHI.MoveCursor(100, 200, "Window")` - move to 100, 200 Window position using mouse ID 11
346346
`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

Comments
 (0)