Skip to main content

ChatRoomSetLoadRules

Callable

  • ChatRoomSetLoadRules(C, Rule): void

  • Handles a response from another player containing the rules that the current player is allowed to read.


    Parameters

    • C: Character

      Character to set the rules on

    • Rule: LogRecord[]

      An array of rules that the current player can read.

    Returns void

    • Nothing