#1
|
||||
|
||||
capture
how do i capture more than 1 line? thnx
|
#2
|
||||
|
||||
What you can do, is, lets say you wanna capture the bot check, i know it does it already, but lets say you wanna output to another window.
Code:
#var capture 0 #act {^########################################}{#if {$capture=0}{#var capture 1;#act {%0}{#catch 0} else {#var capture 0;#unact {%0}}} |
#3
|
||||
|
||||
i tried that to catch all my preventions to a new window and it kinda worked..only problem is it keeps capturing everything any idea what might be wrong?
|
|
|