Skip to main content

GameLARPProcessAction

Callable

  • GameLARPProcessAction(Action: string, ItemName: string, Source: Character, Target: Character, RNG: number): void

  • Processes an action for a player.


    Parameters

    • Action: string

      Action attempted.

    • ItemName: string

      Name of the item to attempt to use.

    • Source: Character

      Source character of the action

    • Target: Character

      Character targetted by the action

    • RNG: number

      Random odds received for which the character's odds will be compared.

    Returns void

    • Nothing