Skip to main content

CharacterSetOwnersNotes

Callable

  • CharacterSetOwnersNotes(C: Character, notes?: string): void

  • Update the owners note on the specified character. The Player must be the owner of this character. Notes will be truncated to max 4000 chars.


    Parameters

    • C: Character

      The character to receive the updated notes.

    • optionalnotes: string = undefined

      String containing the notes. If undefined, existing notes will be erased.

    Returns void