Skip to content

CLI Groups

Groups let you send one command to multiple bots.

Groups From TOML

If the roster contains:

[[bot]]
handle = "scout"
group = 1

[[bot]]
handle = "tank"
group = 1

[[bot]]
handle = "dps"
group = 0

The CLI starts with:

@1: scout, tank
ungrouped: dps

Use the group like this:

rowars> /connect @1
rowars> /spawn @1
rowars> @1 where
rowars> @1 move 160 190 wait

Runtime Groups

You can define or replace a group while the CLI is running:

rowars> /group party scout tank
rowars> @party state

Runtime groups are local to the current CLI session.