Hello, I have a little script, basically its like button holder / presser. It holds a button 1 (usage: spell casting). But it doesn't work on kal. Could some one tell me what is wrong, or do I need to identify program ID and include it to program so it would operate in it?
It looks like this and it works everywhere else (holds number 1)
----------
$1::
toggle := !toggle
if toggle = 1
settimer, function, 10
else
settimer, function, off
return
function:
send 1
return
----------
any answer will be appreciated.
Kind regards
It looks like this and it works everywhere else (holds number 1)
----------
$1::
toggle := !toggle
if toggle = 1
settimer, function, 10
else
settimer, function, off
return
function:
send 1
return
----------
any answer will be appreciated.
Kind regards