- 79
- Posts
- 9
- Years
- Seen Jan 12, 2024
Hello, so I want to create an attack that doubles in power if a sound-based move was used by the attacker the previous turn. The move itself is also a sound move, so if it was used the previous turn it will also double in power.
Here's the moves.txt entry in case that helps:
692,FEEDBACKLOOP,Feedback Loop,D07,70,STEEL,Special,100,20,04,0,befk,"The user emits a powerful sound attack that doubles in power if a sound-based move was used the previous turn."
I have no idea how to script the move, as I can't find any that search for moves used the previous turn. The closest I found was Rollout+Defense Curl, but Defense Curl is its own effect, and doesn't actually check the last turn.
Thanks for any help!
Here's the moves.txt entry in case that helps:
692,FEEDBACKLOOP,Feedback Loop,D07,70,STEEL,Special,100,20,04,0,befk,"The user emits a powerful sound attack that doubles in power if a sound-based move was used the previous turn."
I have no idea how to script the move, as I can't find any that search for moves used the previous turn. The closest I found was Rollout+Defense Curl, but Defense Curl is its own effect, and doesn't actually check the last turn.
Thanks for any help!