;========================================================================================================================================================================================================================================================================================================================================================================================================================
; AI Config
;========================================================================================================================================================================================================================================================================================================================================================================================================================

;---------------------------------------------------------------------------
;Ignore the stuff between these two lines please
[StateDef 9740]
type = A
movetype = I
physics = N
anim = 20000 ; Blank State
ctrl = 0

[State 9740, BindToRoot]
type = BindToRoot
trigger1 = PlayerIdExist(Root,ID)
facing = 1
pos =0,0
ignorehitpause = 1 

[State 9740, HitBy]
type = HitBy
trigger1 = 1
value = 

;---------------------------------------------------------------------------
;Here we are!
;Configuration
;The values that are configurable here are ones that will look like this (#)
;Change the Value inside to the ranges listed

[State 9740]
type = VarSet
trigger1 = 1
;Skip from Grand to Burning
;Set this here because Grand form makes Agito lose access to a few moves.
var(40) = (0)
;0 - Off
;1 - On

[State 9740]
type = VarSet
trigger1 = 1
;Auto AI
var(1) = (1)
;0 - Off
;1 - On

[State 9740]
type = VarSet
trigger1 = 1
;AI Level
var(59) = (10)
;Ranges from 1-10

[State 9740]
type = VarSet
trigger1 = 1
;AI Quick Getup
var(2) = (1)
;0 - Off
;1 - On

[State 9740]
type = VarSet
trigger1 = 1
;Projectile Cooldown time
var(5) = (30)

;========================================================================================================================================================================================================================================================================================================================================================================================================================
; Config End
;========================================================================================================================================================================================================================================================================================================================================================================================================================
