• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 1 as of 2012-09-18 15:21:52

    Clear message

    *** WORK IN PROGRESS ***

    All of this can be found individually in the various script description pages, but for those that need it more in a flowing.. do this.. then that.. then some of this.. layout, this page is for you.

    To begin, a script in NeatBot is just a command to tell the bot do to "now" as opposed to goals which tell the bot to "work towards this finish line". A script can be as simple as:

    • attack 111,222 any,!Goliath s:100k

    This tells the bot to attack 111,222 with any hero other than Goliath using 100k scouts. But let's say you want to attack it 8 times. Rather than typing the same line eight times, you can tell it to repeat 8 times:

    • attack 111,222 any,!Goliath s:100k
      repeat 8

    Now let's say you want to plan this attack with your buddy, so you want the bot to wait till a certain time to begin executing the script. Rather than sitting around waiting to hit start, you could tell the bot to sleep until a certain time:

    • sleep @10:00:00
      attack 111,222 any,!Goliath s:100k
      repeat 8