>xabsl   The Extensible Agent Behavior Specification Language

Xabsl Example Source Code for Ascii Soccer

 

File Options/striker.xabsl

			
/** Waits infront of the other players for a pass */
option striker {

  initial state __initial {
    action {
      go_to(x = ball.x() - 8, y = 11);
    }
  }

}