Game Maker

Set Chat Prefix

Adds a prefix to a player's chat messages within the map.

This action adds a custom prefix before a player's name in chat, but only for messages sent within the map instance.

Configuration

  • Prefix: The text to add. Supports color codes and property placeholders.
  • Target: The Player whose chat will be prefixed.

Example

Add a team tag to a player's chat messages.

  • Event: Player Join
  • Action: A Conditional action that checks the player's team.
    • Condition: Is on Team -> "Red Team"
    • If Actions: Set Chat Prefix with a Prefix of &c[RED].