Search results

  1. J

    "Ultimatefarmer" turnburning script pre alpha release

    I wanted to announce the pre release of my turn burning script. I've put a lot of work into it so far, and I'd appreciate it if you took a few minutes to read through the post. At this point, I'm mostly concerned about interest (in terms of "would you use it" and "if you're a programmer, would...
  2. J

    CLI login help

    I'm wondering if anybody else is experiencing weirdness, or if I'm doing something wrong. I'm using an ash script that I run from the true command line (not the gCLI) in windows xp using the .jar (not exe). It's a login->logout script so it includes the command "cli_execute("login jw8191");"...
  3. J

    Loop

    what's the proper syntax for a for loop? would anybody be kind enough to write me a 3 line example? something along the lines for x goes from 1 to 7 step 1 { print("hi"); } (attempts to print hi 7 times) I know the first line of this is wrong, but i cant seem to find the right one. thanks...
Top