- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
Basically I need to know how to type the following in Pokemon Essentialsese:
I know where to put the code for it to activate properly in-battle, I just need to know what the "If this stat is raised by this many stages" and "SetStage" functions are named in this engine. The wiki does not cover this.
if target.Attack.AlteredStatStages = 2
target.Attack.AlteredStatStages = 1
end
I know where to put the code for it to activate properly in-battle, I just need to know what the "If this stat is raised by this many stages" and "SetStage" functions are named in this engine. The wiki does not cover this.