Valokoodari / btd6-ahk

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

collectionbot work but other dosen't #68

Closed szefgg closed 1 year ago

szefgg commented 1 year ago

I cant even run any of script, but only collection bot works

Valokoodari commented 1 year ago

The map scripts are not intended to be used separately but it's possible to edit them to work without the main script:

#Include "%A_ScriptDir%\utils.ahk"

...GameScript() {
    ...
}

<hotkey>:: {
    ...GameScript()
}

Note that the edited map script will not work with the main script. You also must have the utils.ahk (and the config.ini to change the timeScale) in the same directory as the edited map script.