Skip to main content

PlatformAddExperience

Callable

  • PlatformAddExperience(C: any, Value: number): void

  • Adds experience points to the player, can also gain a level which heals fully


    Parameters

    • C: any

      The character that will gain experience

    • Value: number

      The exp value to add

    Returns void

    • Nothing