Code: Select all
FutureList:= [ ;///1. variable 2. library path
[S_EnableCode , "Code Block .ahk"]
]
for futureitem in FutureList{
if _var(futureitem[1]){
; #Include futureitem[2]
addScript("#Include '" futureitem[2] "'" , 1) ;//hotkeys dont work
}
}
addScript("A::MsgBox 'Hi'" , 2) ;//this dont work too