#init file for ai part of soccorob
#the lines are interpreted one after another

set all spec c:/RoboLab/ProjectCode/soccorob/spec1.txt

#Set some default behaviors:
behavefile all c:/RoboLab/ProjectCode/soccorob/behaviors.txt

behave 1 gotoPos  soccorob.ai.agent.plans.GotoPosSafe1
#And agent-specific ones:
#behave 1 default soccorob.ai.agent.plans.Default1
#behave 2 default soccorob.ai.agent.plans.Default2
#behave 3 default soccorob.ai.agent.plans.Default3
