- 12
- Posts
- 5
- Years
- Seen Jan 24, 2020
I want to make an ability that lowers the opponents Special Defense every turn. I copied the speed boost ability and changed a few things, but i cant get it to lower the opponents sp def. The only thing it works is lowering my special defense. if i.pbReduceStatWithCause(PBStats::DEFENSE,2,i,PBAbilities.getName(i.ability)) This script lowers my def how can i make it so it lowers the opponents sp def, pls help