Ok. The download is obviously not the same as your version, but whatever. We can work with this.
At the very bottom of his command file, you'll find the code for the AI using his using supers. There is code which tells the AI that it can only use the moves when life is less than 800. You can change that to whatever you want, or just comment out that trigger.
Example:
Code:
;Hanauta Sanchou: Yahazu Giri
[State -1]
type = ChangeState
triggerall = var(28)!= 0
triggerall = var(28)= 28
triggerall = power > 1200
triggerall = var(7)!=1
triggerall = var(7)=0
triggerall = ctrl = 1
;triggerall = life<800 ;; if you want to keep the life limit, remove the first ; and change the 800 to something.
triggerall = alive
triggerall = statetype != A
triggerall = stateno!=[5030,5080]
trigger1 = random<300
trigger1 = p2bodydist x > 20 && p2bodydist x <100
trigger1 = enemynear,statetype!=A
value = 630
Bookmarks