Skip to main content

ReputationChange

Callable

  • ReputationChange(RepType: ReputationType, RepValue: number, Push?: boolean): void

  • Alters a given reputation value for the player


    Parameters

    • RepType: ReputationType

      The name/type of the reputation to alter

    • RepValue: number

      Reputation to add/subtract to the current reputation value.

    • optionalPush: boolean

      Pushes the reputation to the server if TRUE

    Returns void

    • Nothing