Skip to main content

CharacterAppearancePaste

Callable

  • CharacterAppearancePaste(C: Character, CompApp: string, ChatRoomRefresh: boolean): void

  • Uncompress a string containing an appearance, then applies that appearance data to the character


    Parameters

    • C: Character

      The character that loads its new appearance

    • CompApp: string

      The compressed string of appaearance data

    • ChatRoomRefresh: boolean

      TRUE if the character should be refreshed online

    Returns void