# Baseball

There are 3 rounds in Baseball, the team with the highest points will win the game. To get a point

***

## How to play

### Pitching

To pitch, you'll need to throw the ball - the same way you would with a snowball - at the batter at a high enough position so that they can hit the ball.

<figure><img src="/files/DQEGjlZuSHBfXW2Wh0It" alt=""><figcaption></figcaption></figure>

### Batting

Once you're able to bat, you'll need to pull the bat like a bow and aim high enough to hit the ball.

<figure><img src="/files/JZ1eNiP9BM7aJ9EwdIIR" alt=""><figcaption></figcaption></figure>

### Getting an opponent out

As a pitcher or a fielder, you'll need to get the batters out. To do this, collect the ball, then **LEFT-CLICK** the batter with the ball whilst they're running through the bases.

<figure><img src="/files/Ej4lF4DIBXP0MqUUFiGP" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.schoolrp.net/sports/baseball.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
