# SendTip
TIP
sendTip(<player>, <message>)
- Sends a tip 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 tip to as string or array<message>
The tip being sent as string, int, float, array, or bool
# Example
1: $message$ = 'Your position: ' + $x$ + ' ' + $y$ + ' ' + $z$ + ', in the world: ' + $world$
2: sendTip($player$, $message$)