Skip to main content

DialogChangeItemColor

Callable

  • DialogChangeItemColor(C: Character, Color: string): void

  • Validates that the player is allowed to change the item color and swaps it on the fly


    Parameters

    • C: Character

      The player who wants to change the color

    • Color: string

      The new color in the format "#rrggbb"

    Returns void

    • Nothing