XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: One-Liner Script

  1. #1
    Dominic's Avatar
    Join Date
    Dec 2011
    Location
    Netherlands
    Posts
    38
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    One-Liner Script

    this is a very simple question with probably a very simple awnser..

    How can I make a One-Liner Script inside the walker which directs it to a certain label e.g. "Start" or "Resupply"

  2. #2
    Banned
    Join Date
    Sep 2013
    Location
    Poland
    Posts
    333
    Mentioned
    21 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Walker.ConditionalGoto(Self.Cap() > 100, "Start", "Resupply")

  3. #3
    Dominic's Avatar
    Join Date
    Dec 2011
    Location
    Netherlands
    Posts
    38
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by hugo999 View Post
    Code:
    Walker.ConditionalGoto(Self.Cap() > 100, "Start", "Resupply")
    tyvm this can be closed now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •