Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- autoscreenshot = [
- if (> $numargs 0) [
- if (&& (>= $arg1 0) (<= $arg1 2)) [
- auto_ss = $arg1
- ] [ echo (c 3)Error: (c 5) autoscreenshot has a valid range of 0 - 2. ]
- ]
- ]
- if (! (checkalias start_intermission)) [ start_intermission = "" ]
- if (! (strstr $start_intermission auto_ss)) [
- add2alias start_intermission [
- if $auto_ss [
- if (= $auto_ss 1) [
- if (&& (! (watchingdemo)) (|| $connected (curmodeattr bot))) [ screenshot ]
- ] [
- if (= $auto_ss 2) [
- if (&& (! (watchingdemo)) $connected) [ screenshot ]
- ]
- ]
- ]
- ]
- ]
Advertisement
Add Comment
Please, Sign In to add comment