The search keyword must be a single word (no spaces).
Function AddSiege
- Line
- 2099
- Location
- common.ai
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 2099 | function AddSiege takes nothing returns nothing |
| 2100 | call SetAssaultGroup( 0, 9, SHADE ) |
| 2101 | call SetAssaultGroup( 0, 9, MEAT_WAGON ) |
| 2102 | call SetAssaultGroup( 0, 9, MORTAR ) |
| 2103 | call SetAssaultGroup( 0, 9, TANK ) |
| 2104 | call SetAssaultGroup( 0, 9, BALLISTA ) |
| 2105 | call SetAssaultGroup( 0, 9, CATAPULT ) |
| 2106 | endfunction
|