HeroesFightingFear
"The Champion of Alon"
- 99
- Posts
- 5
- Years
- Orange, TX
- Seen Nov 22, 2020
I wanna know if it's possible to make an ability that allows moves that take one turn to charge, like Solar Beam and Skull Bash, to be used instantly without the use of a Power Herb, like an ability I've seen in one ROM Hack.
Ability Name
Instantaneous - Can use charging moves in one turn.
Notable coding attempt
[/color]
Ability Name
Instantaneous - Can use charging moves in one turn.
Notable coding attempt
Code:
[color=green]if attacker.hasWorkingAbility(:INSTANTANEOUS) && @effects[PBEffects::TwoTurnAttack]==0
@immediate=true
@battle.pbDisplay(_INTL("In an instant, {1} attacked!",attacker.pbThis))
end
Last edited: