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

;---------------------------------------------------------------------------
;Ignore the stuff between these two lines please
[StateDef 9740]
type = A
movetype = I
physics = N
anim = 9999 ; 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
;Auto AI
var(1) = (1)
;0 - Off
;1 - On

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

[State 9740]
type = ParentVarSet
trigger1 = 1
;Rate of Command Grab in Combos
var(35) = (50)
;Ranges from 1-100
;Multiplies AI level
;Ignored on Levels 1-3

[State 9740]
type = ParentVarSet
trigger1 = 1
;Rate of Unblockable Command Grab Combo
var(36) = (70)
;Ranges from 1-100
;Multiplies AI level
;Only used on levels 7-10

[State 9740]
type = ParentVarSet
trigger1 = 1
;Corner Loop Limiter
;A Potential ToD loop I noticed while testing, 623x can potentially ToD in the corner.
;I figured I'd give a variable to configure it incase you don't want the limiter. 
var(37) = (1)
;0 - Off
;1 - On

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