Thread: capture
View Single Post
  #2  
Old 06-08-2008, 07:20 PM
Nemesis's Avatar
Nemesis Nemesis is offline
Administrator
 
Join Date: Apr 2008
Posts: 48
Default

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}}}
#catch is a command added by the windows plugin under the UMC Plugins folder of the Downloads page. You can use #capture instead of #catch.
Reply With Quote