InitAI

comment
patch

1.00

Source
common.ai (suggest an edit or discuss on Github)
return type
nothing
Source code
function InitAI takes nothing returns nothing
    set ai_player = Player(GetAiPlayer())
    set sleep_seconds = 0
    call StopGathering()
endfunction