I've searched the whole internet for clues and read the manual over and over. But I still can't seem to fix this problem.
My character spams Falcon Eyes until he reaches the > 20% SP limit I've set. And it's much annoying. I've tried the following:
Code: Select all
useSelf_skill Falcon Eyes {
lvl 10
sp > 20%
whenStatusInactive Falcon Eyes
onAction attack
}
Code: Select all
useSelf_skill Falcon Eyes {
lvl 10
sp > 20%
whenStatusInactive Falcon Eyes
timeout 2
onAction attack
}
Code: Select all
useSelf_skill Falcon Eyes {
lvl 10
sp > 20%
whenStatusInactive Falcon Eyes
maxUses 1
onAction attack
}
Any help is much appreciated!