The search keyword must be a single word (no spaces).
Function BuildLoop
- Line
- 1391
- Location
- common.ai
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 1391 | function BuildLoop takes nothing returns nothing |
| 1392 | call OneBuildLoop() |
| 1393 | call StaggerSleep(1,2) |
| 1394 | loop
|
| 1395 | call OneBuildLoop() |
| 1396 | call Sleep(2) |
| 1397 | endloop
|
| 1398 | endfunction
|