Ground (functions)/Leveling

From PMDOWiki
Revision as of 20:02, 17 January 2026 by Imbion (talk | contribs) (Created page with " == GROUND:HandoutEXP == Gives a character a set amount of EXP. Also handles leveling up and learning new moves. === Arguments === * <code>character</code>: The characters to level up. * <code>experience</code>: The amount of EXP to gain. == GROUND:LevelUpChar == Levels up a character a certain amount of times all at once. Also handles learning new moves. === Arguments === * <code>character</code>: The characters to level up. * <code>numLevelUps</code>: The nu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GROUND:HandoutEXP

Gives a character a set amount of EXP. Also handles leveling up and learning new moves.


Arguments

  • character: The characters to level up.
  • experience: The amount of EXP to gain.

GROUND:LevelUpChar

Levels up a character a certain amount of times all at once. Also handles learning new moves.


Arguments

  • character: The characters to level up.
  • numLevelUps: The number of level ups.