VolatilePulse / PoB-Item-Tester

AHK and Lua script to automate comparing PoE items from in game or trade sites against your current build with the power of PoB
https://discord.gg/jPY5Evt
MIT License
102 stars 8 forks source link

Error at line 11 @ TestItem.ahk #12

Closed SneakySphynx closed 5 years ago

SneakySphynx commented 5 years ago

Line text: global _LuaDir:="\ItemTester" Error: This line does not contain a recognized action.

The program will exit.

Happens at trying to launch TestItem.Ahk with version v1 of AHK.

coldino commented 5 years ago

v1 of AHK is probably a decade old is not supported.

v1.1's most recent release is what you want. See https://www.autohotkey.com/download/.

v2 of AHK is not ready despite being in development for nearly a decade. Not supported.

SneakySphynx commented 5 years ago

v1 of AHK is probably a decade old is not supported.

v1.1's most recent release is what you want. See https://www.autohotkey.com/download/.

v2 of AHK is not ready despite being in development for nearly a decade. Not supported.

That worked perfectly thanks mate, said v1 in the description so was a bit lost. :)

/ Solved