# SendAction

TIP

  • sendAction(<player>, <message>)
  • Sends a action to a player, or an array of players.
  • To create a new line, add \n to the message.

# Parameters

  • <player> The player(s) to send the action to as string or array
  • <message> The action being sent as string, int, float, array, or bool

# Example

1: $message$ = 'Your position: ' + $x$ + ' ' + $y$ + ' ' + $z$ + ', in the world: ' + $world$
2: sendAction($player$, $message$)