build
Orders a specified worker to construct a chosen building at tile coordinates in StarCraft. Provide worker ID, building type, and tile X/Y to place the structure.
Instructions
让指定 worker 在 (tile_x, tile_y) 建造建筑。
坐标是格子(TilePosition),不是像素。例如:
build(1, "Terran_Supply_Depot", 50, 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tile_x | Yes | ||
| tile_y | Yes | ||
| worker_id | Yes | ||
| building_type | Yes |