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 from the dictionary

    • Source: Character

      Source character of the message

    • Target: Character

      Target character of the message

    • Description: string

      Item, team, or effect description

    • RNG: number

      The RNG roll (0–1 float)

    • Odds: number

      The odds required for the move to work (0–1 float)

    • optionalColor: string

      Optional color of the message

    Returns void