Valokoodari / btd6-ahk

An AutoHotkey (v2) script to automate collection events in Bloons TD 6.
MIT License
71 stars 32 forks source link

Error Popup #8

Closed Senp4iiii closed 3 years ago

Senp4iiii commented 3 years ago

idk how to fix it hoped you might be abled to help

https://gyazo.com/59f8f353a13981f1959e92a4283d5e92

Valokoodari commented 3 years ago

It seems like you're using AutoHotkey v1 instead of the required v2.

Issue #2 should help with using v2 and the download link can be found in the readme.

Hopefully this solves the problem. :)

Senp4iiii commented 3 years ago

How do i "use" ahk 2 i have it downloaded but i wouldnt know how to get the script to start with 2 instead of 1

Senp4iiii commented 3 years ago

https://gyazo.com/191d818e1aa2a9d64214ef6ecaae6509

maybe im missing smthing realy obvious and fucked up or forgot to do smthing

Valokoodari commented 3 years ago

This should help (steps 2 and 3): https://github.com/Valokoodari/btd6-ahk/issues/2#issuecomment-827618511

image

image

image

You could use a script like this to check the current AutoHotkey version.

MsgBox A_AhkVersion

The output should be something like this: image