Skip to main content

GameLARPAddChatLog

Callable

  • GameLARPAddChatLog(Msg: string, Source: Character, Target: Character, Description: string, RNG: number, Odds: number, Color?: string): void

  • Adds a LARP message to the chat log.


    Parameters

    • Msg: string

      Message tag

    • Source: Character

      Source character of the message

    • Target: Character

      Character targetted by the message

    • Description: string

      Description of the message (item name, team name, etc.)

    • RNG: number

      The number given by RNG.

    • Odds: number

      The number required for the move to work.

    • optionalColor: string

      Color of the message to add.

    Returns void

    • Nothing